@wix/ecom 1.0.770 → 1.0.772
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.772",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@wix/ecom_additional-fees": "1.0.27",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.51",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.36",
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
27
|
-
"@wix/ecom_checkout": "1.0.
|
|
26
|
+
"@wix/ecom_cart": "1.0.78",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.88",
|
|
28
28
|
"@wix/ecom_checkout-content": "1.0.7",
|
|
29
29
|
"@wix/ecom_checkout-settings": "1.0.52",
|
|
30
|
-
"@wix/ecom_checkout-templates": "1.0.
|
|
30
|
+
"@wix/ecom_checkout-templates": "1.0.87",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.37",
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.78",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.25",
|
|
34
34
|
"@wix/ecom_delivery-profile": "1.0.20",
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.53",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@wix/ecom_order-transactions": "1.0.67",
|
|
46
46
|
"@wix/ecom_orders": "1.0.122",
|
|
47
47
|
"@wix/ecom_orders-settings": "1.0.46",
|
|
48
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
48
|
+
"@wix/ecom_payment-settings": "1.0.47",
|
|
49
49
|
"@wix/ecom_pickup-locations": "1.0.9",
|
|
50
50
|
"@wix/ecom_recommendations": "1.0.42",
|
|
51
51
|
"@wix/ecom_recommendations-provider": "1.0.1",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"fqdn": ""
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"falconPackageHash": "
|
|
81
|
+
"falconPackageHash": "08cfaedf179d774da0f254c5918c76725a0b6cde4774326e438c7bd1"
|
|
82
82
|
}
|
|
@@ -4146,16 +4146,6 @@ interface LineItem$6 {
|
|
|
4146
4146
|
* @readonly
|
|
4147
4147
|
*/
|
|
4148
4148
|
consentRequiredPaymentPolicy?: string | null;
|
|
4149
|
-
/**
|
|
4150
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4151
|
-
* @readonly
|
|
4152
|
-
*/
|
|
4153
|
-
priceUndetermined?: boolean;
|
|
4154
|
-
/**
|
|
4155
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4156
|
-
* @readonly
|
|
4157
|
-
*/
|
|
4158
|
-
fixedQuantity?: boolean;
|
|
4159
4149
|
/**
|
|
4160
4150
|
* Overriding values for catalog item properties.
|
|
4161
4151
|
*
|
|
@@ -6794,16 +6784,6 @@ interface LineItem$5 {
|
|
|
6794
6784
|
* @readonly
|
|
6795
6785
|
*/
|
|
6796
6786
|
consentRequiredPaymentPolicy?: string | null;
|
|
6797
|
-
/**
|
|
6798
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
6799
|
-
* @readonly
|
|
6800
|
-
*/
|
|
6801
|
-
priceUndetermined?: boolean;
|
|
6802
|
-
/**
|
|
6803
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
6804
|
-
* @readonly
|
|
6805
|
-
*/
|
|
6806
|
-
fixedQuantity?: boolean;
|
|
6807
6787
|
/**
|
|
6808
6788
|
* Overriding values for catalog item properties.
|
|
6809
6789
|
*
|
|
@@ -4146,16 +4146,6 @@ interface LineItem$6 {
|
|
|
4146
4146
|
* @readonly
|
|
4147
4147
|
*/
|
|
4148
4148
|
consentRequiredPaymentPolicy?: string | null;
|
|
4149
|
-
/**
|
|
4150
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4151
|
-
* @readonly
|
|
4152
|
-
*/
|
|
4153
|
-
priceUndetermined?: boolean;
|
|
4154
|
-
/**
|
|
4155
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4156
|
-
* @readonly
|
|
4157
|
-
*/
|
|
4158
|
-
fixedQuantity?: boolean;
|
|
4159
4149
|
/**
|
|
4160
4150
|
* Overriding values for catalog item properties.
|
|
4161
4151
|
*
|
|
@@ -6794,16 +6784,6 @@ interface LineItem$5 {
|
|
|
6794
6784
|
* @readonly
|
|
6795
6785
|
*/
|
|
6796
6786
|
consentRequiredPaymentPolicy?: string | null;
|
|
6797
|
-
/**
|
|
6798
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
6799
|
-
* @readonly
|
|
6800
|
-
*/
|
|
6801
|
-
priceUndetermined?: boolean;
|
|
6802
|
-
/**
|
|
6803
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
6804
|
-
* @readonly
|
|
6805
|
-
*/
|
|
6806
|
-
fixedQuantity?: boolean;
|
|
6807
6787
|
/**
|
|
6808
6788
|
* Overriding values for catalog item properties.
|
|
6809
6789
|
*
|
|
@@ -3066,16 +3066,6 @@ interface LineItem$7 {
|
|
|
3066
3066
|
* @readonly
|
|
3067
3067
|
*/
|
|
3068
3068
|
consentRequiredPaymentPolicy?: string | null;
|
|
3069
|
-
/**
|
|
3070
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3071
|
-
* @readonly
|
|
3072
|
-
*/
|
|
3073
|
-
priceUndetermined?: boolean;
|
|
3074
|
-
/**
|
|
3075
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3076
|
-
* @readonly
|
|
3077
|
-
*/
|
|
3078
|
-
fixedQuantity?: boolean;
|
|
3079
3069
|
/**
|
|
3080
3070
|
* Overriding values for catalog item properties.
|
|
3081
3071
|
*
|
|
@@ -5042,16 +5032,6 @@ interface LineItem$6 {
|
|
|
5042
5032
|
* @readonly
|
|
5043
5033
|
*/
|
|
5044
5034
|
consentRequiredPaymentPolicy?: string | null;
|
|
5045
|
-
/**
|
|
5046
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
5047
|
-
* @readonly
|
|
5048
|
-
*/
|
|
5049
|
-
priceUndetermined?: boolean;
|
|
5050
|
-
/**
|
|
5051
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
5052
|
-
* @readonly
|
|
5053
|
-
*/
|
|
5054
|
-
fixedQuantity?: boolean;
|
|
5055
5035
|
/**
|
|
5056
5036
|
* Overriding values for catalog item properties.
|
|
5057
5037
|
*
|
|
@@ -6998,16 +6978,6 @@ interface LineItem$5 {
|
|
|
6998
6978
|
* @readonly
|
|
6999
6979
|
*/
|
|
7000
6980
|
consentRequiredPaymentPolicy?: string | null;
|
|
7001
|
-
/**
|
|
7002
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7003
|
-
* @readonly
|
|
7004
|
-
*/
|
|
7005
|
-
priceUndetermined?: boolean;
|
|
7006
|
-
/**
|
|
7007
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7008
|
-
* @readonly
|
|
7009
|
-
*/
|
|
7010
|
-
fixedQuantity?: boolean;
|
|
7011
6981
|
/**
|
|
7012
6982
|
* Overriding values for catalog item properties.
|
|
7013
6983
|
*
|
|
@@ -8934,16 +8904,6 @@ interface LineItem$4 {
|
|
|
8934
8904
|
* @readonly
|
|
8935
8905
|
*/
|
|
8936
8906
|
consentRequiredPaymentPolicy?: string | null;
|
|
8937
|
-
/**
|
|
8938
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
8939
|
-
* @readonly
|
|
8940
|
-
*/
|
|
8941
|
-
priceUndetermined?: boolean;
|
|
8942
|
-
/**
|
|
8943
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
8944
|
-
* @readonly
|
|
8945
|
-
*/
|
|
8946
|
-
fixedQuantity?: boolean;
|
|
8947
8907
|
/**
|
|
8948
8908
|
* Overriding values for catalog item properties.
|
|
8949
8909
|
*
|