@wix/ecom 1.0.749 → 1.0.750
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.750",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@wix/ecom_orders-settings": "1.0.44",
|
|
48
48
|
"@wix/ecom_payment-settings": "1.0.39",
|
|
49
49
|
"@wix/ecom_pickup-locations": "1.0.7",
|
|
50
|
-
"@wix/ecom_recommendations": "1.0.
|
|
50
|
+
"@wix/ecom_recommendations": "1.0.39",
|
|
51
51
|
"@wix/ecom_shipping-options": "1.0.6",
|
|
52
52
|
"@wix/ecom_shipping-rates": "1.0.41",
|
|
53
53
|
"@wix/ecom_shippo-configurations": "1.0.13",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"fqdn": ""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "1bc00f470e6872f3da4c5182ef609dc632f53a8dc177362d7fe75e5f"
|
|
81
81
|
}
|
|
@@ -1635,6 +1635,8 @@ interface AlgorithmConfig {
|
|
|
1635
1635
|
* * `GLOBAL` - This type of algorithm provides general recommendations based on site or project statistics. For example, bestsellers or new arrivals.
|
|
1636
1636
|
*/
|
|
1637
1637
|
algorithmType?: AlgorithmType;
|
|
1638
|
+
/** 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. */
|
|
1639
|
+
algorithmId?: string | null;
|
|
1638
1640
|
}
|
|
1639
1641
|
declare enum AlgorithmType {
|
|
1640
1642
|
UNSPECIFIED = "UNSPECIFIED",
|
|
@@ -1635,6 +1635,8 @@ interface AlgorithmConfig {
|
|
|
1635
1635
|
* * `GLOBAL` - This type of algorithm provides general recommendations based on site or project statistics. For example, bestsellers or new arrivals.
|
|
1636
1636
|
*/
|
|
1637
1637
|
algorithmType?: AlgorithmType;
|
|
1638
|
+
/** 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. */
|
|
1639
|
+
algorithmId?: string | null;
|
|
1638
1640
|
}
|
|
1639
1641
|
declare enum AlgorithmType {
|
|
1640
1642
|
UNSPECIFIED = "UNSPECIFIED",
|
|
@@ -1264,6 +1264,8 @@ interface AlgorithmConfig$1 {
|
|
|
1264
1264
|
* * `GLOBAL` - This type of algorithm provides general recommendations based on site or project statistics. For example, bestsellers or new arrivals.
|
|
1265
1265
|
*/
|
|
1266
1266
|
algorithmType?: AlgorithmType$1;
|
|
1267
|
+
/** 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. */
|
|
1268
|
+
algorithmId?: string | null;
|
|
1267
1269
|
}
|
|
1268
1270
|
declare enum AlgorithmType$1 {
|
|
1269
1271
|
UNSPECIFIED = "UNSPECIFIED",
|
|
@@ -1396,6 +1398,8 @@ interface AlgorithmConfig {
|
|
|
1396
1398
|
* * `GLOBAL` - This type of algorithm provides general recommendations based on site or project statistics. For example, bestsellers or new arrivals.
|
|
1397
1399
|
*/
|
|
1398
1400
|
algorithmType?: AlgorithmType;
|
|
1401
|
+
/** 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. */
|
|
1402
|
+
algorithmId?: string | null;
|
|
1399
1403
|
}
|
|
1400
1404
|
declare enum AlgorithmType {
|
|
1401
1405
|
UNSPECIFIED = "UNSPECIFIED",
|