@wix/auto_sdk_ecom_draft-orders 1.0.67 → 1.0.68
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.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +4 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +4 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +4 -1
- package/package.json +2 -2
|
@@ -1669,7 +1669,10 @@ interface DepositDetails extends DepositDetailsDepositOneOf {
|
|
|
1669
1669
|
* @decimalValue options { gte:0, lte:100, maxScale:2 }
|
|
1670
1670
|
*/
|
|
1671
1671
|
percentage?: string | null;
|
|
1672
|
-
/**
|
|
1672
|
+
/**
|
|
1673
|
+
* Price summary with deposit.
|
|
1674
|
+
* @readonly
|
|
1675
|
+
*/
|
|
1673
1676
|
priceSummary?: PriceSummary;
|
|
1674
1677
|
}
|
|
1675
1678
|
/** @oneof */
|
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.68",
|
|
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": "d0c85b32b354ac969a7f2cd65da30ac0910fd9bbb9230cbf47bd210a"
|
|
54
54
|
}
|