@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 +4 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
- package/package-lock.json +0 -19937
package/dist/openapi.d.ts
CHANGED
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": [
|