@wix/ecom 1.0.749 → 1.0.751

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.749",
3
+ "version": "1.0.751",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "@wix/ecom_currencies": "1.0.35",
32
32
  "@wix/ecom_current-cart": "1.0.72",
33
33
  "@wix/ecom_custom-triggers": "1.0.23",
34
- "@wix/ecom_delivery-profile": "1.0.16",
34
+ "@wix/ecom_delivery-profile": "1.0.17",
35
35
  "@wix/ecom_discount-rules": "1.0.51",
36
36
  "@wix/ecom_discounts": "1.0.2",
37
37
  "@wix/ecom_discounts-custom-trigger": "1.0.6",
@@ -43,11 +43,11 @@
43
43
  "@wix/ecom_order-invoices": "1.0.38",
44
44
  "@wix/ecom_order-payment-requests": "1.0.9",
45
45
  "@wix/ecom_order-transactions": "1.0.65",
46
- "@wix/ecom_orders": "1.0.115",
46
+ "@wix/ecom_orders": "1.0.116",
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.38",
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": "592b2ea94895c6d0abc12fdacb7590f8fc1e9eef688b2e3e310ec2e2"
80
+ "falconPackageHash": "675ad5dcf9f36e1d1ab9f237e22a6bbc9edc34fea5a9414f162b0500"
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",
@@ -15631,7 +15633,9 @@ declare enum Namespace$1 {
15631
15633
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
15632
15634
  * The Partners company owns this namespace.
15633
15635
  */
15634
- UGC_TEMPLATE = "UGC_TEMPLATE"
15636
+ UGC_TEMPLATE = "UGC_TEMPLATE",
15637
+ /** Codux Headless Sites */
15638
+ CODUX = "CODUX"
15635
15639
  }
15636
15640
  /** Site transferred to another user. */
15637
15641
  interface SiteTransferred {
@@ -22946,7 +22950,9 @@ declare enum Namespace {
22946
22950
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
22947
22951
  * The Partners company owns this namespace.
22948
22952
  */
22949
- UGC_TEMPLATE = "UGC_TEMPLATE"
22953
+ UGC_TEMPLATE = "UGC_TEMPLATE",
22954
+ /** Codux Headless Sites */
22955
+ CODUX = "CODUX"
22950
22956
  }
22951
22957
  interface SeoData {
22952
22958
  /** A title. */
@@ -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",
@@ -15631,7 +15633,9 @@ declare enum Namespace$1 {
15631
15633
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
15632
15634
  * The Partners company owns this namespace.
15633
15635
  */
15634
- UGC_TEMPLATE = "UGC_TEMPLATE"
15636
+ UGC_TEMPLATE = "UGC_TEMPLATE",
15637
+ /** Codux Headless Sites */
15638
+ CODUX = "CODUX"
15635
15639
  }
15636
15640
  /** Site transferred to another user. */
15637
15641
  interface SiteTransferred {
@@ -22946,7 +22950,9 @@ declare enum Namespace {
22946
22950
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
22947
22951
  * The Partners company owns this namespace.
22948
22952
  */
22949
- UGC_TEMPLATE = "UGC_TEMPLATE"
22953
+ UGC_TEMPLATE = "UGC_TEMPLATE",
22954
+ /** Codux Headless Sites */
22955
+ CODUX = "CODUX"
22950
22956
  }
22951
22957
  interface SeoData {
22952
22958
  /** A title. */
@@ -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",