@wix/ecom 1.0.769 → 1.0.770
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.770",
|
|
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.
|
|
26
|
+
"@wix/ecom_cart": "1.0.76",
|
|
27
27
|
"@wix/ecom_checkout": "1.0.86",
|
|
28
28
|
"@wix/ecom_checkout-content": "1.0.7",
|
|
29
29
|
"@wix/ecom_checkout-settings": "1.0.52",
|
|
30
30
|
"@wix/ecom_checkout-templates": "1.0.85",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.37",
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.76",
|
|
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",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"fqdn": ""
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"falconPackageHash": "
|
|
81
|
+
"falconPackageHash": "0ceacb8d2894b0980401b71eacd600e354809872e95651096303daf2"
|
|
82
82
|
}
|
|
@@ -4146,6 +4146,16 @@ 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;
|
|
4149
4159
|
/**
|
|
4150
4160
|
* Overriding values for catalog item properties.
|
|
4151
4161
|
*
|
|
@@ -6784,6 +6794,16 @@ interface LineItem$5 {
|
|
|
6784
6794
|
* @readonly
|
|
6785
6795
|
*/
|
|
6786
6796
|
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;
|
|
6787
6807
|
/**
|
|
6788
6808
|
* Overriding values for catalog item properties.
|
|
6789
6809
|
*
|
|
@@ -4146,6 +4146,16 @@ 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;
|
|
4149
4159
|
/**
|
|
4150
4160
|
* Overriding values for catalog item properties.
|
|
4151
4161
|
*
|
|
@@ -6784,6 +6794,16 @@ interface LineItem$5 {
|
|
|
6784
6794
|
* @readonly
|
|
6785
6795
|
*/
|
|
6786
6796
|
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;
|
|
6787
6807
|
/**
|
|
6788
6808
|
* Overriding values for catalog item properties.
|
|
6789
6809
|
*
|
|
@@ -3066,6 +3066,16 @@ 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;
|
|
3069
3079
|
/**
|
|
3070
3080
|
* Overriding values for catalog item properties.
|
|
3071
3081
|
*
|
|
@@ -5032,6 +5042,16 @@ interface LineItem$6 {
|
|
|
5032
5042
|
* @readonly
|
|
5033
5043
|
*/
|
|
5034
5044
|
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;
|
|
5035
5055
|
/**
|
|
5036
5056
|
* Overriding values for catalog item properties.
|
|
5037
5057
|
*
|
|
@@ -6978,6 +6998,16 @@ interface LineItem$5 {
|
|
|
6978
6998
|
* @readonly
|
|
6979
6999
|
*/
|
|
6980
7000
|
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;
|
|
6981
7011
|
/**
|
|
6982
7012
|
* Overriding values for catalog item properties.
|
|
6983
7013
|
*
|
|
@@ -8904,6 +8934,16 @@ interface LineItem$4 {
|
|
|
8904
8934
|
* @readonly
|
|
8905
8935
|
*/
|
|
8906
8936
|
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;
|
|
8907
8947
|
/**
|
|
8908
8948
|
* Overriding values for catalog item properties.
|
|
8909
8949
|
*
|