@epilot/automation-client 2.14.1 → 2.14.2

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/dist/openapi.d.ts CHANGED
@@ -57,7 +57,7 @@ declare namespace Components {
57
57
  * The id of the action or trigger
58
58
  */
59
59
  id: string;
60
- origin: "trigger" | "action";
60
+ origin: "trigger" | "action" | "action_task" | "automation";
61
61
  schema: string;
62
62
  attribute: string;
63
63
  }
package/dist/openapi.json CHANGED
@@ -2087,7 +2087,9 @@
2087
2087
  "type": "string",
2088
2088
  "enum": [
2089
2089
  "trigger",
2090
- "action"
2090
+ "action",
2091
+ "action_task",
2092
+ "automation"
2091
2093
  ]
2092
2094
  },
2093
2095
  "schema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.14.1",
3
+ "version": "2.14.2",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",