@wix/ecom 1.0.704 → 1.0.706
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.
|
|
3
|
+
"version": "1.0.706",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@wix/ecom_abandoned-checkouts": "1.0.39",
|
|
23
|
-
"@wix/ecom_additional-fees": "1.0.
|
|
23
|
+
"@wix/ecom_additional-fees": "1.0.21",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.43",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.29",
|
|
26
26
|
"@wix/ecom_cart": "1.0.62",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@wix/ecom_checkout-templates": "1.0.70",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.30",
|
|
32
32
|
"@wix/ecom_current-cart": "1.0.62",
|
|
33
|
-
"@wix/ecom_custom-triggers": "1.0.
|
|
33
|
+
"@wix/ecom_custom-triggers": "1.0.19",
|
|
34
34
|
"@wix/ecom_delivery-profile": "1.0.10",
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.46",
|
|
36
36
|
"@wix/ecom_discounts-custom-trigger": "1.0.1",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"@wix/ecom_order-fulfillments": "1.0.40",
|
|
40
40
|
"@wix/ecom_order-invoices": "1.0.33",
|
|
41
41
|
"@wix/ecom_order-payment-requests": "1.0.0",
|
|
42
|
-
"@wix/ecom_order-transactions": "1.0.
|
|
43
|
-
"@wix/ecom_orders": "1.0.
|
|
42
|
+
"@wix/ecom_order-transactions": "1.0.59",
|
|
43
|
+
"@wix/ecom_orders": "1.0.98",
|
|
44
44
|
"@wix/ecom_orders-settings": "1.0.39",
|
|
45
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
45
|
+
"@wix/ecom_payment-settings": "1.0.29",
|
|
46
46
|
"@wix/ecom_pickup-locations": "1.0.2",
|
|
47
47
|
"@wix/ecom_recommendations": "1.0.33",
|
|
48
48
|
"@wix/ecom_shipping-options": "1.0.1",
|
|
49
|
-
"@wix/ecom_shipping-rates": "1.0.
|
|
49
|
+
"@wix/ecom_shipping-rates": "1.0.37",
|
|
50
50
|
"@wix/ecom_shippo-configurations": "1.0.8",
|
|
51
51
|
"@wix/ecom_totals-calculator": "1.0.1",
|
|
52
|
-
"@wix/ecom_validations": "1.0.
|
|
52
|
+
"@wix/ecom_validations": "1.0.24"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"glob": "^10.4.1",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"fqdn": ""
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"falconPackageHash": "
|
|
76
|
+
"falconPackageHash": "9239ee6286cf09558afc805e9c3c5d0fa5b9af427f6137ae7087dccc"
|
|
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 */
|