@wix/auto_sdk_ecom_draft-orders 1.0.173 → 1.0.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3440,14 +3440,6 @@ interface UpdateShippingInfoRequest {
3440
3440
  draftOrderId?: string;
3441
3441
  /** Update the shipping option on the order. If not set then the selected shipping is removed. */
3442
3442
  shippingOption?: ShippingOption;
3443
- /**
3444
- * Currency of the provided amounts, which must match the draft order's currency.
3445
- *
3446
- * Required if the draft order's currency differs from the site currency.
3447
- * @internal
3448
- * @format CURRENCY
3449
- */
3450
- currency?: string | null;
3451
3443
  }
3452
3444
  /** Deprecated */
3453
3445
  interface UpdateShippingInfoResponse {
@@ -3487,14 +3487,6 @@ interface UpdateShippingInfoRequest {
3487
3487
  draftOrderId?: string;
3488
3488
  /** Update the shipping option on the order. If not set then the selected shipping is removed. */
3489
3489
  shippingOption?: ShippingOption;
3490
- /**
3491
- * Currency of the provided amounts, which must match the draft order's currency.
3492
- *
3493
- * Required if the draft order's currency differs from the site currency.
3494
- * @internal
3495
- * @format CURRENCY
3496
- */
3497
- currency?: string | null;
3498
3490
  }
3499
3491
  /** Deprecated */
3500
3492
  interface UpdateShippingInfoResponse {
@@ -3440,14 +3440,6 @@ interface UpdateShippingInfoRequest {
3440
3440
  draftOrderId?: string;
3441
3441
  /** Update the shipping option on the order. If not set then the selected shipping is removed. */
3442
3442
  shippingOption?: ShippingOption;
3443
- /**
3444
- * Currency of the provided amounts, which must match the draft order's currency.
3445
- *
3446
- * Required if the draft order's currency differs from the site currency.
3447
- * @internal
3448
- * @format CURRENCY
3449
- */
3450
- currency?: string | null;
3451
3443
  }
3452
3444
  /** Deprecated */
3453
3445
  interface UpdateShippingInfoResponse {
@@ -3487,14 +3487,6 @@ interface UpdateShippingInfoRequest {
3487
3487
  draftOrderId?: string;
3488
3488
  /** Update the shipping option on the order. If not set then the selected shipping is removed. */
3489
3489
  shippingOption?: ShippingOption;
3490
- /**
3491
- * Currency of the provided amounts, which must match the draft order's currency.
3492
- *
3493
- * Required if the draft order's currency differs from the site currency.
3494
- * @internal
3495
- * @format CURRENCY
3496
- */
3497
- currency?: string | null;
3498
3490
  }
3499
3491
  /** Deprecated */
3500
3492
  interface UpdateShippingInfoResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_draft-orders",
3
- "version": "1.0.173",
3
+ "version": "1.0.174",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.ecom.v1.draft_order"
51
51
  }
52
52
  },
53
- "falconPackageHash": "2e306753665cf6bc7a6ba9fbc93276f71aeb5ef824c5c11091d8089e"
53
+ "falconPackageHash": "68f91cad3887eb64cacdc2164e9a7200381eac7d8d6c7e0764378791"
54
54
  }