@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.
@@ -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
  /**