@wix/ecom 1.0.773 → 1.0.775
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.775",
|
|
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.81",
|
|
27
|
+
"@wix/ecom_checkout": "1.0.90",
|
|
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.89",
|
|
31
31
|
"@wix/ecom_currencies": "1.0.37",
|
|
32
|
-
"@wix/ecom_current-cart": "1.0.
|
|
32
|
+
"@wix/ecom_current-cart": "1.0.81",
|
|
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,10 +45,10 @@
|
|
|
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.49",
|
|
49
49
|
"@wix/ecom_pickup-locations": "1.0.9",
|
|
50
|
-
"@wix/ecom_recommendations": "1.0.
|
|
51
|
-
"@wix/ecom_recommendations-provider": "1.0.
|
|
50
|
+
"@wix/ecom_recommendations": "1.0.43",
|
|
51
|
+
"@wix/ecom_recommendations-provider": "1.0.2",
|
|
52
52
|
"@wix/ecom_shipping-options": "1.0.8",
|
|
53
53
|
"@wix/ecom_shipping-rates": "1.0.43",
|
|
54
54
|
"@wix/ecom_shippo-configurations": "1.0.15",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"fqdn": ""
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"falconPackageHash": "
|
|
81
|
+
"falconPackageHash": "d8f426b60fe7cca0e874445a9c926f70729e33cbe6cc7122ada593cf"
|
|
82
82
|
}
|
|
@@ -2005,8 +2005,6 @@ interface AlgorithmInfo {
|
|
|
2005
2005
|
catalogAppIds?: string[];
|
|
2006
2006
|
}
|
|
2007
2007
|
interface AlgorithmConfig {
|
|
2008
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
2009
|
-
_id?: string;
|
|
2010
2008
|
/** Algorithm name. This value is not translatable. */
|
|
2011
2009
|
name?: string;
|
|
2012
2010
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -2059,7 +2057,6 @@ interface RecommendationAlgorithmNotSupported {
|
|
|
2059
2057
|
unsupportedAlgorithms?: Algorithm[];
|
|
2060
2058
|
}
|
|
2061
2059
|
interface AlgorithmConfigNonNullableFields {
|
|
2062
|
-
_id: string;
|
|
2063
2060
|
name: string;
|
|
2064
2061
|
description: string;
|
|
2065
2062
|
algorithmType: AlgorithmType;
|
|
@@ -4146,16 +4143,6 @@ interface LineItem$6 {
|
|
|
4146
4143
|
* @readonly
|
|
4147
4144
|
*/
|
|
4148
4145
|
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
4146
|
/**
|
|
4160
4147
|
* Overriding values for catalog item properties.
|
|
4161
4148
|
*
|
|
@@ -4722,18 +4709,6 @@ interface CustomLineItem$4 {
|
|
|
4722
4709
|
depositAmount?: string | null;
|
|
4723
4710
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
4724
4711
|
catalogReference?: CatalogReference$6;
|
|
4725
|
-
/**
|
|
4726
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4727
|
-
*
|
|
4728
|
-
* Default: `false`
|
|
4729
|
-
*/
|
|
4730
|
-
priceUndetermined?: boolean;
|
|
4731
|
-
/**
|
|
4732
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4733
|
-
*
|
|
4734
|
-
* Default: `false`
|
|
4735
|
-
*/
|
|
4736
|
-
fixedQuantity?: boolean;
|
|
4737
4712
|
/**
|
|
4738
4713
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
4739
4714
|
* @readonly
|
|
@@ -6872,16 +6847,6 @@ interface LineItem$5 {
|
|
|
6872
6847
|
* @readonly
|
|
6873
6848
|
*/
|
|
6874
6849
|
consentRequiredPaymentPolicy?: string | null;
|
|
6875
|
-
/**
|
|
6876
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
6877
|
-
* @readonly
|
|
6878
|
-
*/
|
|
6879
|
-
priceUndetermined?: boolean;
|
|
6880
|
-
/**
|
|
6881
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
6882
|
-
* @readonly
|
|
6883
|
-
*/
|
|
6884
|
-
fixedQuantity?: boolean;
|
|
6885
6850
|
/**
|
|
6886
6851
|
* Overriding values for catalog item properties.
|
|
6887
6852
|
*
|
|
@@ -7448,18 +7413,6 @@ interface CustomLineItem$3 {
|
|
|
7448
7413
|
depositAmount?: string | null;
|
|
7449
7414
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
7450
7415
|
catalogReference?: CatalogReference$5;
|
|
7451
|
-
/**
|
|
7452
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7453
|
-
*
|
|
7454
|
-
* Default: `false`
|
|
7455
|
-
*/
|
|
7456
|
-
priceUndetermined?: boolean;
|
|
7457
|
-
/**
|
|
7458
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7459
|
-
*
|
|
7460
|
-
* Default: `false`
|
|
7461
|
-
*/
|
|
7462
|
-
fixedQuantity?: boolean;
|
|
7463
7416
|
/**
|
|
7464
7417
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
7465
7418
|
* @readonly
|
|
@@ -9640,16 +9593,6 @@ interface LineItem$4 {
|
|
|
9640
9593
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
9641
9594
|
*/
|
|
9642
9595
|
catalogOverrideFields?: CatalogOverrideFields$1;
|
|
9643
|
-
/**
|
|
9644
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9645
|
-
* @readonly
|
|
9646
|
-
*/
|
|
9647
|
-
priceUndetermined?: boolean;
|
|
9648
|
-
/**
|
|
9649
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9650
|
-
* @readonly
|
|
9651
|
-
*/
|
|
9652
|
-
fixedQuantity?: boolean;
|
|
9653
9596
|
/**
|
|
9654
9597
|
* Whether to save the payment method on the order.
|
|
9655
9598
|
*
|
|
@@ -10951,18 +10894,6 @@ interface CustomLineItem$2 {
|
|
|
10951
10894
|
depositAmount?: string | null;
|
|
10952
10895
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
10953
10896
|
catalogReference?: CatalogReference$4;
|
|
10954
|
-
/**
|
|
10955
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
10956
|
-
*
|
|
10957
|
-
* Default: `false`
|
|
10958
|
-
*/
|
|
10959
|
-
priceUndetermined?: boolean;
|
|
10960
|
-
/**
|
|
10961
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
10962
|
-
*
|
|
10963
|
-
* Default: `false`
|
|
10964
|
-
*/
|
|
10965
|
-
fixedQuantity?: boolean;
|
|
10966
10897
|
/**
|
|
10967
10898
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
10968
10899
|
* @readonly
|
|
@@ -13614,18 +13545,6 @@ interface CustomLineItem$1 {
|
|
|
13614
13545
|
depositAmount?: string | null;
|
|
13615
13546
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
13616
13547
|
catalogReference?: CatalogReference$3;
|
|
13617
|
-
/**
|
|
13618
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
13619
|
-
*
|
|
13620
|
-
* Default: `false`
|
|
13621
|
-
*/
|
|
13622
|
-
priceUndetermined?: boolean;
|
|
13623
|
-
/**
|
|
13624
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
13625
|
-
*
|
|
13626
|
-
* Default: `false`
|
|
13627
|
-
*/
|
|
13628
|
-
fixedQuantity?: boolean;
|
|
13629
13548
|
/**
|
|
13630
13549
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
13631
13550
|
* @readonly
|
|
@@ -14223,16 +14142,6 @@ interface LineItem$3 {
|
|
|
14223
14142
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
14224
14143
|
*/
|
|
14225
14144
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
14226
|
-
/**
|
|
14227
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
14228
|
-
* @readonly
|
|
14229
|
-
*/
|
|
14230
|
-
priceUndetermined?: boolean;
|
|
14231
|
-
/**
|
|
14232
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
14233
|
-
* @readonly
|
|
14234
|
-
*/
|
|
14235
|
-
fixedQuantity?: boolean;
|
|
14236
14145
|
/**
|
|
14237
14146
|
* Whether to save the payment method on the order.
|
|
14238
14147
|
*
|
|
@@ -2005,8 +2005,6 @@ interface AlgorithmInfo {
|
|
|
2005
2005
|
catalogAppIds?: string[];
|
|
2006
2006
|
}
|
|
2007
2007
|
interface AlgorithmConfig {
|
|
2008
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
2009
|
-
_id?: string;
|
|
2010
2008
|
/** Algorithm name. This value is not translatable. */
|
|
2011
2009
|
name?: string;
|
|
2012
2010
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -2059,7 +2057,6 @@ interface RecommendationAlgorithmNotSupported {
|
|
|
2059
2057
|
unsupportedAlgorithms?: Algorithm[];
|
|
2060
2058
|
}
|
|
2061
2059
|
interface AlgorithmConfigNonNullableFields {
|
|
2062
|
-
_id: string;
|
|
2063
2060
|
name: string;
|
|
2064
2061
|
description: string;
|
|
2065
2062
|
algorithmType: AlgorithmType;
|
|
@@ -4146,16 +4143,6 @@ interface LineItem$6 {
|
|
|
4146
4143
|
* @readonly
|
|
4147
4144
|
*/
|
|
4148
4145
|
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
4146
|
/**
|
|
4160
4147
|
* Overriding values for catalog item properties.
|
|
4161
4148
|
*
|
|
@@ -4722,18 +4709,6 @@ interface CustomLineItem$4 {
|
|
|
4722
4709
|
depositAmount?: string | null;
|
|
4723
4710
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
4724
4711
|
catalogReference?: CatalogReference$6;
|
|
4725
|
-
/**
|
|
4726
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
4727
|
-
*
|
|
4728
|
-
* Default: `false`
|
|
4729
|
-
*/
|
|
4730
|
-
priceUndetermined?: boolean;
|
|
4731
|
-
/**
|
|
4732
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
4733
|
-
*
|
|
4734
|
-
* Default: `false`
|
|
4735
|
-
*/
|
|
4736
|
-
fixedQuantity?: boolean;
|
|
4737
4712
|
/**
|
|
4738
4713
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
4739
4714
|
* @readonly
|
|
@@ -6872,16 +6847,6 @@ interface LineItem$5 {
|
|
|
6872
6847
|
* @readonly
|
|
6873
6848
|
*/
|
|
6874
6849
|
consentRequiredPaymentPolicy?: string | null;
|
|
6875
|
-
/**
|
|
6876
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
6877
|
-
* @readonly
|
|
6878
|
-
*/
|
|
6879
|
-
priceUndetermined?: boolean;
|
|
6880
|
-
/**
|
|
6881
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
6882
|
-
* @readonly
|
|
6883
|
-
*/
|
|
6884
|
-
fixedQuantity?: boolean;
|
|
6885
6850
|
/**
|
|
6886
6851
|
* Overriding values for catalog item properties.
|
|
6887
6852
|
*
|
|
@@ -7448,18 +7413,6 @@ interface CustomLineItem$3 {
|
|
|
7448
7413
|
depositAmount?: string | null;
|
|
7449
7414
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
7450
7415
|
catalogReference?: CatalogReference$5;
|
|
7451
|
-
/**
|
|
7452
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7453
|
-
*
|
|
7454
|
-
* Default: `false`
|
|
7455
|
-
*/
|
|
7456
|
-
priceUndetermined?: boolean;
|
|
7457
|
-
/**
|
|
7458
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7459
|
-
*
|
|
7460
|
-
* Default: `false`
|
|
7461
|
-
*/
|
|
7462
|
-
fixedQuantity?: boolean;
|
|
7463
7416
|
/**
|
|
7464
7417
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
7465
7418
|
* @readonly
|
|
@@ -9640,16 +9593,6 @@ interface LineItem$4 {
|
|
|
9640
9593
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
9641
9594
|
*/
|
|
9642
9595
|
catalogOverrideFields?: CatalogOverrideFields$1;
|
|
9643
|
-
/**
|
|
9644
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9645
|
-
* @readonly
|
|
9646
|
-
*/
|
|
9647
|
-
priceUndetermined?: boolean;
|
|
9648
|
-
/**
|
|
9649
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9650
|
-
* @readonly
|
|
9651
|
-
*/
|
|
9652
|
-
fixedQuantity?: boolean;
|
|
9653
9596
|
/**
|
|
9654
9597
|
* Whether to save the payment method on the order.
|
|
9655
9598
|
*
|
|
@@ -10951,18 +10894,6 @@ interface CustomLineItem$2 {
|
|
|
10951
10894
|
depositAmount?: string | null;
|
|
10952
10895
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
10953
10896
|
catalogReference?: CatalogReference$4;
|
|
10954
|
-
/**
|
|
10955
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
10956
|
-
*
|
|
10957
|
-
* Default: `false`
|
|
10958
|
-
*/
|
|
10959
|
-
priceUndetermined?: boolean;
|
|
10960
|
-
/**
|
|
10961
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
10962
|
-
*
|
|
10963
|
-
* Default: `false`
|
|
10964
|
-
*/
|
|
10965
|
-
fixedQuantity?: boolean;
|
|
10966
10897
|
/**
|
|
10967
10898
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
10968
10899
|
* @readonly
|
|
@@ -13614,18 +13545,6 @@ interface CustomLineItem$1 {
|
|
|
13614
13545
|
depositAmount?: string | null;
|
|
13615
13546
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
13616
13547
|
catalogReference?: CatalogReference$3;
|
|
13617
|
-
/**
|
|
13618
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
13619
|
-
*
|
|
13620
|
-
* Default: `false`
|
|
13621
|
-
*/
|
|
13622
|
-
priceUndetermined?: boolean;
|
|
13623
|
-
/**
|
|
13624
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
13625
|
-
*
|
|
13626
|
-
* Default: `false`
|
|
13627
|
-
*/
|
|
13628
|
-
fixedQuantity?: boolean;
|
|
13629
13548
|
/**
|
|
13630
13549
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
13631
13550
|
* @readonly
|
|
@@ -14223,16 +14142,6 @@ interface LineItem$3 {
|
|
|
14223
14142
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
14224
14143
|
*/
|
|
14225
14144
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
14226
|
-
/**
|
|
14227
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
14228
|
-
* @readonly
|
|
14229
|
-
*/
|
|
14230
|
-
priceUndetermined?: boolean;
|
|
14231
|
-
/**
|
|
14232
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
14233
|
-
* @readonly
|
|
14234
|
-
*/
|
|
14235
|
-
fixedQuantity?: boolean;
|
|
14236
14145
|
/**
|
|
14237
14146
|
* Whether to save the payment method on the order.
|
|
14238
14147
|
*
|
|
@@ -1250,8 +1250,6 @@ interface AlgorithmInfo$1 {
|
|
|
1250
1250
|
catalogAppIds?: string[];
|
|
1251
1251
|
}
|
|
1252
1252
|
interface AlgorithmConfig$1 {
|
|
1253
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
1254
|
-
id?: string;
|
|
1255
1253
|
/** Algorithm name. This value is not translatable. */
|
|
1256
1254
|
name?: string;
|
|
1257
1255
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -1294,7 +1292,6 @@ interface GetRecommendationResponse$1 {
|
|
|
1294
1292
|
recommendation?: Recommendation$1;
|
|
1295
1293
|
}
|
|
1296
1294
|
interface AlgorithmConfigNonNullableFields$1 {
|
|
1297
|
-
id: string;
|
|
1298
1295
|
name: string;
|
|
1299
1296
|
description: string;
|
|
1300
1297
|
algorithmType: AlgorithmType$1;
|
|
@@ -1385,8 +1382,6 @@ interface AlgorithmInfo {
|
|
|
1385
1382
|
catalogAppIds?: string[];
|
|
1386
1383
|
}
|
|
1387
1384
|
interface AlgorithmConfig {
|
|
1388
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
1389
|
-
_id?: string;
|
|
1390
1385
|
/** Algorithm name. This value is not translatable. */
|
|
1391
1386
|
name?: string;
|
|
1392
1387
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -1429,7 +1424,6 @@ interface GetRecommendationResponse {
|
|
|
1429
1424
|
recommendation?: Recommendation;
|
|
1430
1425
|
}
|
|
1431
1426
|
interface AlgorithmConfigNonNullableFields {
|
|
1432
|
-
_id: string;
|
|
1433
1427
|
name: string;
|
|
1434
1428
|
description: string;
|
|
1435
1429
|
algorithmType: AlgorithmType;
|
|
@@ -3066,16 +3060,6 @@ interface LineItem$7 {
|
|
|
3066
3060
|
* @readonly
|
|
3067
3061
|
*/
|
|
3068
3062
|
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
3063
|
/**
|
|
3080
3064
|
* Overriding values for catalog item properties.
|
|
3081
3065
|
*
|
|
@@ -3620,18 +3604,6 @@ interface CustomLineItem$9 {
|
|
|
3620
3604
|
depositAmount?: string | null;
|
|
3621
3605
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
3622
3606
|
catalogReference?: CatalogReference$d;
|
|
3623
|
-
/**
|
|
3624
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3625
|
-
*
|
|
3626
|
-
* Default: `false`
|
|
3627
|
-
*/
|
|
3628
|
-
priceUndetermined?: boolean;
|
|
3629
|
-
/**
|
|
3630
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3631
|
-
*
|
|
3632
|
-
* Default: `false`
|
|
3633
|
-
*/
|
|
3634
|
-
fixedQuantity?: boolean;
|
|
3635
3607
|
/**
|
|
3636
3608
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
3637
3609
|
* @readonly
|
|
@@ -5084,16 +5056,6 @@ interface LineItem$6 {
|
|
|
5084
5056
|
* @readonly
|
|
5085
5057
|
*/
|
|
5086
5058
|
consentRequiredPaymentPolicy?: string | null;
|
|
5087
|
-
/**
|
|
5088
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
5089
|
-
* @readonly
|
|
5090
|
-
*/
|
|
5091
|
-
priceUndetermined?: boolean;
|
|
5092
|
-
/**
|
|
5093
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
5094
|
-
* @readonly
|
|
5095
|
-
*/
|
|
5096
|
-
fixedQuantity?: boolean;
|
|
5097
5059
|
/**
|
|
5098
5060
|
* Overriding values for catalog item properties.
|
|
5099
5061
|
*
|
|
@@ -5570,18 +5532,6 @@ interface CustomLineItem$8 {
|
|
|
5570
5532
|
depositAmount?: string | null;
|
|
5571
5533
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
5572
5534
|
catalogReference?: CatalogReference$c;
|
|
5573
|
-
/**
|
|
5574
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
5575
|
-
*
|
|
5576
|
-
* Default: `false`
|
|
5577
|
-
*/
|
|
5578
|
-
priceUndetermined?: boolean;
|
|
5579
|
-
/**
|
|
5580
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
5581
|
-
*
|
|
5582
|
-
* Default: `false`
|
|
5583
|
-
*/
|
|
5584
|
-
fixedQuantity?: boolean;
|
|
5585
5535
|
/**
|
|
5586
5536
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
5587
5537
|
* @readonly
|
|
@@ -7082,16 +7032,6 @@ interface LineItem$5 {
|
|
|
7082
7032
|
* @readonly
|
|
7083
7033
|
*/
|
|
7084
7034
|
consentRequiredPaymentPolicy?: string | null;
|
|
7085
|
-
/**
|
|
7086
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7087
|
-
* @readonly
|
|
7088
|
-
*/
|
|
7089
|
-
priceUndetermined?: boolean;
|
|
7090
|
-
/**
|
|
7091
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7092
|
-
* @readonly
|
|
7093
|
-
*/
|
|
7094
|
-
fixedQuantity?: boolean;
|
|
7095
7035
|
/**
|
|
7096
7036
|
* Overriding values for catalog item properties.
|
|
7097
7037
|
*
|
|
@@ -7642,18 +7582,6 @@ interface CustomLineItem$7 {
|
|
|
7642
7582
|
depositAmount?: string | null;
|
|
7643
7583
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
7644
7584
|
catalogReference?: CatalogReference$b;
|
|
7645
|
-
/**
|
|
7646
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
7647
|
-
*
|
|
7648
|
-
* Default: `false`
|
|
7649
|
-
*/
|
|
7650
|
-
priceUndetermined?: boolean;
|
|
7651
|
-
/**
|
|
7652
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
7653
|
-
*
|
|
7654
|
-
* Default: `false`
|
|
7655
|
-
*/
|
|
7656
|
-
fixedQuantity?: boolean;
|
|
7657
7585
|
/**
|
|
7658
7586
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
7659
7587
|
* @readonly
|
|
@@ -9060,16 +8988,6 @@ interface LineItem$4 {
|
|
|
9060
8988
|
* @readonly
|
|
9061
8989
|
*/
|
|
9062
8990
|
consentRequiredPaymentPolicy?: string | null;
|
|
9063
|
-
/**
|
|
9064
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9065
|
-
* @readonly
|
|
9066
|
-
*/
|
|
9067
|
-
priceUndetermined?: boolean;
|
|
9068
|
-
/**
|
|
9069
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9070
|
-
* @readonly
|
|
9071
|
-
*/
|
|
9072
|
-
fixedQuantity?: boolean;
|
|
9073
8991
|
/**
|
|
9074
8992
|
* Overriding values for catalog item properties.
|
|
9075
8993
|
*
|
|
@@ -9552,18 +9470,6 @@ interface CustomLineItem$6 {
|
|
|
9552
9470
|
depositAmount?: string | null;
|
|
9553
9471
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
9554
9472
|
catalogReference?: CatalogReference$a;
|
|
9555
|
-
/**
|
|
9556
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
9557
|
-
*
|
|
9558
|
-
* Default: `false`
|
|
9559
|
-
*/
|
|
9560
|
-
priceUndetermined?: boolean;
|
|
9561
|
-
/**
|
|
9562
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
9563
|
-
*
|
|
9564
|
-
* Default: `false`
|
|
9565
|
-
*/
|
|
9566
|
-
fixedQuantity?: boolean;
|
|
9567
9473
|
/**
|
|
9568
9474
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
9569
9475
|
* @readonly
|
|
@@ -11120,16 +11026,6 @@ interface LineItem$3 {
|
|
|
11120
11026
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
11121
11027
|
*/
|
|
11122
11028
|
catalogOverrideFields?: CatalogOverrideFields$3;
|
|
11123
|
-
/**
|
|
11124
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
11125
|
-
* @readonly
|
|
11126
|
-
*/
|
|
11127
|
-
priceUndetermined?: boolean;
|
|
11128
|
-
/**
|
|
11129
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
11130
|
-
* @readonly
|
|
11131
|
-
*/
|
|
11132
|
-
fixedQuantity?: boolean;
|
|
11133
11029
|
/**
|
|
11134
11030
|
* Whether to save the payment method on the order.
|
|
11135
11031
|
*
|
|
@@ -12333,18 +12229,6 @@ interface CustomLineItem$5 {
|
|
|
12333
12229
|
depositAmount?: string | null;
|
|
12334
12230
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
12335
12231
|
catalogReference?: CatalogReference$9;
|
|
12336
|
-
/**
|
|
12337
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
12338
|
-
*
|
|
12339
|
-
* Default: `false`
|
|
12340
|
-
*/
|
|
12341
|
-
priceUndetermined?: boolean;
|
|
12342
|
-
/**
|
|
12343
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
12344
|
-
*
|
|
12345
|
-
* Default: `false`
|
|
12346
|
-
*/
|
|
12347
|
-
fixedQuantity?: boolean;
|
|
12348
12232
|
/**
|
|
12349
12233
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
12350
12234
|
* @readonly
|
|
@@ -13328,16 +13212,6 @@ interface LineItem$2 {
|
|
|
13328
13212
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
13329
13213
|
*/
|
|
13330
13214
|
catalogOverrideFields?: CatalogOverrideFields$2;
|
|
13331
|
-
/**
|
|
13332
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
13333
|
-
* @readonly
|
|
13334
|
-
*/
|
|
13335
|
-
priceUndetermined?: boolean;
|
|
13336
|
-
/**
|
|
13337
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
13338
|
-
* @readonly
|
|
13339
|
-
*/
|
|
13340
|
-
fixedQuantity?: boolean;
|
|
13341
13215
|
/**
|
|
13342
13216
|
* Whether to save the payment method on the order.
|
|
13343
13217
|
*
|
|
@@ -14481,18 +14355,6 @@ interface CustomLineItem$4 {
|
|
|
14481
14355
|
depositAmount?: string | null;
|
|
14482
14356
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
14483
14357
|
catalogReference?: CatalogReference$8;
|
|
14484
|
-
/**
|
|
14485
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
14486
|
-
*
|
|
14487
|
-
* Default: `false`
|
|
14488
|
-
*/
|
|
14489
|
-
priceUndetermined?: boolean;
|
|
14490
|
-
/**
|
|
14491
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
14492
|
-
*
|
|
14493
|
-
* Default: `false`
|
|
14494
|
-
*/
|
|
14495
|
-
fixedQuantity?: boolean;
|
|
14496
14358
|
/**
|
|
14497
14359
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
14498
14360
|
* @readonly
|
|
@@ -15977,18 +15839,6 @@ interface CustomLineItem$3 {
|
|
|
15977
15839
|
depositAmount?: string | null;
|
|
15978
15840
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
15979
15841
|
catalogReference?: CatalogReference$7;
|
|
15980
|
-
/**
|
|
15981
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
15982
|
-
*
|
|
15983
|
-
* Default: `false`
|
|
15984
|
-
*/
|
|
15985
|
-
priceUndetermined?: boolean;
|
|
15986
|
-
/**
|
|
15987
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
15988
|
-
*
|
|
15989
|
-
* Default: `false`
|
|
15990
|
-
*/
|
|
15991
|
-
fixedQuantity?: boolean;
|
|
15992
15842
|
/**
|
|
15993
15843
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
15994
15844
|
* @readonly
|
|
@@ -16658,18 +16508,6 @@ interface CustomLineItem$2 {
|
|
|
16658
16508
|
depositAmount?: string | null;
|
|
16659
16509
|
/** Catalog and item reference. Includes IDs for the item and the catalog it came from, as well as further optional info. Optional for custom line items, which don't trigger the Catalog service plugin. */
|
|
16660
16510
|
catalogReference?: CatalogReference$6;
|
|
16661
|
-
/**
|
|
16662
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
16663
|
-
*
|
|
16664
|
-
* Default: `false`
|
|
16665
|
-
*/
|
|
16666
|
-
priceUndetermined?: boolean;
|
|
16667
|
-
/**
|
|
16668
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
16669
|
-
*
|
|
16670
|
-
* Default: `false`
|
|
16671
|
-
*/
|
|
16672
|
-
fixedQuantity?: boolean;
|
|
16673
16511
|
/**
|
|
16674
16512
|
* Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
|
|
16675
16513
|
* @readonly
|
|
@@ -443,8 +443,6 @@ interface RecommendationsProviderConfig {
|
|
|
443
443
|
supportedAlgorithms?: AlgorithmConfig[];
|
|
444
444
|
}
|
|
445
445
|
interface AlgorithmConfig {
|
|
446
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
447
|
-
_id?: string;
|
|
448
446
|
/** Algorithm name. This value is not translatable. */
|
|
449
447
|
name?: string;
|
|
450
448
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -3948,16 +3946,6 @@ interface LineItem$1 {
|
|
|
3948
3946
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
3949
3947
|
*/
|
|
3950
3948
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
3951
|
-
/**
|
|
3952
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3953
|
-
* @readonly
|
|
3954
|
-
*/
|
|
3955
|
-
priceUndetermined?: boolean;
|
|
3956
|
-
/**
|
|
3957
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3958
|
-
* @readonly
|
|
3959
|
-
*/
|
|
3960
|
-
fixedQuantity?: boolean;
|
|
3961
3949
|
/**
|
|
3962
3950
|
* Whether to save the payment method on the order.
|
|
3963
3951
|
*
|
|
@@ -443,8 +443,6 @@ interface RecommendationsProviderConfig {
|
|
|
443
443
|
supportedAlgorithms?: AlgorithmConfig[];
|
|
444
444
|
}
|
|
445
445
|
interface AlgorithmConfig {
|
|
446
|
-
/** Algorithm ID. This must be unique for a specific app but does not have to be unique across all apps on the site or in the project. */
|
|
447
|
-
_id?: string;
|
|
448
446
|
/** Algorithm name. This value is not translatable. */
|
|
449
447
|
name?: string;
|
|
450
448
|
/** Algorithm description. This describes how the algorithm works and if it has any limitations regarding site content, number of items in the catalog, site traffic, and so on. This value is not translatable. */
|
|
@@ -3948,16 +3946,6 @@ interface LineItem$1 {
|
|
|
3948
3946
|
* Learn more about [permission scopes](https://dev.wix.com/docs/build-apps/develop-your-app/access/authorization/about-permissions).
|
|
3949
3947
|
*/
|
|
3950
3948
|
catalogOverrideFields?: CatalogOverrideFields;
|
|
3951
|
-
/**
|
|
3952
|
-
* Whether the price is not yet defined, and will be updated after the order is created.
|
|
3953
|
-
* @readonly
|
|
3954
|
-
*/
|
|
3955
|
-
priceUndetermined?: boolean;
|
|
3956
|
-
/**
|
|
3957
|
-
* Whether the line item quantity is fixed and cannot be changed.
|
|
3958
|
-
* @readonly
|
|
3959
|
-
*/
|
|
3960
|
-
fixedQuantity?: boolean;
|
|
3961
3949
|
/**
|
|
3962
3950
|
* Whether to save the payment method on the order.
|
|
3963
3951
|
*
|