@wix/auto_sdk_ecom_payment-settings 1.0.91 → 1.0.92

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.
@@ -3639,6 +3639,11 @@ interface CatalogOverrideFields {
3639
3639
  * Default: `false`
3640
3640
  */
3641
3641
  savePaymentMethod?: boolean | null;
3642
+ /**
3643
+ * ID of the app managing the inventory.
3644
+ * @format GUID
3645
+ */
3646
+ inventoryAppId?: string | null;
3642
3647
  }
3643
3648
  interface PaymentOption {
3644
3649
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
51
51
  }
52
52
  },
53
- "falconPackageHash": "a980ae27e78c3bc87119df56ab2396974b1503d2763dadee33cab2b6"
53
+ "falconPackageHash": "742b54720cdbff240987c41dd94109d2d33f7e70f28ba634216d0515"
54
54
  }