@wix/automations 1.0.68 → 1.0.69

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.68",
3
+ "version": "1.0.69",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/automations_activations": "1.0.40",
24
+ "@wix/automations_activations": "1.0.41",
25
25
  "@wix/automations_automations-service": "1.0.31",
26
26
  "@wix/automations_automations-service-v-2": "1.0.40"
27
27
  },
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "2cc6cb4192ce7bbd15bf26157f2bce22cd12606b12dd998b5dcd6bbd"
51
+ "falconPackageHash": "661f58e1ec5c4632d2747a3bce90a0b1e70cf8506bc93d5498d01b20"
52
52
  }
@@ -2635,7 +2635,9 @@ declare enum Origin$1 {
2635
2635
  /** Automation created by application (site specific). */
2636
2636
  APPLICATION = "APPLICATION",
2637
2637
  /** Preinstalled application automation. */
2638
- PREINSTALLED = "PREINSTALLED"
2638
+ PREINSTALLED = "PREINSTALLED",
2639
+ /** Automation created from a recipe. */
2640
+ RECIPE = "RECIPE"
2639
2641
  }
2640
2642
  interface ApplicationOrigin$1 {
2641
2643
  /** Application ID. */
@@ -2635,7 +2635,9 @@ declare enum Origin$1 {
2635
2635
  /** Automation created by application (site specific). */
2636
2636
  APPLICATION = "APPLICATION",
2637
2637
  /** Preinstalled application automation. */
2638
- PREINSTALLED = "PREINSTALLED"
2638
+ PREINSTALLED = "PREINSTALLED",
2639
+ /** Automation created from a recipe. */
2640
+ RECIPE = "RECIPE"
2639
2641
  }
2640
2642
  interface ApplicationOrigin$1 {
2641
2643
  /** Application ID. */