@wix/ecom 1.0.755 → 1.0.757

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.755",
3
+ "version": "1.0.757",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -24,10 +24,10 @@
24
24
  "@wix/ecom_back-in-stock-notifications": "1.0.48",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.34",
26
26
  "@wix/ecom_cart": "1.0.72",
27
- "@wix/ecom_checkout": "1.0.83",
27
+ "@wix/ecom_checkout": "1.0.84",
28
28
  "@wix/ecom_checkout-content": "1.0.5",
29
29
  "@wix/ecom_checkout-settings": "1.0.50",
30
- "@wix/ecom_checkout-templates": "1.0.82",
30
+ "@wix/ecom_checkout-templates": "1.0.83",
31
31
  "@wix/ecom_currencies": "1.0.35",
32
32
  "@wix/ecom_current-cart": "1.0.72",
33
33
  "@wix/ecom_custom-triggers": "1.0.23",
@@ -35,7 +35,7 @@
35
35
  "@wix/ecom_discount-rules": "1.0.51",
36
36
  "@wix/ecom_discounts": "1.0.2",
37
37
  "@wix/ecom_discounts-custom-trigger": "1.0.6",
38
- "@wix/ecom_draft-orders": "1.0.17",
38
+ "@wix/ecom_draft-orders": "1.0.18",
39
39
  "@wix/ecom_gift-vouchers": "1.0.0",
40
40
  "@wix/ecom_gift-vouchers-provider": "1.0.2",
41
41
  "@wix/ecom_local-delivery-options": "1.0.7",
@@ -43,9 +43,9 @@
43
43
  "@wix/ecom_order-invoices": "1.0.38",
44
44
  "@wix/ecom_order-payment-requests": "1.0.9",
45
45
  "@wix/ecom_order-transactions": "1.0.65",
46
- "@wix/ecom_orders": "1.0.118",
46
+ "@wix/ecom_orders": "1.0.119",
47
47
  "@wix/ecom_orders-settings": "1.0.44",
48
- "@wix/ecom_payment-settings": "1.0.40",
48
+ "@wix/ecom_payment-settings": "1.0.42",
49
49
  "@wix/ecom_pickup-locations": "1.0.7",
50
50
  "@wix/ecom_recommendations": "1.0.39",
51
51
  "@wix/ecom_shipping-options": "1.0.6",
@@ -77,5 +77,5 @@
77
77
  "fqdn": ""
78
78
  }
79
79
  },
80
- "falconPackageHash": "407cabb2be76c4aacd4ac572388758e8c0c35abef715cd73abbcde98"
80
+ "falconPackageHash": "7cf25df8d6ab15fba929744528d98ad37b3c11a2e6c4018a1839b9ec"
81
81
  }
