@wix/ecom 1.0.830 → 1.0.832
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.832",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"@wix/ecom_additional-fees": "1.0.35",
|
|
27
27
|
"@wix/ecom_back-in-stock-notifications": "1.0.61",
|
|
28
28
|
"@wix/ecom_back-in-stock-settings": "1.0.44",
|
|
29
|
-
"@wix/ecom_cart": "1.0.
|
|
30
|
-
"@wix/ecom_checkout": "1.0.
|
|
29
|
+
"@wix/ecom_cart": "1.0.103",
|
|
30
|
+
"@wix/ecom_checkout": "1.0.111",
|
|
31
31
|
"@wix/ecom_checkout-content": "1.0.15",
|
|
32
32
|
"@wix/ecom_checkout-settings": "1.0.60",
|
|
33
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
33
|
+
"@wix/ecom_checkout-templates": "1.0.109",
|
|
34
34
|
"@wix/ecom_currencies": "1.0.45",
|
|
35
|
-
"@wix/ecom_current-cart": "1.0.
|
|
35
|
+
"@wix/ecom_current-cart": "1.0.103",
|
|
36
36
|
"@wix/ecom_custom-triggers": "1.0.31",
|
|
37
37
|
"@wix/ecom_delivery-profile": "1.0.29",
|
|
38
38
|
"@wix/ecom_delivery-solutions": "1.0.11",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@wix/ecom_order-transactions": "1.0.77",
|
|
51
51
|
"@wix/ecom_orders": "1.0.145",
|
|
52
52
|
"@wix/ecom_orders-settings": "1.0.54",
|
|
53
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
53
|
+
"@wix/ecom_payment-settings": "1.0.75",
|
|
54
54
|
"@wix/ecom_pickup-locations": "1.0.18",
|
|
55
55
|
"@wix/ecom_recommendations": "1.0.52",
|
|
56
56
|
"@wix/ecom_recommendations-provider": "1.0.11",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"fqdn": ""
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
90
|
+
"falconPackageHash": "703b228be97636074f3d5d59ad2849cc41cfb8afb0aaf7640a9dd5f6"
|
|
91
91
|
}
|
|
@@ -11979,7 +11979,8 @@ declare enum RuleType$4 {
|
|
|
11979
11979
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
11980
11980
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
11981
11981
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
11982
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
11982
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
11983
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
11983
11984
|
}
|
|
11984
11985
|
interface FieldViolation$4 {
|
|
11985
11986
|
field?: string;
|
|
@@ -16308,7 +16309,8 @@ declare enum RuleType$3 {
|
|
|
16308
16309
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
16309
16310
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
16310
16311
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
16311
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
16312
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
16313
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
16312
16314
|
}
|
|
16313
16315
|
interface FieldViolation$3 {
|
|
16314
16316
|
field?: string;
|
|
@@ -11979,7 +11979,8 @@ declare enum RuleType$4 {
|
|
|
11979
11979
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
11980
11980
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
11981
11981
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
11982
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
11982
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
11983
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
11983
11984
|
}
|
|
11984
11985
|
interface FieldViolation$4 {
|
|
11985
11986
|
field?: string;
|
|
@@ -16308,7 +16309,8 @@ declare enum RuleType$3 {
|
|
|
16308
16309
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
16309
16310
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
16310
16311
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
16311
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
16312
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
16313
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
16312
16314
|
}
|
|
16313
16315
|
interface FieldViolation$3 {
|
|
16314
16316
|
field?: string;
|
|
@@ -14417,7 +14417,8 @@ declare enum RuleType$7 {
|
|
|
14417
14417
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
14418
14418
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
14419
14419
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
14420
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
14420
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
14421
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
14421
14422
|
}
|
|
14422
14423
|
interface FieldViolation$7 {
|
|
14423
14424
|
field?: string;
|
|
@@ -16651,7 +16652,8 @@ declare enum RuleType$6 {
|
|
|
16651
16652
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
16652
16653
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
16653
16654
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
16654
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
16655
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
16656
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
16655
16657
|
}
|
|
16656
16658
|
interface FieldViolation$6 {
|
|
16657
16659
|
field?: string;
|
|
@@ -5025,7 +5025,8 @@ declare enum RuleType {
|
|
|
5025
5025
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
5026
5026
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
5027
5027
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
5028
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
5028
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
5029
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
5029
5030
|
}
|
|
5030
5031
|
interface FieldViolation {
|
|
5031
5032
|
field?: string;
|
|
@@ -5025,7 +5025,8 @@ declare enum RuleType {
|
|
|
5025
5025
|
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
5026
5026
|
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
5027
5027
|
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
5028
|
-
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
|
|
5028
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
5029
|
+
EXACT_LENGTH = "EXACT_LENGTH"
|
|
5029
5030
|
}
|
|
5030
5031
|
interface FieldViolation {
|
|
5031
5032
|
field?: string;
|