@wix/ecom 1.0.813 → 1.0.814

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.813",
3
+ "version": "1.0.814",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "@wix/ecom_discount-rules": "1.0.59",
40
40
  "@wix/ecom_discounts": "1.0.11",
41
41
  "@wix/ecom_discounts-custom-trigger": "1.0.14",
42
- "@wix/ecom_draft-orders": "1.0.36",
42
+ "@wix/ecom_draft-orders": "1.0.37",
43
43
  "@wix/ecom_gift-vouchers": "1.0.10",
44
44
  "@wix/ecom_gift-vouchers-provider": "1.0.10",
45
45
  "@wix/ecom_local-delivery-options": "1.0.16",
@@ -48,9 +48,9 @@
48
48
  "@wix/ecom_order-invoices": "1.0.46",
49
49
  "@wix/ecom_order-payment-requests": "1.0.17",
50
50
  "@wix/ecom_order-transactions": "1.0.74",
51
- "@wix/ecom_orders": "1.0.138",
51
+ "@wix/ecom_orders": "1.0.139",
52
52
  "@wix/ecom_orders-settings": "1.0.52",
53
- "@wix/ecom_payment-settings": "1.0.63",
53
+ "@wix/ecom_payment-settings": "1.0.64",
54
54
  "@wix/ecom_pickup-locations": "1.0.16",
55
55
  "@wix/ecom_recommendations": "1.0.49",
56
56
  "@wix/ecom_recommendations-provider": "1.0.7",
@@ -85,5 +85,5 @@
85
85
  "fqdn": ""
86
86
  }
87
87
  },
88
- "falconPackageHash": "9d8d18512bbaebb662d021555deaf0199039567106fbe4d9c9510b98"
88
+ "falconPackageHash": "36026c8e7aa49704cc28c46d83a229bcad02f74aa8af895d8dbf5dab"
89
89
  }
@@ -20448,6 +20448,11 @@ interface Order$2 {
20448
20448
  * + No shipping option is selected.
20449
20449
  */
20450
20450
  recipientInfo?: AddressWithContact$1;
20451
+ /**
20452
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
20453
+ * Used for migration from external systems.
20454
+ */
20455
+ purchasedDate?: Date | null;
20451
20456
  }
20452
20457
  declare enum PaymentStatus$2 {
20453
20458
  UNSPECIFIED = "UNSPECIFIED",
@@ -24075,6 +24080,11 @@ interface Order$1 {
24075
24080
  * + No shipping option is selected.
24076
24081
  */
24077
24082
  recipientInfo?: AddressWithContact;
24083
+ /**
24084
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
24085
+ * Used for migration from external systems.
24086
+ */
24087
+ purchasedDate?: Date | null;
24078
24088
  }
24079
24089
  interface OrderLineItem {
24080
24090
  /** Line item ID. */
@@ -29108,6 +29118,11 @@ interface UpdateOrder {
29108
29118
  * + No shipping option is selected.
29109
29119
  */
29110
29120
  recipientInfo?: AddressWithContact;
29121
+ /**
29122
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
29123
+ * Used for migration from external systems.
29124
+ */
29125
+ purchasedDate?: Date | null;
29111
29126
  }
29112
29127
  interface BulkUpdateOrdersOptions {
29113
29128
  /**
@@ -20448,6 +20448,11 @@ interface Order$2 {
20448
20448
  * + No shipping option is selected.
20449
20449
  */
20450
20450
  recipientInfo?: AddressWithContact$1;
20451
+ /**
20452
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
20453
+ * Used for migration from external systems.
20454
+ */
20455
+ purchasedDate?: Date | null;
20451
20456
  }
20452
20457
  declare enum PaymentStatus$2 {
20453
20458
  UNSPECIFIED = "UNSPECIFIED",
@@ -24075,6 +24080,11 @@ interface Order$1 {
24075
24080
  * + No shipping option is selected.
24076
24081
  */
24077
24082
  recipientInfo?: AddressWithContact;
24083
+ /**
24084
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
24085
+ * Used for migration from external systems.
24086
+ */
24087
+ purchasedDate?: Date | null;
24078
24088
  }
24079
24089
  interface OrderLineItem {
24080
24090
  /** Line item ID. */
@@ -29108,6 +29118,11 @@ interface UpdateOrder {
29108
29118
  * + No shipping option is selected.
29109
29119
  */
29110
29120
  recipientInfo?: AddressWithContact;
29121
+ /**
29122
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
29123
+ * Used for migration from external systems.
29124
+ */
29125
+ purchasedDate?: Date | null;
29111
29126
  }
29112
29127
  interface BulkUpdateOrdersOptions {
29113
29128
  /**
@@ -22276,6 +22276,11 @@ interface Order$3 {
22276
22276
  * + No shipping option is selected.
22277
22277
  */
22278
22278
  recipientInfo?: AddressWithContact$3;
22279
+ /**
22280
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
22281
+ * Used for migration from external systems.
22282
+ */
22283
+ purchasedDate?: Date | null;
22279
22284
  }
22280
22285
  declare enum PaymentStatus$3 {
22281
22286
  UNSPECIFIED = "UNSPECIFIED",
@@ -24845,6 +24850,11 @@ interface Order$2 {
24845
24850
  * + No shipping option is selected.
24846
24851
  */
24847
24852
  recipientInfo?: AddressWithContact$2;
24853
+ /**
24854
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
24855
+ * Used for migration from external systems.
24856
+ */
24857
+ purchasedDate?: Date | null;
24848
24858
  }
24849
24859
  declare enum PaymentStatus$2 {
24850
24860
  UNSPECIFIED = "UNSPECIFIED",
@@ -27621,6 +27631,11 @@ interface Order$1 {
27621
27631
  * + No shipping option is selected.
27622
27632
  */
27623
27633
  recipientInfo?: AddressWithContact$1;
27634
+ /**
27635
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
27636
+ * Used for migration from external systems.
27637
+ */
27638
+ purchasedDate?: Date | null;
27624
27639
  }
27625
27640
  interface OrderLineItem$1 {
27626
27641
  /** Line item ID. */
@@ -29924,6 +29939,11 @@ interface Order {
29924
29939
  * + No shipping option is selected.
29925
29940
  */
29926
29941
  recipientInfo?: AddressWithContact;
29942
+ /**
29943
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
29944
+ * Used for migration from external systems.
29945
+ */
29946
+ purchasedDate?: Date | null;
29927
29947
  }
29928
29948
  interface OrderLineItem {
29929
29949
  /** Line item ID. */
@@ -2825,6 +2825,11 @@ interface Order {
2825
2825
  * + No shipping option is selected.
2826
2826
  */
2827
2827
  recipientInfo?: ApiAddressWithContact;
2828
+ /**
2829
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
2830
+ * Used for migration from external systems.
2831
+ */
2832
+ purchasedDate?: Date | null;
2828
2833
  }
2829
2834
  interface OrderLineItem {
2830
2835
  /** Line item ID. */
@@ -2825,6 +2825,11 @@ interface Order {
2825
2825
  * + No shipping option is selected.
2826
2826
  */
2827
2827
  recipientInfo?: ApiAddressWithContact;
2828
+ /**
2829
+ * Date and time the order was originally purchased in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
2830
+ * Used for migration from external systems.
2831
+ */
2832
+ purchasedDate?: Date | null;
2828
2833
  }
2829
2834
  interface OrderLineItem {
2830
2835
  /** Line item ID. */