|
|
@@ -3376,7 +3376,7 @@ export type PaymentStateTransitionError = ErrorResult & {
|
|
|
*
|
|
|
* ## Understanding Permission.Owner
|
|
|
*
|
|
|
- * `Permission.Owner` is a special permission which is used in some of the Vendure resolvers to indicate that that resolver should only
|
|
|
+ * `Permission.Owner` is a special permission which is used in some Vendure resolvers to indicate that that resolver should only
|
|
|
* be accessible to the "owner" of that resource.
|
|
|
*
|
|
|
* For example, the Shop API `activeCustomer` query resolver should only return the Customer object for the "owner" of that Customer, i.e.
|
|
|
@@ -4418,6 +4418,7 @@ export type SettleRefundInput = {
|
|
|
export type SettleRefundResult = Refund | RefundStateTransitionError;
|
|
|
|
|
|
export type ShippingLine = {
|
|
|
+ id: Scalars['ID'];
|
|
|
shippingMethod: ShippingMethod;
|
|
|
price: Scalars['Int'];
|
|
|
priceWithTax: Scalars['Int'];
|