@@ -8837,7 +8837,7 @@ interface Checkout$1 {
8837
8837
  /**
8838
8838
  * Custom field data for the checkout object.
8839
8839
  *
8840
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
8840
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
8841
8841
  */
8842
8842
  extendedFields?: ExtendedFields$7;
8843
8843
  /**
@@ -11748,7 +11748,7 @@ interface UpdateCheckout {
11748
11748
  /**
11749
11749
  * Custom field data for the checkout object.
11750
11750
  *
11751
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
11751
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
11752
11752
  */
11753
11753
  extendedFields?: ExtendedFields$7;
11754
11754
  /**
@@ -13305,7 +13305,7 @@ interface Checkout {
13305
13305
  /**
13306
13306
  * Custom field data for the checkout object.
13307
13307
  *
13308
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
13308
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
13309
13309
  */
13310
13310
  extendedFields?: ExtendedFields$6;
13311
13311
  /**
@@ -18227,7 +18227,7 @@ interface Order$2 {
18227
18227
  /**
18228
18228
  * Custom field data for the order object.
18229
18229
  *
18230
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
18230
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
18231
18231
  */
18232
18232
  extendedFields?: ExtendedFields$4;
18233
18233
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -21489,7 +21489,7 @@ interface Order$1 {
21489
21489
  /**
21490
21490
  * Custom field data for the order object.
21491
21491
  *
21492
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
21492
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
21493
21493
  */
21494
21494
  extendedFields?: ExtendedFields$3;
21495
21495
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -26417,7 +26417,7 @@ interface UpdateOrder {
26417
26417
  /**
26418
26418
  * Custom field data for the order object.
26419
26419
  *
26420
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
26420
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
26421
26421
  */
26422
26422
  extendedFields?: ExtendedFields$3;
26423
26423
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -8837,7 +8837,7 @@ interface Checkout$1 {
8837
8837
  /**
8838
8838
  * Custom field data for the checkout object.
8839
8839
  *
8840
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
8840
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
8841
8841
  */
8842
8842
  extendedFields?: ExtendedFields$7;
8843
8843
  /**
@@ -11748,7 +11748,7 @@ interface UpdateCheckout {
11748
11748
  /**
11749
11749
  * Custom field data for the checkout object.
11750
11750
  *
11751
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
11751
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
11752
11752
  */
11753
11753
  extendedFields?: ExtendedFields$7;
11754
11754
  /**
@@ -13305,7 +13305,7 @@ interface Checkout {
13305
13305
  /**
13306
13306
  * Custom field data for the checkout object.
13307
13307
  *
13308
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
13308
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
13309
13309
  */
13310
13310
  extendedFields?: ExtendedFields$6;
13311
13311
  /**
@@ -18227,7 +18227,7 @@ interface Order$2 {
18227
18227
  /**
18228
18228
  * Custom field data for the order object.
18229
18229
  *
18230
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
18230
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
18231
18231
  */
18232
18232
  extendedFields?: ExtendedFields$4;
18233
18233
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -21489,7 +21489,7 @@ interface Order$1 {
21489
21489
  /**
21490
21490
  * Custom field data for the order object.
21491
21491
  *
21492
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
21492
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
21493
21493
  */
21494
21494
  extendedFields?: ExtendedFields$3;
21495
21495
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -26417,7 +26417,7 @@ interface UpdateOrder {
26417
26417
  /**
26418
26418
  * Custom field data for the order object.
26419
26419
  *
26420
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
26420
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
26421
26421
  */
26422
26422
  extendedFields?: ExtendedFields$3;
26423
26423
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -10739,7 +10739,7 @@ interface Checkout$1 {
10739
10739
  /**
10740
10740
  * Custom field data for the checkout object.
10741
10741
  *
10742
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
10742
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
10743
10743
  */
10744
10744
  extendedFields?: ExtendedFields$d;
10745
10745
  /**
@@ -12908,7 +12908,7 @@ interface Checkout {
12908
12908
  /**
12909
12909
  * Custom field data for the checkout object.
12910
12910
  *
12911
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
12911
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
12912
12912
  */
12913
12913
  extendedFields?: ExtendedFields$c;
12914
12914
  /**
@@ -19399,7 +19399,7 @@ interface Order$3 {
19399
19399
  /**
19400
19400
  * Custom field data for the order object.
19401
19401
  *
19402
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
19402
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
19403
19403
  */
19404
19404
  extendedFields?: ExtendedFields$9;
19405
19405
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -21900,7 +21900,7 @@ interface Order$2 {
21900
21900
  /**
21901
21901
  * Custom field data for the order object.
21902
21902
  *
21903
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
21903
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
21904
21904
  */
21905
21905
  extendedFields?: ExtendedFields$8;
21906
21906
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -24340,7 +24340,7 @@ interface Order$1 {
24340
24340
  /**
24341
24341
  * Custom field data for the order object.
24342
24342
  *
24343
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
24343
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
24344
24344
  */
24345
24345
  extendedFields?: ExtendedFields$7;
24346
24346
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -26620,7 +26620,7 @@ interface Order {
26620
26620
  /**
26621
26621
  * Custom field data for the order object.
26622
26622
  *
26623
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
26623
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
26624
26624
  */
26625
26625
  extendedFields?: ExtendedFields$6;
26626
26626
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -1901,7 +1901,7 @@ interface Order {
1901
1901
  /**
1902
1902
  * Custom field data for the order object.
1903
1903
  *
1904
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
1904
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
1905
1905
  */
1906
1906
  extendedFields?: ExtendedFields$1;
1907
1907
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -3298,7 +3298,7 @@ interface Checkout {
3298
3298
  /**
3299
3299
  * Custom field data for the checkout object.
3300
3300
  *
3301
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
3301
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
3302
3302
  */
3303
3303
  extendedFields?: ExtendedFields$1;
3304
3304
  /**
@@ -1901,7 +1901,7 @@ interface Order {
1901
1901
  /**
1902
1902
  * Custom field data for the order object.
1903
1903
  *
1904
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
1904
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
1905
1905
  */
1906
1906
  extendedFields?: ExtendedFields$1;
1907
1907
  /** Persistent ID that correlates between the various eCommerce elements: cart, checkout, and order. */
@@ -3298,7 +3298,7 @@ interface Checkout {
3298
3298
  /**
3299
3299
  * Custom field data for the checkout object.
3300
3300
  *
3301
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the Wix Dev Center before they can be accessed with API calls.
3301
+ * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the app dashboard before they can be accessed with API calls.
3302
3302
  */
3303
3303
  extendedFields?: ExtendedFields$1;
3304
3304
  /**