@wix/auto_sdk_ecom_draft-orders 1.0.173 → 1.0.175

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.
@@ -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.175",
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": "3b22290a7a0fa1078ad1d928bb0e147b9ec30405dfc7ce2787a6a42e"
54
54
  }