@wix/auto_sdk_ecom_cart 1.0.151 → 1.0.152
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
|
@@ -832,6 +832,12 @@ interface CatalogOverrideFields {
|
|
|
832
832
|
* @format GUID
|
|
833
833
|
*/
|
|
834
834
|
inventoryAppId?: string | null;
|
|
835
|
+
/**
|
|
836
|
+
* Whether the line item quantity is fixed and can't be changed.
|
|
837
|
+
* When not set, falls back to the value from the catalog.
|
|
838
|
+
* @internal
|
|
839
|
+
*/
|
|
840
|
+
fixedQuantity?: boolean | null;
|
|
835
841
|
}
|
|
836
842
|
interface PaymentOption {
|
|
837
843
|
/**
|