@wix/ecom 1.0.777 → 1.0.778

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.777",
3
+ "version": "1.0.778",
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.54",
36
36
  "@wix/ecom_discounts": "1.0.6",
37
37
  "@wix/ecom_discounts-custom-trigger": "1.0.9",
38
- "@wix/ecom_draft-orders": "1.0.23",
38
+ "@wix/ecom_draft-orders": "1.0.24",
39
39
  "@wix/ecom_gift-vouchers": "1.0.5",
40
40
  "@wix/ecom_gift-vouchers-provider": "1.0.5",
41
41
  "@wix/ecom_local-delivery-options": "1.0.10",
@@ -43,9 +43,9 @@
43
43
  "@wix/ecom_order-invoices": "1.0.41",
44
44
  "@wix/ecom_order-payment-requests": "1.0.12",
45
45
  "@wix/ecom_order-transactions": "1.0.68",
46
- "@wix/ecom_orders": "1.0.123",
46
+ "@wix/ecom_orders": "1.0.124",
47
47
  "@wix/ecom_orders-settings": "1.0.47",
48
- "@wix/ecom_payment-settings": "1.0.49",
48
+ "@wix/ecom_payment-settings": "1.0.50",
49
49
  "@wix/ecom_pickup-locations": "1.0.10",
50
50
  "@wix/ecom_recommendations": "1.0.44",
51
51
  "@wix/ecom_recommendations-provider": "1.0.2",
@@ -78,5 +78,5 @@
78
78
  "fqdn": ""
79
79
  }
80
80
  },
81
- "falconPackageHash": "10784fee66752cd2bab5c2da0ddbf28ab58e9cc910849bbe67805c1e"
81
+ "falconPackageHash": "92e8b5d0ef9b6bf88882308aa52d952e2a956f4627b3db95727bfd3e"
82
82
  }
@@ -18965,7 +18965,13 @@ declare enum PaymentStatus$2 {
18965
18965
  /** Payments received but not yet confirmed by the payment provider */
18966
18966
  PENDING = "PENDING",
18967
18967
  /** At least one payment was received and approved, covering less than total price amount */
18968
- PARTIALLY_PAID = "PARTIALLY_PAID"
18968
+ PARTIALLY_PAID = "PARTIALLY_PAID",
18969
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
18970
+ PENDING_MERCHANT = "PENDING_MERCHANT",
18971
+ /** Payment was canceled by user on payment provider side */
18972
+ CANCELED = "CANCELED",
18973
+ /** Payment was declined by payment provider */
18974
+ DECLINED = "DECLINED"
18969
18975
  }
