@wix/ecom 1.0.705 → 1.0.707

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.705",
3
+ "version": "1.0.707",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,37 +19,37 @@
19
19
  "service-plugins"
20
20
  ],
21
21
  "dependencies": {
22
- "@wix/ecom_abandoned-checkouts": "1.0.39",
23
- "@wix/ecom_additional-fees": "1.0.21",
24
- "@wix/ecom_back-in-stock-notifications": "1.0.43",
25
- "@wix/ecom_back-in-stock-settings": "1.0.29",
26
- "@wix/ecom_cart": "1.0.62",
27
- "@wix/ecom_checkout": "1.0.70",
28
- "@wix/ecom_checkout-content": "1.0.0",
29
- "@wix/ecom_checkout-settings": "1.0.43",
30
- "@wix/ecom_checkout-templates": "1.0.70",
31
- "@wix/ecom_currencies": "1.0.30",
32
- "@wix/ecom_current-cart": "1.0.62",
33
- "@wix/ecom_custom-triggers": "1.0.19",
34
- "@wix/ecom_delivery-profile": "1.0.10",
35
- "@wix/ecom_discount-rules": "1.0.46",
36
- "@wix/ecom_discounts-custom-trigger": "1.0.1",
37
- "@wix/ecom_draft-orders": "1.0.3",
38
- "@wix/ecom_local-delivery-options": "1.0.2",
39
- "@wix/ecom_order-fulfillments": "1.0.40",
40
- "@wix/ecom_order-invoices": "1.0.33",
41
- "@wix/ecom_order-payment-requests": "1.0.0",
42
- "@wix/ecom_order-transactions": "1.0.58",
43
- "@wix/ecom_orders": "1.0.97",
44
- "@wix/ecom_orders-settings": "1.0.39",
45
- "@wix/ecom_payment-settings": "1.0.29",
46
- "@wix/ecom_pickup-locations": "1.0.2",
47
- "@wix/ecom_recommendations": "1.0.33",
48
- "@wix/ecom_shipping-options": "1.0.1",
49
- "@wix/ecom_shipping-rates": "1.0.37",
50
- "@wix/ecom_shippo-configurations": "1.0.8",
51
- "@wix/ecom_totals-calculator": "1.0.1",
52
- "@wix/ecom_validations": "1.0.24"
22
+ "@wix/ecom_abandoned-checkouts": "1.0.40",
23
+ "@wix/ecom_additional-fees": "1.0.22",
24
+ "@wix/ecom_back-in-stock-notifications": "1.0.44",
25
+ "@wix/ecom_back-in-stock-settings": "1.0.30",
26
+ "@wix/ecom_cart": "1.0.63",
27
+ "@wix/ecom_checkout": "1.0.71",
28
+ "@wix/ecom_checkout-content": "1.0.1",
29
+ "@wix/ecom_checkout-settings": "1.0.44",
30
+ "@wix/ecom_checkout-templates": "1.0.71",
31
+ "@wix/ecom_currencies": "1.0.31",
32
+ "@wix/ecom_current-cart": "1.0.63",
33
+ "@wix/ecom_custom-triggers": "1.0.20",
34
+ "@wix/ecom_delivery-profile": "1.0.11",
35
+ "@wix/ecom_discount-rules": "1.0.47",
36
+ "@wix/ecom_discounts-custom-trigger": "1.0.2",
37
+ "@wix/ecom_draft-orders": "1.0.4",
38
+ "@wix/ecom_local-delivery-options": "1.0.3",
39
+ "@wix/ecom_order-fulfillments": "1.0.41",
40
+ "@wix/ecom_order-invoices": "1.0.34",
41
+ "@wix/ecom_order-payment-requests": "1.0.1",
42
+ "@wix/ecom_order-transactions": "1.0.60",
43
+ "@wix/ecom_orders": "1.0.99",
44
+ "@wix/ecom_orders-settings": "1.0.40",
45
+ "@wix/ecom_payment-settings": "1.0.30",
46
+ "@wix/ecom_pickup-locations": "1.0.3",
47
+ "@wix/ecom_recommendations": "1.0.34",
48
+ "@wix/ecom_shipping-options": "1.0.2",
49
+ "@wix/ecom_shipping-rates": "1.0.38",
50
+ "@wix/ecom_shippo-configurations": "1.0.9",
51
+ "@wix/ecom_totals-calculator": "1.0.2",
52
+ "@wix/ecom_validations": "1.0.25"
53
53
  },
54
54
  "devDependencies": {
55
55
  "glob": "^10.4.1",
@@ -73,5 +73,5 @@
73
73
  "fqdn": ""
74
74
  }
75
75
  },
