@wix/ecom 1.0.832 → 1.0.833
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.833",
|
|
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.104",
|
|
30
|
+
"@wix/ecom_checkout": "1.0.112",
|
|
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.110",
|
|
34
34
|
"@wix/ecom_currencies": "1.0.45",
|
|
35
|
-
"@wix/ecom_current-cart": "1.0.
|
|
35
|
+
"@wix/ecom_current-cart": "1.0.104",
|
|
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.76",
|
|
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.
|
|
@@ -15018,7 +15018,7 @@ interface CatalogOverrideFields {
|
|
|
15018
15018
|
image?: string;
|
|
15019
15019
|
/** Payment method selected for the item. */
|
|
15020
15020
|
paymentOption?: PaymentOption;
|
|
15021
|
-
/**
|
|
15021
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
15022
15022
|
depositAmount?: string | null;
|
|
15023
15023
|
/**
|
|
15024
15024
|
* Whether to save the payment method on the order.
|
|
@@ -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.
|
|
@@ -15018,7 +15018,7 @@ interface CatalogOverrideFields {
|
|
|
15018
15018
|
image?: string;
|
|
15019
15019
|
/** Payment method selected for the item. */
|
|
15020
15020
|
paymentOption?: PaymentOption;
|
|
15021
|
-
/**
|
|
15021
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
15022
15022
|
depositAmount?: string | null;
|
|
15023
15023
|
/**
|
|
15024
15024
|
* Whether to save the payment method on the order.
|
|
@@ -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.
|
|
@@ -16266,7 +16266,7 @@ interface CatalogOverrideFields$2 {
|
|
|
16266
16266
|
image?: string;
|
|
16267
16267
|
/** Payment method selected for the item. */
|
|
16268
16268
|
paymentOption?: PaymentOption$2;
|
|
16269
|
-
/**
|
|
16269
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
16270
16270
|
depositAmount?: string | null;
|
|
16271
16271
|
/**
|
|
16272
16272
|
* Whether to save the payment method on the order.
|
|
@@ -18494,7 +18494,7 @@ interface CatalogOverrideFields$1 {
|
|
|
18494
18494
|
image?: Image$3;
|
|
18495
18495
|
/** Payment method selected for the item. */
|
|
18496
18496
|
paymentOption?: PaymentOption$1;
|
|
18497
|
-
/**
|
|
18497
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
18498
18498
|
depositAmount?: string | null;
|
|
18499
18499
|
/**
|
|
18500
18500
|
* Whether to save the payment method on the order.
|
|
@@ -19203,7 +19203,7 @@ interface CatalogOverrideFields {
|
|
|
19203
19203
|
image?: string;
|
|
19204
19204
|
/** Payment method selected for the item. */
|
|
19205
19205
|
paymentOption?: PaymentOption;
|
|
19206
|
-
/**
|
|
19206
|
+
/** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
|
|
19207
19207
|
depositAmount?: string | null;
|
|
19208
19208
|
/**
|
|
19209
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.
|
|
@@ -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.
|