@wix/auto_sdk_ecom_checkout 1.0.115 → 1.0.116

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.
@@ -974,6 +974,12 @@ interface CatalogOverrideFields {
974
974
  * Default: `false`
975
975
  */
976
976
  savePaymentMethod?: boolean | null;
977
+ /**
978
+ * ID of the app managing the inventory.
979
+ * @internal
980
+ * @format GUID
981
+ */
982
+ inventoryAppId?: string | null;
977
983
  }
978
984
  interface PaymentOption {
979
985
  /**