@wix/ecom 1.0.806 → 1.0.807

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.806",
3
+ "version": "1.0.807",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,13 +23,13 @@
23
23
  "@wix/ecom_additional-fees": "1.0.31",
24
24
  "@wix/ecom_back-in-stock-notifications": "1.0.56",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.41",
26
- "@wix/ecom_cart": "1.0.91",
26
+ "@wix/ecom_cart": "1.0.92",
27
27
  "@wix/ecom_checkout": "1.0.99",
28
28
  "@wix/ecom_checkout-content": "1.0.12",
29
29
  "@wix/ecom_checkout-settings": "1.0.57",
30
30
  "@wix/ecom_checkout-templates": "1.0.98",
31
31
  "@wix/ecom_currencies": "1.0.42",
32
- "@wix/ecom_current-cart": "1.0.91",
32
+ "@wix/ecom_current-cart": "1.0.92",
33
33
  "@wix/ecom_custom-triggers": "1.0.28",
34
34
  "@wix/ecom_delivery-profile": "1.0.25",
35
35
  "@wix/ecom_delivery-solutions": "1.0.6",
@@ -81,5 +81,5 @@
81
81
  "fqdn": ""
82
82
  }
83
83
  },
84
- "falconPackageHash": "44a218ef277d7a9178119e01ac7b59aa8309858fa3bbdbdb05e483a4"
84
+ "falconPackageHash": "9c9c65ee94826e3db93b337cf5122a9565b346f91a4c472b6231366e"
85
85
  }
@@ -5962,6 +5962,17 @@ declare enum TaxableAddressType$6 {
5962
5962
  BILLING = "BILLING",
5963
5963
  SHIPPING = "SHIPPING"
5964
5964
  }
5965
+ interface ExtendedFields$9 {
5966
+ /**
5967
+ * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
5968
+ * The value of each key is structured according to the schema defined when the extended fields were configured.
5969
+ *
5970
+ * You can only access fields for which you have the appropriate permissions.
5971
+ *
5972
+ * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
5973
+ */
5974
+ namespaces?: Record<string, Record<string, any>>;
5975
+ }
5965
5976
  /** Buyer Info */
5966
5977
  interface BuyerInfo$7 extends BuyerInfoIdOneOf$5 {
5967
5978
  /**
@@ -6108,17 +6119,6 @@ interface SelectedShippingOption$2 {
6108
6119
  /** Selected shipping option code. For example, "usps_std_overnight". */
6109
6120
  code?: string;
6110
6121
  }
6111
- interface ExtendedFields$9 {
6112
- /**
6113
- * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
6114
- * The value of each key is structured according to the schema defined when the extended fields were configured.
6115
- *
6116
- * You can only access fields for which you have the appropriate permissions.
6117
- *
6118
- * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
6119
- */
6120
- namespaces?: Record<string, Record<string, any>>;
6121
- }
6122
6122
  interface GetCurrentCartRequest$1 {
6123
6123
  }
6124
6124
  interface GetCurrentCartResponse$1 {
@@ -8656,6 +8656,17 @@ declare enum TaxableAddressType$5 {
8656
8656
  BILLING = "BILLING",
8657
8657
  SHIPPING = "SHIPPING"
8658
8658
  }
8659
+ interface ExtendedFields$8 {
8660
+ /**
8661
+ * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
8662
+ * The value of each key is structured according to the schema defined when the extended fields were configured.
8663
+ *
8664
+ * You can only access fields for which you have the appropriate permissions.
8665
+ *
8666
+ * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
8667
+ */
8668
+ namespaces?: Record<string, Record<string, any>>;
8669
+ }
8659
8670
  /** Buyer Info */
8660
8671
  interface BuyerInfo$6 extends BuyerInfoIdOneOf$4 {
8661
8672
  /**
@@ -8802,17 +8813,6 @@ interface SelectedShippingOption$1 {
8802
8813
  /** Selected shipping option code. For example, "usps_std_overnight". */
8803
8814
  code?: string;
8804
8815
  }
8805
- interface ExtendedFields$8 {
8806
- /**
8807
- * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
8808
- * The value of each key is structured according to the schema defined when the extended fields were configured.
8809
- *
8810
- * You can only access fields for which you have the appropriate permissions.
8811
- *
8812
- * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
8813
- */
8814
- namespaces?: Record<string, Record<string, any>>;
8815
- }
8816
8816
  interface GetCurrentCartRequest {
8817
8817
  }
8818
8818
  interface GetCurrentCartResponse {
@@ -5962,6 +5962,17 @@ declare enum TaxableAddressType$6 {
5962
5962
  BILLING = "BILLING",
5963
5963
  SHIPPING = "SHIPPING"
5964
5964
  }
5965
+ interface ExtendedFields$9 {
5966
+ /**
5967
+ * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
5968
+ * The value of each key is structured according to the schema defined when the extended fields were configured.
5969
+ *
5970
+ * You can only access fields for which you have the appropriate permissions.
5971
+ *
5972
+ * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
5973
+ */
5974
+ namespaces?: Record<string, Record<string, any>>;
5975
+ }
5965
5976
  /** Buyer Info */
5966
5977
  interface BuyerInfo$7 extends BuyerInfoIdOneOf$5 {
5967
5978
  /**
@@ -6108,17 +6119,6 @@ interface SelectedShippingOption$2 {
6108
6119
  /** Selected shipping option code. For example, "usps_std_overnight". */
6109
6120
  code?: string;
6110
6121
  }
6111
- interface ExtendedFields$9 {
6112
- /**
6113
- * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
6114
- * The value of each key is structured according to the schema defined when the extended fields were configured.
6115
- *
6116
- * You can only access fields for which you have the appropriate permissions.
6117
- *
6118
- * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
6119
- */
6120
- namespaces?: Record<string, Record<string, any>>;
6121
- }
6122
6122
  interface GetCurrentCartRequest$1 {
6123
6123
  }
6124
6124
  interface GetCurrentCartResponse$1 {
@@ -8656,6 +8656,17 @@ declare enum TaxableAddressType$5 {
8656
8656
  BILLING = "BILLING",
8657
8657
  SHIPPING = "SHIPPING"
8658
8658
  }
8659
+ interface ExtendedFields$8 {
8660
+ /**
8661
+ * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
8662
+ * The value of each key is structured according to the schema defined when the extended fields were configured.
8663
+ *
8664
+ * You can only access fields for which you have the appropriate permissions.
8665
+ *
8666
+ * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
8667
+ */
8668
+ namespaces?: Record<string, Record<string, any>>;
8669
+ }
8659
8670
  /** Buyer Info */
8660
8671
  interface BuyerInfo$6 extends BuyerInfoIdOneOf$4 {
8661
8672
  /**
@@ -8802,17 +8813,6 @@ interface SelectedShippingOption$1 {
8802
8813
  /** Selected shipping option code. For example, "usps_std_overnight". */
8803
8814
  code?: string;
8804
8815
  }
8805
- interface ExtendedFields$8 {
8806
- /**
8807
- * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
8808
- * The value of each key is structured according to the schema defined when the extended fields were configured.
8809
- *
8810
- * You can only access fields for which you have the appropriate permissions.
8811
- *
8812
- * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
8813
- */
8814
- namespaces?: Record<string, Record<string, any>>;
8815
- }
8816
8816
  interface GetCurrentCartRequest {
8817
8817
  }
8818
8818
  interface GetCurrentCartResponse {