@wix/auto_sdk_ecom_checkout-templates 1.0.95 → 1.0.96

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.
@@ -173,6 +173,12 @@ interface CatalogOverrideFields {
173
173
  * Default: `false`
174
174
  */
175
175
  savePaymentMethod?: boolean | null;
176
+ /**
177
+ * ID of the app managing the inventory.
178
+ * @internal
179
+ * @format GUID
180
+ */
181
+ inventoryAppId?: string | null;
176
182
  }
177
183
  interface ProductName {
178
184
  /**