@wix/automations 1.0.12 → 1.0.14

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.14",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,9 +18,9 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
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"
21
+ "@wix/automations_activations": "1.0.10",
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": "e58a7379bece3bc6884f64557b7ec0daae5e12e2c9f30fa2af5ad96a"
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 {
@@ -2949,7 +2951,7 @@ interface ReportEventRequest {
2949
2951
  * For example, `fc81a355-3429-50fc-a4c7-def486e828f3`.
2950
2952
  *
2951
2953
  * Required if your app needs to
2952
- * [cancel the event](https://dev.wix.com/docs/rest/business-management/automations/triggered-events/cancel-event)
2954
+ * [cancel the event](https://dev.wix.com/docs/sdk/backend-modules/automations/triggered-events/cancel-event)
2953
2955
  * if the automation becomes no longer relevant.
2954
2956
  *
2955
2957
  * Typically, this ID is defined in your system,
@@ -3285,7 +3287,7 @@ interface ReportEventOptions {
3285
3287
  * For example, `fc81a355-3429-50fc-a4c7-def486e828f3`.
3286
3288
  *
3287
3289
  * Required if your app needs to
3288
- * [cancel the event](https://dev.wix.com/docs/rest/business-management/automations/triggered-events/cancel-event)
3290
+ * [cancel the event](https://dev.wix.com/docs/sdk/backend-modules/automations/triggered-events/cancel-event)
3289
3291
  * if the automation becomes no longer relevant.
3290
3292
  *
3291
3293
  * Typically, this ID is defined in your system,
@@ -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 {
@@ -2949,7 +2951,7 @@ interface ReportEventRequest {
2949
2951
  * For example, `fc81a355-3429-50fc-a4c7-def486e828f3`.
2950
2952
  *
2951
2953
  * Required if your app needs to
2952
- * [cancel the event](https://dev.wix.com/docs/rest/business-management/automations/triggered-events/cancel-event)
2954
+ * [cancel the event](https://dev.wix.com/docs/sdk/backend-modules/automations/triggered-events/cancel-event)
2953
2955
  * if the automation becomes no longer relevant.
2954
2956
  *
2955
2957
  * Typically, this ID is defined in your system,
@@ -3285,7 +3287,7 @@ interface ReportEventOptions {
3285
3287
  * For example, `fc81a355-3429-50fc-a4c7-def486e828f3`.
3286
3288
  *
3287
3289
  * Required if your app needs to
3288
- * [cancel the event](https://dev.wix.com/docs/rest/business-management/automations/triggered-events/cancel-event)
3290
+ * [cancel the event](https://dev.wix.com/docs/sdk/backend-modules/automations/triggered-events/cancel-event)
3289
3291
  * if the automation becomes no longer relevant.
3290
3292
  *
3291
3293
  * Typically, this ID is defined in your system,
@@ -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 {
@@ -1854,7 +1854,7 @@ interface ReportEventRequest {
1854
1854
  * For example, `fc81a355-3429-50fc-a4c7-def486e828f3`.
1855
1855
  *
1856
1856
  * Required if your app needs to
1857
- * [cancel the event](https://dev.wix.com/docs/rest/business-management/automations/triggered-events/cancel-event)
1857
+ * [cancel the event](https://dev.wix.com/docs/sdk/backend-modules/automations/triggered-events/cancel-event)
1858
1858
  * if the automation becomes no longer relevant.
1859
1859
  *
1860
1860
  * Typically, this ID is defined in your system,