@wix/automations 1.0.67 → 1.0.68

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.67",
3
+ "version": "1.0.68",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@wix/automations_activations": "1.0.40",
25
25
  "@wix/automations_automations-service": "1.0.31",
26
- "@wix/automations_automations-service-v-2": "1.0.39"
26
+ "@wix/automations_automations-service-v-2": "1.0.40"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "ecaabe9aad3ab2d3b726cd3f5cb7006e30bb0ba179c6b2b6d730e686"
51
+ "falconPackageHash": "2cc6cb4192ce7bbd15bf26157f2bce22cd12606b12dd998b5dcd6bbd"
52
52
  }
@@ -4391,7 +4391,9 @@ declare enum Origin {
4391
4391
  /** Automation created by application (site specific). */
4392
4392
  APPLICATION = "APPLICATION",
4393
4393
  /** Preinstalled application automation. */
4394
- PREINSTALLED = "PREINSTALLED"
4394
+ PREINSTALLED = "PREINSTALLED",
4395
+ /** Automation created from a recipe. */
4396
+ RECIPE = "RECIPE"
4395
4397
  }
4396
4398
  interface ApplicationOrigin {
4397
4399
  /** Application ID. */
@@ -4391,7 +4391,9 @@ declare enum Origin {
4391
4391
  /** Automation created by application (site specific). */
4392
4392
  APPLICATION = "APPLICATION",
4393
4393
  /** Preinstalled application automation. */
4394
- PREINSTALLED = "PREINSTALLED"
4394
+ PREINSTALLED = "PREINSTALLED",
4395
+ /** Automation created from a recipe. */
4396
+ RECIPE = "RECIPE"
4395
4397
  }
4396
4398
  interface ApplicationOrigin {
4397
4399
  /** Application ID. */
@@ -2384,7 +2384,9 @@ declare enum Origin$1 {
2384
2384
  /** Automation created by application (site specific). */
2385
2385
  APPLICATION = "APPLICATION",
2386
2386
  /** Preinstalled application automation. */
2387
- PREINSTALLED = "PREINSTALLED"
2387
+ PREINSTALLED = "PREINSTALLED",
2388
+ /** Automation created from a recipe. */
2389
+ RECIPE = "RECIPE"
2388
2390
  }
2389
2391
  interface ApplicationOrigin$1 {
2390
2392
  /** Application ID. */
@@ -3541,7 +3543,9 @@ declare enum Origin {
3541
3543
  /** Automation created by application (site specific). */
3542
3544
  APPLICATION = "APPLICATION",
3543
3545
  /** Preinstalled application automation. */
3544
- PREINSTALLED = "PREINSTALLED"
3546
+ PREINSTALLED = "PREINSTALLED",
3547
+ /** Automation created from a recipe. */
3548
+ RECIPE = "RECIPE"
3545
3549
  }
3546
3550
  interface ApplicationOrigin {
3547
3551
  /** Application ID. */