@wix/ecom 1.0.768 → 1.0.769

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.768",
3
+ "version": "1.0.769",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -47,8 +47,8 @@
47
47
  "@wix/ecom_orders-settings": "1.0.46",
48
48
  "@wix/ecom_payment-settings": "1.0.45",
49
49
  "@wix/ecom_pickup-locations": "1.0.9",
50
- "@wix/ecom_recommendations": "1.0.41",
51
- "@wix/ecom_recommendations-provider": "1.0.0",
50
+ "@wix/ecom_recommendations": "1.0.42",
51
+ "@wix/ecom_recommendations-provider": "1.0.1",
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": "d65772451cfa6be139c1c6fa7706617d0c6b4734ea2bfd0bb5e29835"
81
+ "falconPackageHash": "08cfaedf179d774da0f254c5918c76725a0b6cde4774326e438c7bd1"
82
82
  }
@@ -2020,7 +2020,7 @@ interface AlgorithmConfig {
2020
2020
  */
2021
2021
  algorithmType?: AlgorithmType;
2022
2022
  /** 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. */
2023
- algorithmId?: string | null;
2023
+ algorithmId?: string;
2024
2024
  }
2025
2025
  declare enum AlgorithmType {
2026
2026
  UNSPECIFIED = "UNSPECIFIED",
@@ -2063,6 +2063,7 @@ interface AlgorithmConfigNonNullableFields {
2063
2063
  name: string;
2064
2064
  description: string;
2065
2065
  algorithmType: AlgorithmType;
2066
+ algorithmId: string;
2066
2067
  }
2067
2068
  interface AlgorithmInfoNonNullableFields {
2068
2069
  config?: AlgorithmConfigNonNullableFields;
@@ -2020,7 +2020,7 @@ interface AlgorithmConfig {
2020
2020
  */
2021
2021
  algorithmType?: AlgorithmType;
2022
2022
  /** 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. */
2023
- algorithmId?: string | null;
2023
+ algorithmId?: string;
2024
2024
  }
2025
2025
  declare enum AlgorithmType {
2026
2026
  UNSPECIFIED = "UNSPECIFIED",
@@ -2063,6 +2063,7 @@ interface AlgorithmConfigNonNullableFields {
2063
2063
  name: string;
2064
2064
  description: string;
2065
2065
  algorithmType: AlgorithmType;
2066
+ algorithmId: string;
2066
2067
  }
2067
2068
  interface AlgorithmInfoNonNullableFields {
2068
2069
  config?: AlgorithmConfigNonNullableFields;
@@ -1265,7 +1265,7 @@ interface AlgorithmConfig$1 {
1265
1265
  */
1266
1266
  algorithmType?: AlgorithmType$1;
1267
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;
1268
+ algorithmId?: string;
1269
1269
  }
1270
1270
  declare enum AlgorithmType$1 {
1271
1271
  UNSPECIFIED = "UNSPECIFIED",
@@ -1298,6 +1298,7 @@ interface AlgorithmConfigNonNullableFields$1 {
1298
1298
  name: string;
1299
1299
  description: string;
1300
1300
  algorithmType: AlgorithmType$1;
1301
+ algorithmId: string;
1301
1302
  }
1302
1303
  interface AlgorithmInfoNonNullableFields$1 {
1303
1304
  config?: AlgorithmConfigNonNullableFields$1;
@@ -1399,7 +1400,7 @@ interface AlgorithmConfig {
1399
1400
  */
1400
1401
  algorithmType?: AlgorithmType;
1401
1402
  /** 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;
1403
+ algorithmId?: string;
1403
1404
  }
1404
1405
  declare enum AlgorithmType {
1405
1406
  UNSPECIFIED = "UNSPECIFIED",
@@ -1432,6 +1433,7 @@ interface AlgorithmConfigNonNullableFields {
1432
1433
  name: string;
1433
1434
  description: string;
1434
1435
  algorithmType: AlgorithmType;
1436
+ algorithmId: string;
1435
1437
  }
1436
1438
  interface AlgorithmInfoNonNullableFields {
1437
1439
  config?: AlgorithmConfigNonNullableFields;
@@ -458,7 +458,7 @@ interface AlgorithmConfig {
458
458
  */
459
459
  algorithmType?: AlgorithmType;
460
460
  /** 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. */
461
- algorithmId?: string | null;
461
+ algorithmId?: string;
462
462
  }
463
463
  declare enum AlgorithmType {
464
464
  UNSPECIFIED = "UNSPECIFIED",
@@ -458,7 +458,7 @@ interface AlgorithmConfig {
458
458
  */
459
459
  algorithmType?: AlgorithmType;
460
460
  /** 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. */
461
- algorithmId?: string | null;
461
+ algorithmId?: string;
462
462
  }
463
463
  declare enum AlgorithmType {
464
464
  UNSPECIFIED = "UNSPECIFIED",