@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.
- package/build/cjs/index.d.ts +21 -21
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +22 -22
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +21 -21
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +22 -22
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +22 -22
- package/build/internal/cjs/index.typings.d.ts +23 -31
- package/build/internal/cjs/meta.d.ts +0 -8
- package/build/internal/es/index.d.mts +22 -22
- package/build/internal/es/index.typings.d.mts +23 -31
- package/build/internal/es/meta.d.mts +0 -8
- package/package.json +2 -2
|
@@ -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.
|
|
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": "
|
|
53
|
+
"falconPackageHash": "3b22290a7a0fa1078ad1d928bb0e147b9ec30405dfc7ce2787a6a42e"
|
|
54
54
|
}
|