@epilot/automation-client 2.5.4 → 2.5.5

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
@@ -653,6 +653,10 @@ declare namespace Components {
653
653
  * 123
654
654
  */
655
655
  org_id?: string;
656
+ /**
657
+ * Determines if the flow is a system generated flow
658
+ */
659
+ system_flow?: boolean;
656
660
  }
657
661
  /**
658
662
  * example:
package/dist/openapi.json CHANGED
@@ -494,6 +494,10 @@
494
494
  "example": "123",
495
495
  "description": "Organization the automation flow belongs to",
496
496
  "readOnly": true
497
+ },
498
+ "system_flow": {
499
+ "type": "boolean",
500
+ "description": "Determines if the flow is a system generated flow"
497
501
  }
498
502
  },
499
503
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",