@wix/ecom 1.0.830 → 1.0.831
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.831",
|
|
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.102",
|
|
30
|
+
"@wix/ecom_checkout": "1.0.110",
|
|
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.108",
|
|
34
34
|
"@wix/ecom_currencies": "1.0.45",
|
|
35
|
-
"@wix/ecom_current-cart": "1.0.
|
|
35
|
+
"@wix/ecom_current-cart": "1.0.102",
|
|
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.74",
|
|
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": "101423cf090a06e527518b8f9c992ba5cf17a2b3ca935028e2520003"
|
|
91
91
|
}
|
|
@@ -5960,7 +5960,7 @@ interface CatalogOverrideFields$3 {
|
|
|
5960
5960
|
image?: string;
|
|
5961
5961
|
/** Payment method selected for the item. */
|
|
5962
5962
|
paymentOption?: PaymentOption$3;
|
|
5963
|
-
/**
|
|
5963
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
5964
5964
|
depositAmount?: string | null;
|
|
5965
5965
|
/**
|
|
5966
5966
|
* Whether to save the payment method on the order.
|
|
@@ -8707,7 +8707,7 @@ interface CatalogOverrideFields$2 {
|
|
|
8707
8707
|
image?: string;
|
|
8708
8708
|
/** Payment method selected for the item. */
|
|
8709
8709
|
paymentOption?: PaymentOption$2;
|
|
8710
|
-
/**
|
|
8710
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
8711
8711
|
depositAmount?: string | null;
|
|
8712
8712
|
/**
|
|
8713
8713
|
* Whether to save the payment method on the order.
|
|
@@ -11566,7 +11566,7 @@ interface CatalogOverrideFields$1 {
|
|
|
11566
11566
|
image?: string;
|
|
11567
11567
|
/** Payment method selected for the item. */
|
|
11568
11568
|
paymentOption?: PaymentOption$1;
|
|
11569
|
-
/**
|
|
11569
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
11570
11570
|
depositAmount?: string | null;
|
|
11571
11571
|
/**
|
|
11572
11572
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|
|
@@ -15017,7 +15018,7 @@ interface CatalogOverrideFields {
|
|
|
15017
15018
|
image?: string;
|
|
15018
15019
|
/** Payment method selected for the item. */
|
|
15019
15020
|
paymentOption?: PaymentOption;
|
|
15020
|
-
/**
|
|
15021
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
15021
15022
|
depositAmount?: string | null;
|
|
15022
15023
|
/**
|
|
15023
15024
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|
|
@@ -5960,7 +5960,7 @@ interface CatalogOverrideFields$3 {
|
|
|
5960
5960
|
image?: string;
|
|
5961
5961
|
/** Payment method selected for the item. */
|
|
5962
5962
|
paymentOption?: PaymentOption$3;
|
|
5963
|
-
/**
|
|
5963
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
5964
5964
|
depositAmount?: string | null;
|
|
5965
5965
|
/**
|
|
5966
5966
|
* Whether to save the payment method on the order.
|
|
@@ -8707,7 +8707,7 @@ interface CatalogOverrideFields$2 {
|
|
|
8707
8707
|
image?: string;
|
|
8708
8708
|
/** Payment method selected for the item. */
|
|
8709
8709
|
paymentOption?: PaymentOption$2;
|
|
8710
|
-
/**
|
|
8710
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
8711
8711
|
depositAmount?: string | null;
|
|
8712
8712
|
/**
|
|
8713
8713
|
* Whether to save the payment method on the order.
|
|
@@ -11566,7 +11566,7 @@ interface CatalogOverrideFields$1 {
|
|
|
11566
11566
|
image?: string;
|
|
11567
11567
|
/** Payment method selected for the item. */
|
|
11568
11568
|
paymentOption?: PaymentOption$1;
|
|
11569
|
-
/**
|
|
11569
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
11570
11570
|
depositAmount?: string | null;
|
|
11571
11571
|
/**
|
|
11572
11572
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|
|
@@ -15017,7 +15018,7 @@ interface CatalogOverrideFields {
|
|
|
15017
15018
|
image?: string;
|
|
15018
15019
|
/** Payment method selected for the item. */
|
|
15019
15020
|
paymentOption?: PaymentOption;
|
|
15020
|
-
/**
|
|
15021
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
15021
15022
|
depositAmount?: string | null;
|
|
15022
15023
|
/**
|
|
15023
15024
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|
|
@@ -5820,7 +5820,7 @@ interface CatalogOverrideFields$7 {
|
|
|
5820
5820
|
image?: Image$6;
|
|
5821
5821
|
/** Payment method selected for the item. */
|
|
5822
5822
|
paymentOption?: PaymentOption$7;
|
|
5823
|
-
/**
|
|
5823
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
5824
5824
|
depositAmount?: string | null;
|
|
5825
5825
|
/**
|
|
5826
5826
|
* Whether to save the payment method on the order.
|
|
@@ -7802,7 +7802,7 @@ interface CatalogOverrideFields$6 {
|
|
|
7802
7802
|
image?: string;
|
|
7803
7803
|
/** Payment method selected for the item. */
|
|
7804
7804
|
paymentOption?: PaymentOption$6;
|
|
7805
|
-
/**
|
|
7805
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
7806
7806
|
depositAmount?: string | null;
|
|
7807
7807
|
/**
|
|
7808
7808
|
* Whether to save the payment method on the order.
|
|
@@ -9864,7 +9864,7 @@ interface CatalogOverrideFields$5 {
|
|
|
9864
9864
|
image?: Image$5;
|
|
9865
9865
|
/** Payment method selected for the item. */
|
|
9866
9866
|
paymentOption?: PaymentOption$5;
|
|
9867
|
-
/**
|
|
9867
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
9868
9868
|
depositAmount?: string | null;
|
|
9869
9869
|
/**
|
|
9870
9870
|
* Whether to save the payment method on the order.
|
|
@@ -11806,7 +11806,7 @@ interface CatalogOverrideFields$4 {
|
|
|
11806
11806
|
image?: string;
|
|
11807
11807
|
/** Payment method selected for the item. */
|
|
11808
11808
|
paymentOption?: PaymentOption$4;
|
|
11809
|
-
/**
|
|
11809
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
11810
11810
|
depositAmount?: string | null;
|
|
11811
11811
|
/**
|
|
11812
11812
|
* Whether to save the payment method on the order.
|
|
@@ -14009,7 +14009,7 @@ interface CatalogOverrideFields$3 {
|
|
|
14009
14009
|
image?: Image$4;
|
|
14010
14010
|
/** Payment method selected for the item. */
|
|
14011
14011
|
paymentOption?: PaymentOption$3;
|
|
14012
|
-
/**
|
|
14012
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
14013
14013
|
depositAmount?: string | null;
|
|
14014
14014
|
/**
|
|
14015
14015
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|
|
@@ -16265,7 +16266,7 @@ interface CatalogOverrideFields$2 {
|
|
|
16265
16266
|
image?: string;
|
|
16266
16267
|
/** Payment method selected for the item. */
|
|
16267
16268
|
paymentOption?: PaymentOption$2;
|
|
16268
|
-
/**
|
|
16269
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
16269
16270
|
depositAmount?: string | null;
|
|
16270
16271
|
/**
|
|
16271
16272
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|
|
@@ -18492,7 +18494,7 @@ interface CatalogOverrideFields$1 {
|
|
|
18492
18494
|
image?: Image$3;
|
|
18493
18495
|
/** Payment method selected for the item. */
|
|
18494
18496
|
paymentOption?: PaymentOption$1;
|
|
18495
|
-
/**
|
|
18497
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
18496
18498
|
depositAmount?: string | null;
|
|
18497
18499
|
/**
|
|
18498
18500
|
* Whether to save the payment method on the order.
|
|
@@ -19201,7 +19203,7 @@ interface CatalogOverrideFields {
|
|
|
19201
19203
|
image?: string;
|
|
19202
19204
|
/** Payment method selected for the item. */
|
|
19203
19205
|
paymentOption?: PaymentOption;
|
|
19204
|
-
/**
|
|
19206
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
19205
19207
|
depositAmount?: string | null;
|
|
19206
19208
|
/**
|
|
19207
19209
|
* Whether to save the payment method on the order.
|
|
@@ -4700,7 +4700,7 @@ interface CatalogOverrideFields {
|
|
|
4700
4700
|
image?: string;
|
|
4701
4701
|
/** Payment method selected for the item. */
|
|
4702
4702
|
paymentOption?: PaymentOption;
|
|
4703
|
-
/**
|
|
4703
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
4704
4704
|
depositAmount?: string | null;
|
|
4705
4705
|
/**
|
|
4706
4706
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|
|
@@ -4700,7 +4700,7 @@ interface CatalogOverrideFields {
|
|
|
4700
4700
|
image?: string;
|
|
4701
4701
|
/** Payment method selected for the item. */
|
|
4702
4702
|
paymentOption?: PaymentOption;
|
|
4703
|
-
/**
|
|
4703
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
4704
4704
|
depositAmount?: string | null;
|
|
4705
4705
|
/**
|
|
4706
4706
|
* Whether to save the payment method on the order.
|
|
@@ -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;
|