@wix/auto_sdk_ecom_checkout 1.0.146 → 1.0.147
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.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1051,6 +1051,12 @@ interface CatalogOverrideFields {
|
|
|
1051
1051
|
* @format GUID
|
|
1052
1052
|
*/
|
|
1053
1053
|
inventoryAppId?: string | null;
|
|
1054
|
+
/**
|
|
1055
|
+
* Whether the line item quantity is fixed and can't be changed.
|
|
1056
|
+
* When not set, falls back to the value from the catalog.
|
|
1057
|
+
* @internal
|
|
1058
|
+
*/
|
|
1059
|
+
fixedQuantity?: boolean | null;
|
|
1054
1060
|
}
|
|
1055
1061
|
interface PaymentOption {
|
|
1056
1062
|
/**
|