@wix/auto_sdk_ecom_checkout-templates 1.0.96 → 1.0.98
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 +7 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +7 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +7 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +7 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +7 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -175,7 +175,6 @@ interface CatalogOverrideFields {
|
|
|
175
175
|
savePaymentMethod?: boolean | null;
|
|
176
176
|
/**
|
|
177
177
|
* ID of the app managing the inventory.
|
|
178
|
-
* @internal
|
|
179
178
|
* @format GUID
|
|
180
179
|
*/
|
|
181
180
|
inventoryAppId?: string | null;
|
|
@@ -1440,9 +1439,9 @@ interface PlatformFee {
|
|
|
1440
1439
|
/**
|
|
1441
1440
|
* Percentage rate charged as platform fee.
|
|
1442
1441
|
*
|
|
1443
|
-
* The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
|
|
1442
|
+
* The fee rate percentage expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
|
|
1444
1443
|
* @format DECIMAL_VALUE
|
|
1445
|
-
* @decimalValue options {
|
|
1444
|
+
* @decimalValue options { gt:0, lte:1, maxScale:4 }
|
|
1446
1445
|
*/
|
|
1447
1446
|
percentageRate?: string;
|
|
1448
1447
|
}
|