@wix/automations 1.0.32 → 1.0.33

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/automations",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@wix/automations_activations": "1.0.22",
22
- "@wix/automations_automations-service": "1.0.13",
23
- "@wix/automations_automations-service-v-2": "1.0.17"
22
+ "@wix/automations_automations-service": "1.0.14",
23
+ "@wix/automations_automations-service-v-2": "1.0.18"
24
24
  },
25
25
  "devDependencies": {
26
26
  "glob": "^10.4.1",
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "2146fa6ceb2946320be382dbfe31f04f858f96c3294f8f5e278a2907"
48
+ "falconPackageHash": "48bd21f93b80e27cb885411c2df235ae436a91dbba9c9633c9a6219d"
49
49
  }
@@ -656,7 +656,9 @@ declare enum Namespace$1 {
656
656
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
657
657
  * The Partners company owns this namespace.
658
658
  */
659
- UGC_TEMPLATE = "UGC_TEMPLATE"
659
+ UGC_TEMPLATE = "UGC_TEMPLATE",
660
+ /** Codux Headless Sites */
661
+ CODUX = "CODUX"
660
662
  }
661
663
  /** Site transferred to another user. */
662
664
  interface SiteTransferred$1 {
@@ -4416,7 +4418,9 @@ declare enum Namespace {
4416
4418
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
4417
4419
  * The Partners company owns this namespace.
4418
4420
  */
4419
- UGC_TEMPLATE = "UGC_TEMPLATE"
4421
+ UGC_TEMPLATE = "UGC_TEMPLATE",
4422
+ /** Codux Headless Sites */
4423
+ CODUX = "CODUX"
4420
4424
  }
4421
4425
  /** Site transferred to another user. */
4422
4426
  interface SiteTransferred {
@@ -656,7 +656,9 @@ declare enum Namespace$1 {
656
656
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
657
657
  * The Partners company owns this namespace.
658
658
  */
659
- UGC_TEMPLATE = "UGC_TEMPLATE"
659
+ UGC_TEMPLATE = "UGC_TEMPLATE",
660
+ /** Codux Headless Sites */
661
+ CODUX = "CODUX"
660
662
  }
661
663
  /** Site transferred to another user. */
662
664
  interface SiteTransferred$1 {
@@ -4416,7 +4418,9 @@ declare enum Namespace {
4416
4418
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
4417
4419
  * The Partners company owns this namespace.
4418
4420
  */
4419
- UGC_TEMPLATE = "UGC_TEMPLATE"
4421
+ UGC_TEMPLATE = "UGC_TEMPLATE",
4422
+ /** Codux Headless Sites */
4423
+ CODUX = "CODUX"
4420
4424
  }
4421
4425
  /** Site transferred to another user. */
4422
4426
  interface SiteTransferred {