18970
18976
  declare enum FulfillmentStatus$3 {
18971
18977
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -18981,7 +18987,9 @@ declare enum FulfillmentStatus$3 {
18981
18987
  declare enum OrderStatus$1 {
18982
18988
  INITIALIZED = "INITIALIZED",
18983
18989
  APPROVED = "APPROVED",
18984
- CANCELED = "CANCELED"
18990
+ CANCELED = "CANCELED",
18991
+ PENDING = "PENDING",
18992
+ REJECTED = "REJECTED"
18985
18993
  }
18986
18994
  interface Activity$2 extends ActivityContentOneOf$1 {
18987
18995
  /** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
@@ -22748,7 +22756,13 @@ declare enum PaymentStatus$1 {
22748
22756
  /** Payments received but not yet confirmed by the payment provider */
22749
22757
  PENDING = "PENDING",
22750
22758
  /** At least one payment was received and approved, covering less than total price amount */
22751
- PARTIALLY_PAID = "PARTIALLY_PAID"
22759
+ PARTIALLY_PAID = "PARTIALLY_PAID",
22760
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
22761
+ PENDING_MERCHANT = "PENDING_MERCHANT",
22762
+ /** Payment was canceled by user on payment provider side */
22763
+ CANCELED = "CANCELED",
22764
+ /** Payment was declined by payment provider */
22765
+ DECLINED = "DECLINED"
22752
22766
  }
22753
22767
  declare enum FulfillmentStatus$1 {
22754
22768
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -22955,7 +22969,9 @@ interface ShippingRegion$1 {
22955
22969
  declare enum OrderStatus {
22956
22970
  INITIALIZED = "INITIALIZED",
22957
22971
  APPROVED = "APPROVED",
22958
- CANCELED = "CANCELED"
22972
+ CANCELED = "CANCELED",
22973
+ PENDING = "PENDING",
22974
+ REJECTED = "REJECTED"
22959
22975
  }
22960
22976
  interface TaxSummary$1 {
22961
22977
  /**
@@ -18965,7 +18965,13 @@ declare enum PaymentStatus$2 {
18965
18965
  /** Payments received but not yet confirmed by the payment provider */
18966
18966
  PENDING = "PENDING",
18967
18967
  /** At least one payment was received and approved, covering less than total price amount */
18968
- PARTIALLY_PAID = "PARTIALLY_PAID"
18968
+ PARTIALLY_PAID = "PARTIALLY_PAID",
18969
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
18970
+ PENDING_MERCHANT = "PENDING_MERCHANT",
18971
+ /** Payment was canceled by user on payment provider side */
18972
+ CANCELED = "CANCELED",
18973
+ /** Payment was declined by payment provider */
18974
+ DECLINED = "DECLINED"
18969
18975
  }
18970
18976
  declare enum FulfillmentStatus$3 {
18971
18977
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -18981,7 +18987,9 @@ declare enum FulfillmentStatus$3 {
18981
18987
  declare enum OrderStatus$1 {
18982
18988
  INITIALIZED = "INITIALIZED",
18983
18989
  APPROVED = "APPROVED",
18984
- CANCELED = "CANCELED"
18990
+ CANCELED = "CANCELED",
18991
+ PENDING = "PENDING",
18992
+ REJECTED = "REJECTED"
18985
18993
  }
18986
18994
  interface Activity$2 extends ActivityContentOneOf$1 {
18987
18995
  /** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
@@ -22748,7 +22756,13 @@ declare enum PaymentStatus$1 {
22748
22756
  /** Payments received but not yet confirmed by the payment provider */
22749
22757
  PENDING = "PENDING",
22750
22758
  /** At least one payment was received and approved, covering less than total price amount */
22751
- PARTIALLY_PAID = "PARTIALLY_PAID"
22759
+ PARTIALLY_PAID = "PARTIALLY_PAID",
22760
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
22761
+ PENDING_MERCHANT = "PENDING_MERCHANT",
22762
+ /** Payment was canceled by user on payment provider side */
22763
+ CANCELED = "CANCELED",
22764
+ /** Payment was declined by payment provider */
22765
+ DECLINED = "DECLINED"
22752
22766
  }
22753
22767
  declare enum FulfillmentStatus$1 {
22754
22768
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -22955,7 +22969,9 @@ interface ShippingRegion$1 {
22955
22969
  declare enum OrderStatus {
22956
22970
  INITIALIZED = "INITIALIZED",
22957
22971
  APPROVED = "APPROVED",
22958
- CANCELED = "CANCELED"
22972
+ CANCELED = "CANCELED",
22973
+ PENDING = "PENDING",
22974
+ REJECTED = "REJECTED"
22959
22975
  }
22960
22976
  interface TaxSummary$1 {
22961
22977
  /**
@@ -19644,7 +19644,13 @@ declare enum PaymentStatus$3 {
19644
19644
  /** Payments received but not yet confirmed by the payment provider */
19645
19645
  PENDING = "PENDING",
19646
19646
  /** At least one payment was received and approved, covering less than total price amount */
19647
- PARTIALLY_PAID = "PARTIALLY_PAID"
19647
+ PARTIALLY_PAID = "PARTIALLY_PAID",
19648
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
19649
+ PENDING_MERCHANT = "PENDING_MERCHANT",
19650
+ /** Payment was canceled by user on payment provider side */
19651
+ CANCELED = "CANCELED",
19652
+ /** Payment was declined by payment provider */
19653
+ DECLINED = "DECLINED"
19648
19654
  }
19649
19655
  declare enum FulfillmentStatus$3 {
19650
19656
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -19660,7 +19666,9 @@ declare enum FulfillmentStatus$3 {
19660
19666
  declare enum OrderStatus$3 {
19661
19667
  INITIALIZED = "INITIALIZED",
19662
19668
  APPROVED = "APPROVED",
19663
- CANCELED = "CANCELED"
19669
+ CANCELED = "CANCELED",
19670
+ PENDING = "PENDING",
19671
+ REJECTED = "REJECTED"
19664
19672
  }
19665
19673
  interface Activity$3 extends ActivityContentOneOf$3 {
19666
19674
  /** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
@@ -22195,7 +22203,13 @@ declare enum PaymentStatus$2 {
22195
22203
  /** Payments received but not yet confirmed by the payment provider */
22196
22204
  PENDING = "PENDING",
22197
22205
  /** At least one payment was received and approved, covering less than total price amount */
22198
- PARTIALLY_PAID = "PARTIALLY_PAID"
22206
+ PARTIALLY_PAID = "PARTIALLY_PAID",
22207
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
22208
+ PENDING_MERCHANT = "PENDING_MERCHANT",
22209
+ /** Payment was canceled by user on payment provider side */
22210
+ CANCELED = "CANCELED",
22211
+ /** Payment was declined by payment provider */
22212
+ DECLINED = "DECLINED"
22199
22213
  }
22200
22214
  declare enum FulfillmentStatus$2 {
22201
22215
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -22211,7 +22225,9 @@ declare enum FulfillmentStatus$2 {
22211
22225
  declare enum OrderStatus$2 {
22212
22226
  INITIALIZED = "INITIALIZED",
22213
22227
  APPROVED = "APPROVED",
22214
- CANCELED = "CANCELED"
22228
+ CANCELED = "CANCELED",
22229
+ PENDING = "PENDING",
22230
+ REJECTED = "REJECTED"
22215
22231
  }
22216
22232
  interface Activity$2 extends ActivityContentOneOf$2 {
22217
22233
  /** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
@@ -25073,7 +25089,13 @@ declare enum PaymentStatus$1 {
25073
25089
  /** Payments received but not yet confirmed by the payment provider */
25074
25090
  PENDING = "PENDING",
25075
25091
  /** At least one payment was received and approved, covering less than total price amount */
25076
- PARTIALLY_PAID = "PARTIALLY_PAID"
25092
+ PARTIALLY_PAID = "PARTIALLY_PAID",
25093
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
25094
+ PENDING_MERCHANT = "PENDING_MERCHANT",
25095
+ /** Payment was canceled by user on payment provider side */
25096
+ CANCELED = "CANCELED",
25097
+ /** Payment was declined by payment provider */
25098
+ DECLINED = "DECLINED"
25077
25099
  }
25078
25100
  declare enum FulfillmentStatus$1 {
25079
25101
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -25294,7 +25316,9 @@ interface ShippingRegion$3 {
25294
25316
  declare enum OrderStatus$1 {
25295
25317
  INITIALIZED = "INITIALIZED",
25296
25318
  APPROVED = "APPROVED",
25297
- CANCELED = "CANCELED"
25319
+ CANCELED = "CANCELED",
25320
+ PENDING = "PENDING",
25321
+ REJECTED = "REJECTED"
25298
25322
  }
25299
25323
  interface TaxSummary$3 {
25300
25324
  /**
@@ -27335,7 +27359,13 @@ declare enum PaymentStatus {
27335
27359
  /** Payments received but not yet confirmed by the payment provider */
27336
27360
  PENDING = "PENDING",
27337
27361
  /** At least one payment was received and approved, covering less than total price amount */
27338
- PARTIALLY_PAID = "PARTIALLY_PAID"
27362
+ PARTIALLY_PAID = "PARTIALLY_PAID",
27363
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
27364
+ PENDING_MERCHANT = "PENDING_MERCHANT",
27365
+ /** Payment was canceled by user on payment provider side */
27366
+ CANCELED = "CANCELED",
27367
+ /** Payment was declined by payment provider */
27368
+ DECLINED = "DECLINED"
27339
27369
  }
27340
27370
  declare enum FulfillmentStatus {
27341
27371
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -27536,7 +27566,9 @@ interface ShippingRegion$2 {
27536
27566
  declare enum OrderStatus {
27537
27567
  INITIALIZED = "INITIALIZED",
27538
27568
  APPROVED = "APPROVED",
27539
- CANCELED = "CANCELED"
27569
+ CANCELED = "CANCELED",
27570
+ PENDING = "PENDING",
27571
+ REJECTED = "REJECTED"
27540
27572
  }
27541
27573
  interface TaxSummary$2 {
27542
27574
  /**
@@ -2796,7 +2796,13 @@ declare enum PaymentStatus {
2796
2796
  /** Payments received but not yet confirmed by the payment provider */
2797
2797
  PENDING = "PENDING",
2798
2798
  /** At least one payment was received and approved, covering less than total price amount */
2799
- PARTIALLY_PAID = "PARTIALLY_PAID"
2799
+ PARTIALLY_PAID = "PARTIALLY_PAID",
2800
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
2801
+ PENDING_MERCHANT = "PENDING_MERCHANT",
2802
+ /** Payment was canceled by user on payment provider side */
2803
+ CANCELED = "CANCELED",
2804
+ /** Payment was declined by payment provider */
2805
+ DECLINED = "DECLINED"
2800
2806
  }
2801
2807
  declare enum FulfillmentStatus {
2802
2808
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -3003,7 +3009,9 @@ interface ShippingRegion {
3003
3009
  declare enum OrderStatus {
3004
3010
  INITIALIZED = "INITIALIZED",
3005
3011
  APPROVED = "APPROVED",
3006
- CANCELED = "CANCELED"
3012
+ CANCELED = "CANCELED",
3013
+ PENDING = "PENDING",
3014
+ REJECTED = "REJECTED"
3007
3015
  }
3008
3016
  interface TaxSummary {
3009
3017
  /**
@@ -2796,7 +2796,13 @@ declare enum PaymentStatus {
2796
2796
  /** Payments received but not yet confirmed by the payment provider */
2797
2797
  PENDING = "PENDING",
2798
2798
  /** At least one payment was received and approved, covering less than total price amount */
2799
- PARTIALLY_PAID = "PARTIALLY_PAID"
2799
+ PARTIALLY_PAID = "PARTIALLY_PAID",
2800
+ /** Payment received but not yet confirmed by the payment provider and waits for some user action */
2801
+ PENDING_MERCHANT = "PENDING_MERCHANT",
2802
+ /** Payment was canceled by user on payment provider side */
2803
+ CANCELED = "CANCELED",
2804
+ /** Payment was declined by payment provider */
2805
+ DECLINED = "DECLINED"
2800
2806
  }
2801
2807
  declare enum FulfillmentStatus {
2802
2808
  /** none of the order items are fulfilled or order was manually marked as unfulfilled */
@@ -3003,7 +3009,9 @@ interface ShippingRegion {
3003
3009
  declare enum OrderStatus {
3004
3010
  INITIALIZED = "INITIALIZED",
3005
3011
  APPROVED = "APPROVED",
3006
- CANCELED = "CANCELED"
3012
+ CANCELED = "CANCELED",
3013
+ PENDING = "PENDING",
3014
+ REJECTED = "REJECTED"
3007
3015
  }
3008
3016
  interface TaxSummary {
3009
3017
  /**