@wix/automations 1.0.12 → 1.0.13

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.12",
3
+ "version": "1.0.13",
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.9",
22
- "@wix/automations_automations-service": "1.0.4",
23
- "@wix/automations_automations-service-v-2": "1.0.1"
22
+ "@wix/automations_automations-service": "1.0.5",
23
+ "@wix/automations_automations-service-v-2": "1.0.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "glob": "^10.4.1",
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "449e13f164ec605161432a6de142e82544f4b2d6fa9f71a9752c4484"
47
+ "falconPackageHash": "a56cec7b91df10e8c3528f4b19d5f1324586c6d1a91d13c9a332e17e"
48
48
  }
@@ -645,7 +645,9 @@ declare enum Namespace$1 {
645
645
  * There's a blank site behind the scene but it's blank).
646
646
  * The Mobile company will be the owner of this namespace.
647
647
  */
648
- BRANDED_FIRST = "BRANDED_FIRST"
648
+ BRANDED_FIRST = "BRANDED_FIRST",
649
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
650
+ NOWNIA = "NOWNIA"
649
651
  }
650
652
  /** Site transferred to another user. */
651
653
  interface SiteTransferred$1 {
@@ -4266,7 +4268,9 @@ declare enum Namespace {
4266
4268
  * There's a blank site behind the scene but it's blank).
4267
4269
  * The Mobile company will be the owner of this namespace.
4268
4270
  */
4269
- BRANDED_FIRST = "BRANDED_FIRST"
4271
+ BRANDED_FIRST = "BRANDED_FIRST",
4272
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
4273
+ NOWNIA = "NOWNIA"
4270
4274
  }
4271
4275
  /** Site transferred to another user. */
4272
4276
  interface SiteTransferred {
@@ -645,7 +645,9 @@ declare enum Namespace$1 {
645
645
  * There's a blank site behind the scene but it's blank).
646
646
  * The Mobile company will be the owner of this namespace.
647
647
  */
648
- BRANDED_FIRST = "BRANDED_FIRST"
648
+ BRANDED_FIRST = "BRANDED_FIRST",
649
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
650
+ NOWNIA = "NOWNIA"
649
651
  }
650
652
  /** Site transferred to another user. */
651
653
  interface SiteTransferred$1 {
@@ -4266,7 +4268,9 @@ declare enum Namespace {
4266
4268
  * There's a blank site behind the scene but it's blank).
4267
4269
  * The Mobile company will be the owner of this namespace.
4268
4270
  */
4269
- BRANDED_FIRST = "BRANDED_FIRST"
4271
+ BRANDED_FIRST = "BRANDED_FIRST",
4272
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
4273
+ NOWNIA = "NOWNIA"
4270
4274
  }
4271
4275
  /** Site transferred to another user. */
4272
4276
  interface SiteTransferred {