@wix/auto_sdk_ecom_cart 1.0.118 → 1.0.119

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.
@@ -763,6 +763,12 @@ interface CatalogOverrideFields {
763
763
  * Default: `false`
764
764
  */
765
765
  savePaymentMethod?: boolean | null;
766
+ /**
767
+ * ID of the app managing the inventory.
768
+ * @internal
769
+ * @format GUID
770
+ */
771
+ inventoryAppId?: string | null;
766
772
  }
767
773
  interface PaymentOption {
768
774
  /**