@wix/ecom 1.0.755 → 1.0.756

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.756",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -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.41",
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": "354efa49ebd3ebb2aad8b3aa24cb57957e3d42dea5f943963a1d5219"
81
81
  }
@@ -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. */
@@ -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. */
@@ -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. */
@@ -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. */