@wix/ecom 1.0.714 → 1.0.715
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.715",
|
|
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.23",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.46",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.32",
|
|
26
|
-
"@wix/ecom_cart": "1.0.
|
|
26
|
+
"@wix/ecom_cart": "1.0.67",
|
|
27
27
|
"@wix/ecom_checkout": "1.0.76",
|
|
28
28
|
"@wix/ecom_checkout-content": "1.0.3",
|
|
29
29
|
"@wix/ecom_checkout-settings": "1.0.46",
|
|
30
30
|
"@wix/ecom_checkout-templates": "1.0.76",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.33",
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.67",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.21",
|
|
34
34
|
"@wix/ecom_delivery-profile": "1.0.13",
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.49",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"fqdn": ""
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"falconPackageHash": "
|
|
77
|
+
"falconPackageHash": "581affc5d6173e19e57672aeb0eecae29914e1033fcb4af036c83d4a"
|
|
78
78
|
}
|
|
@@ -3783,6 +3783,13 @@ interface LineItem$6 {
|
|
|
3783
3783
|
* @readonly
|
|
3784
3784
|
*/
|
|
3785
3785
|
consentRequiredPaymentPolicy?: string | null;
|
|
3786
|
+
/**
|
|
3787
|
+
* Overriding values for catalog item properties.
|
|
3788
|
+
*
|
|
3789
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
3790
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
3791
|
+
*/
|
|
3792
|
+
catalogOverrideFields?: CatalogOverrideFields$3;
|
|
3786
3793
|
/**
|
|
3787
3794
|
* Whether to save the payment method on the order.
|
|
3788
3795
|
*
|
|
@@ -6383,6 +6390,13 @@ interface LineItem$5 {
|
|
|
6383
6390
|
* @readonly
|
|
6384
6391
|
*/
|
|
6385
6392
|
consentRequiredPaymentPolicy?: string | null;
|
|
6393
|
+
/**
|
|
6394
|
+
* Overriding values for catalog item properties.
|
|
6395
|
+
*
|
|
6396
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
6397
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
6398
|
+
*/
|
|
6399
|
+
catalogOverrideFields?: CatalogOverrideFields$2;
|
|
6386
6400
|
/**
|
|
6387
6401
|
* Whether to save the payment method on the order.
|
|
6388
6402
|
*
|
|
@@ -3783,6 +3783,13 @@ interface LineItem$6 {
|
|
|
3783
3783
|
* @readonly
|
|
3784
3784
|
*/
|
|
3785
3785
|
consentRequiredPaymentPolicy?: string | null;
|
|
3786
|
+
/**
|
|
3787
|
+
* Overriding values for catalog item properties.
|
|
3788
|
+
*
|
|
3789
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
3790
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
3791
|
+
*/
|
|
3792
|
+
catalogOverrideFields?: CatalogOverrideFields$3;
|
|
3786
3793
|
/**
|
|
3787
3794
|
* Whether to save the payment method on the order.
|
|
3788
3795
|
*
|
|
@@ -6383,6 +6390,13 @@ interface LineItem$5 {
|
|
|
6383
6390
|
* @readonly
|
|
6384
6391
|
*/
|
|
6385
6392
|
consentRequiredPaymentPolicy?: string | null;
|
|
6393
|
+
/**
|
|
6394
|
+
* Overriding values for catalog item properties.
|
|
6395
|
+
*
|
|
6396
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
6397
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
6398
|
+
*/
|
|
6399
|
+
catalogOverrideFields?: CatalogOverrideFields$2;
|
|
6386
6400
|
/**
|
|
6387
6401
|
* Whether to save the payment method on the order.
|
|
6388
6402
|
*
|
|
@@ -3060,6 +3060,13 @@ interface LineItem$7 {
|
|
|
3060
3060
|
* @readonly
|
|
3061
3061
|
*/
|
|
3062
3062
|
consentRequiredPaymentPolicy?: string | null;
|
|
3063
|
+
/**
|
|
3064
|
+
* Overriding values for catalog item properties.
|
|
3065
|
+
*
|
|
3066
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
3067
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
3068
|
+
*/
|
|
3069
|
+
catalogOverrideFields?: CatalogOverrideFields$7;
|
|
3063
3070
|
/**
|
|
3064
3071
|
* Whether to save the payment method on the order.
|
|
3065
3072
|
*
|
|
@@ -3312,6 +3319,20 @@ interface SelectedMembership$7 {
|
|
|
3312
3319
|
/** ID of the app providing this payment option. */
|
|
3313
3320
|
appId?: string;
|
|
3314
3321
|
}
|
|
3322
|
+
interface CatalogOverrideFields$7 {
|
|
3323
|
+
/** Item name. */
|
|
3324
|
+
productName?: ProductName$b;
|
|
3325
|
+
/** Item price **after** discounts. */
|
|
3326
|
+
price?: string | null;
|
|
3327
|
+
/** Item price **before** discounts. */
|
|
3328
|
+
fullPrice?: string | null;
|
|
3329
|
+
/** Item description lines. Used when displaying the line item to customers. */
|
|
3330
|
+
descriptionLines?: DescriptionLine$b[];
|
|
3331
|
+
/** Physical properties of the item. */
|
|
3332
|
+
physicalProperties?: PhysicalProperties$d;
|
|
3333
|
+
/** Item image. */
|
|
3334
|
+
image?: Image$6;
|
|
3335
|
+
}
|
|
3315
3336
|
interface Image$6 {
|
|
3316
3337
|
/** WixMedia image ID. */
|
|
3317
3338
|
id?: string;
|
|
@@ -4989,6 +5010,13 @@ interface LineItem$6 {
|
|
|
4989
5010
|
* @readonly
|
|
4990
5011
|
*/
|
|
4991
5012
|
consentRequiredPaymentPolicy?: string | null;
|
|
5013
|
+
/**
|
|
5014
|
+
* Overriding values for catalog item properties.
|
|
5015
|
+
*
|
|
5016
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
5017
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
5018
|
+
*/
|
|
5019
|
+
catalogOverrideFields?: CatalogOverrideFields$6;
|
|
4992
5020
|
/**
|
|
4993
5021
|
* Whether to save the payment method on the order.
|
|
4994
5022
|
*
|
|
@@ -5191,6 +5219,20 @@ interface SelectedMembership$6 {
|
|
|
5191
5219
|
/** ID of the app providing this payment option. */
|
|
5192
5220
|
appId?: string;
|
|
5193
5221
|
}
|
|
5222
|
+
interface CatalogOverrideFields$6 {
|
|
5223
|
+
/** Item name. */
|
|
5224
|
+
productName?: ProductName$a;
|
|
5225
|
+
/** Item price **after** discounts. */
|
|
5226
|
+
price?: string | null;
|
|
5227
|
+
/** Item price **before** discounts. */
|
|
5228
|
+
fullPrice?: string | null;
|
|
5229
|
+
/** Item description lines. Used when displaying the line item to customers. */
|
|
5230
|
+
descriptionLines?: DescriptionLine$a[];
|
|
5231
|
+
/** Physical properties of the item. */
|
|
5232
|
+
physicalProperties?: PhysicalProperties$c;
|
|
5233
|
+
/** Item image. */
|
|
5234
|
+
image?: string;
|
|
5235
|
+
}
|
|
5194
5236
|
/** Buyer Info */
|
|
5195
5237
|
interface BuyerInfo$8 extends BuyerInfoIdOneOf$8 {
|
|
5196
5238
|
/**
|
|
@@ -6898,6 +6940,13 @@ interface LineItem$5 {
|
|
|
6898
6940
|
* @readonly
|
|
6899
6941
|
*/
|
|
6900
6942
|
consentRequiredPaymentPolicy?: string | null;
|
|
6943
|
+
/**
|
|
6944
|
+
* Overriding values for catalog item properties.
|
|
6945
|
+
*
|
|
6946
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
6947
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
6948
|
+
*/
|
|
6949
|
+
catalogOverrideFields?: CatalogOverrideFields$5;
|
|
6901
6950
|
/**
|
|
6902
6951
|
* Whether to save the payment method on the order.
|
|
6903
6952
|
*
|
|
@@ -7150,6 +7199,20 @@ interface SelectedMembership$5 {
|
|
|
7150
7199
|
/** ID of the app providing this payment option. */
|
|
7151
7200
|
appId?: string;
|
|
7152
7201
|
}
|
|
7202
|
+
interface CatalogOverrideFields$5 {
|
|
7203
|
+
/** Item name. */
|
|
7204
|
+
productName?: ProductName$9;
|
|
7205
|
+
/** Item price **after** discounts. */
|
|
7206
|
+
price?: string | null;
|
|
7207
|
+
/** Item price **before** discounts. */
|
|
7208
|
+
fullPrice?: string | null;
|
|
7209
|
+
/** Item description lines. Used when displaying the line item to customers. */
|
|
7210
|
+
descriptionLines?: DescriptionLine$9[];
|
|
7211
|
+
/** Physical properties of the item. */
|
|
7212
|
+
physicalProperties?: PhysicalProperties$b;
|
|
7213
|
+
/** Item image. */
|
|
7214
|
+
image?: Image$5;
|
|
7215
|
+
}
|
|
7153
7216
|
interface Image$5 {
|
|
7154
7217
|
/** WixMedia image ID. */
|
|
7155
7218
|
id?: string;
|
|
@@ -8787,6 +8850,13 @@ interface LineItem$4 {
|
|
|
8787
8850
|
* @readonly
|
|
8788
8851
|
*/
|
|
8789
8852
|
consentRequiredPaymentPolicy?: string | null;
|
|
8853
|
+
/**
|
|
8854
|
+
* Overriding values for catalog item properties.
|
|
8855
|
+
*
|
|
8856
|
+
* To override catalog fields, your app must have the permission scope named "Manage eCommerce - Admin Permissions".
|
|
8857
|
+
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
8858
|
+
*/
|
|
8859
|
+
catalogOverrideFields?: CatalogOverrideFields$4;
|
|
8790
8860
|
/**
|
|
8791
8861
|
* Whether to save the payment method on the order.
|
|
8792
8862
|
*
|
|
@@ -8989,6 +9059,20 @@ interface SelectedMembership$4 {
|
|
|
8989
9059
|
/** ID of the app providing this payment option. */
|
|
8990
9060
|
appId?: string;
|
|
8991
9061
|
}
|
|
9062
|
+
interface CatalogOverrideFields$4 {
|
|
9063
|
+
/** Item name. */
|
|
9064
|
+
productName?: ProductName$8;
|
|
9065
|
+
/** Item price **after** discounts. */
|
|
9066
|
+
price?: string | null;
|
|
9067
|
+
/** Item price **before** discounts. */
|
|
9068
|
+
fullPrice?: string | null;
|
|
9069
|
+
/** Item description lines. Used when displaying the line item to customers. */
|
|
9070
|
+
descriptionLines?: DescriptionLine$8[];
|
|
9071
|
+
/** Physical properties of the item. */
|
|
9072
|
+
physicalProperties?: PhysicalProperties$a;
|
|
9073
|
+
/** Item image. */
|
|
9074
|
+
image?: string;
|
|
9075
|
+
}
|
|
8992
9076
|
/** Buyer Info */
|
|
8993
9077
|
interface BuyerInfo$6 extends BuyerInfoIdOneOf$6 {
|
|
8994
9078
|
/**
|