76
- "falconPackageHash": "16e0e9626daa34270acbb8c86b9ea35cec34e56aaa18c4552bc89fbe"
76
+ "falconPackageHash": "33b38fadeb6bf71c4b1d7e96d64e02616fbe0fd25e6554961b9c3574"
77
77
  }
@@ -20690,6 +20690,7 @@ interface AuthorizationCapture$1 {
20690
20690
  _id?: string | null;
20691
20691
  }
20692
20692
  declare enum AuthorizationCaptureStatus$1 {
20693
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
20693
20694
  /** Whether capture operation still in progress */
20694
20695
  PENDING = "PENDING",
20695
20696
  /** The capture operation was succeeded */
@@ -20702,6 +20703,7 @@ interface AuthorizationActionFailureDetails$1 {
20702
20703
  interface AuthorizationVoid$1 {
20703
20704
  }
20704
20705
  declare enum AuthorizationVoidStatus$1 {
20706
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
20705
20707
  /** Whether void operation still in progress */
20706
20708
  PENDING = "PENDING",
20707
20709
  /** The void operation was succeeded */
@@ -25099,6 +25101,7 @@ interface AuthorizationCapture {
25099
25101
  _id?: string | null;
25100
25102
  }
25101
25103
  declare enum AuthorizationCaptureStatus {
25104
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
25102
25105
  /** Whether capture operation still in progress */
25103
25106
  PENDING = "PENDING",
25104
25107
  /** The capture operation was succeeded */
@@ -25120,6 +25123,7 @@ interface AuthorizationActionFailureDetails {
25120
25123
  interface AuthorizationVoid {
25121
25124
  }
25122
25125
  declare enum AuthorizationVoidStatus {
25126
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
25123
25127
  /** Whether void operation still in progress */
25124
25128
  PENDING = "PENDING",
25125
25129
  /** The void operation was succeeded */
@@ -20690,6 +20690,7 @@ interface AuthorizationCapture$1 {
20690
20690
  _id?: string | null;
20691
20691
  }
20692
20692
  declare enum AuthorizationCaptureStatus$1 {
20693
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
20693
20694
  /** Whether capture operation still in progress */
20694
20695
  PENDING = "PENDING",
20695
20696
  /** The capture operation was succeeded */
@@ -20702,6 +20703,7 @@ interface AuthorizationActionFailureDetails$1 {
20702
20703
  interface AuthorizationVoid$1 {
20703
20704
  }
20704
20705
  declare enum AuthorizationVoidStatus$1 {
20706
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
20705
20707
  /** Whether void operation still in progress */
20706
20708
  PENDING = "PENDING",
20707
20709
  /** The void operation was succeeded */
@@ -25099,6 +25101,7 @@ interface AuthorizationCapture {
25099
25101
  _id?: string | null;
25100
25102
  }
25101
25103
  declare enum AuthorizationCaptureStatus {
25104
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
25102
25105
  /** Whether capture operation still in progress */
25103
25106
  PENDING = "PENDING",
25104
25107
  /** The capture operation was succeeded */
@@ -25120,6 +25123,7 @@ interface AuthorizationActionFailureDetails {
25120
25123
  interface AuthorizationVoid {
25121
25124
  }
25122
25125
  declare enum AuthorizationVoidStatus {
25126
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
25123
25127
  /** Whether void operation still in progress */
25124
25128
  PENDING = "PENDING",
25125
25129
  /** The void operation was succeeded */
@@ -27543,6 +27543,7 @@ declare enum TransactionStatus$1 {
27543
27543
  VOIDED = "VOIDED"
27544
27544
  }
27545
27545
  declare enum AuthorizationCaptureStatus$1 {
27546
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
27546
27547
  /** Whether capture operation still in progress */
27547
27548
  PENDING = "PENDING",
27548
27549
  /** The capture operation was succeeded */
@@ -27560,6 +27561,7 @@ interface Price$1 {
27560
27561
  formattedAmount?: string;
27561
27562
  }
27562
27563
  declare enum AuthorizationVoidStatus$1 {
27564
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
27563
27565
  /** Whether void operation still in progress */
27564
27566
  PENDING = "PENDING",
27565
27567
  /** The void operation was succeeded */
@@ -27972,6 +27974,7 @@ declare enum TransactionStatus {
27972
27974
  VOIDED = "VOIDED"
27973
27975
  }
27974
27976
  declare enum AuthorizationCaptureStatus {
27977
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
27975
27978
  /** Whether capture operation still in progress */
27976
27979
  PENDING = "PENDING",
27977
27980
  /** The capture operation was succeeded */
@@ -27989,6 +27992,7 @@ interface Price {
27989
27992
  formattedAmount?: string;
27990
27993
  }
27991
27994
  declare enum AuthorizationVoidStatus {
27995
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
27992
27996
  /** Whether void operation still in progress */
27993
27997
  PENDING = "PENDING",
27994
27998
  /** The void operation was succeeded */