@wix/ecom 1.0.857 → 1.0.858

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.857",
3
+ "version": "1.0.858",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,7 +34,7 @@
34
34
  "@wix/ecom_currencies": "1.0.45",
35
35
  "@wix/ecom_current-cart": "1.0.110",
36
36
  "@wix/ecom_custom-triggers": "1.0.31",
37
- "@wix/ecom_delivery-profile": "1.0.35",
37
+ "@wix/ecom_delivery-profile": "1.0.36",
38
38
  "@wix/ecom_delivery-solutions": "1.0.13",
39
39
  "@wix/ecom_discount-rules": "1.0.63",
40
40
  "@wix/ecom_discounts": "1.0.14",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "f0b09323ec2e51b711bcd622296ba924e34e58cfa2df78b91fea53c1"
90
+ "falconPackageHash": "f097bc7dea71e673087c759cee4a62bd5de63ef906e195f46b04f72b"
91
91
  }
@@ -18202,7 +18202,9 @@ declare enum Namespace$1 {
18202
18202
  */
18203
18203
  UGC_TEMPLATE = "UGC_TEMPLATE",
18204
18204
  /** Codux Headless Sites */
18205
- CODUX = "CODUX"
18205
+ CODUX = "CODUX",
18206
+ /** Bobb - AI Design Creator. */
18207
+ MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
18206
18208
  }
18207
18209
  /** Site transferred to another user. */
18208
18210
  interface SiteTransferred {
@@ -18202,7 +18202,9 @@ declare enum Namespace$1 {
18202
18202
  */
18203
18203
  UGC_TEMPLATE = "UGC_TEMPLATE",
18204
18204
  /** Codux Headless Sites */
18205
- CODUX = "CODUX"
18205
+ CODUX = "CODUX",
18206
+ /** Bobb - AI Design Creator. */
18207
+ MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
18206
18208
  }
18207
18209
  /** Site transferred to another user. */
18208
18210
  interface SiteTransferred {