@embedworkflow/sdk 1.0.0 → 1.2.0
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/.github/workflows/push-tag.yaml +34 -0
- package/.openapi-generator/FILES +87 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +2 -2
- package/api/accounts-api.ts +540 -0
- package/api/action-types-api.ts +697 -0
- package/api/actions-api.ts +786 -0
- package/api/app-connections-api.ts +556 -0
- package/api/available-apps-api.ts +239 -0
- package/api/data-fields-api.ts +404 -0
- package/api/events-api.ts +172 -0
- package/api/executions-api.ts +361 -0
- package/api/installed-apps-api.ts +410 -0
- package/api/payments-api.ts +172 -0
- package/api/triggers-api.ts +437 -0
- package/api/users-api.ts +531 -0
- package/api/workflows-api.ts +1302 -0
- package/api.ts +30 -0
- package/base.ts +86 -0
- package/common.ts +150 -0
- package/configuration.ts +110 -0
- package/dist/api/accounts-api.d.ts +124 -3
- package/dist/api/accounts-api.js +182 -1
- package/dist/api/action-types-api.d.ts +43 -36
- package/dist/api/action-types-api.js +27 -20
- package/dist/api/actions-api.d.ts +6 -6
- package/dist/api/app-connections-api.d.ts +28 -27
- package/dist/api/app-connections-api.js +25 -25
- package/dist/api/available-apps-api.d.ts +2 -2
- package/dist/api/data-fields-api.d.ts +46 -2
- package/dist/api/data-fields-api.js +68 -0
- package/dist/api/events-api.d.ts +1 -1
- package/dist/api/executions-api.d.ts +3 -3
- package/dist/api/installed-apps-api.d.ts +14 -14
- package/dist/api/payments-api.d.ts +1 -1
- package/dist/api/triggers-api.d.ts +22 -20
- package/dist/api/triggers-api.js +12 -12
- package/dist/api/users-api.d.ts +24 -18
- package/dist/api/users-api.js +14 -7
- package/dist/api/workflows-api.d.ts +114 -32
- package/dist/api/workflows-api.js +125 -8
- package/dist/common.d.ts +1 -1
- package/dist/esm/api/accounts-api.d.ts +124 -3
- package/dist/esm/api/accounts-api.js +181 -0
- package/dist/esm/api/action-types-api.d.ts +43 -36
- package/dist/esm/api/action-types-api.js +27 -20
- package/dist/esm/api/actions-api.d.ts +6 -6
- package/dist/esm/api/app-connections-api.d.ts +28 -27
- package/dist/esm/api/app-connections-api.js +25 -25
- package/dist/esm/api/available-apps-api.d.ts +2 -2
- package/dist/esm/api/data-fields-api.d.ts +46 -2
- package/dist/esm/api/data-fields-api.js +69 -1
- package/dist/esm/api/events-api.d.ts +1 -1
- package/dist/esm/api/executions-api.d.ts +3 -3
- package/dist/esm/api/installed-apps-api.d.ts +14 -14
- package/dist/esm/api/payments-api.d.ts +1 -1
- package/dist/esm/api/triggers-api.d.ts +22 -20
- package/dist/esm/api/triggers-api.js +12 -12
- package/dist/esm/api/users-api.d.ts +24 -18
- package/dist/esm/api/users-api.js +14 -7
- package/dist/esm/api/workflows-api.d.ts +114 -32
- package/dist/esm/api/workflows-api.js +124 -7
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/models/catch-hook-request.d.ts +25 -0
- package/dist/esm/models/{api-v1-action-types-post-request-form-draft-inner.d.ts → create-action-type-request-form-draft-inner.d.ts} +18 -12
- package/dist/esm/models/{api-v1-action-types-post-request-form-draft-inner.js → create-action-type-request-form-draft-inner.js} +1 -1
- package/dist/esm/models/{api-v1-action-types-post-request-icon-draft.d.ts → create-action-type-request-icon-draft.d.ts} +5 -5
- package/dist/{models/api-v1-action-types-post-request.d.ts → esm/models/create-action-type-request.d.ts} +34 -22
- package/dist/{models/retrieve-action-type404-response.d.ts → esm/models/create-action-type422-response.d.ts} +5 -5
- package/dist/esm/models/{api-v1-app-connections-post-request.d.ts → create-app-connection-request.d.ts} +6 -6
- package/dist/esm/models/create-workflow201-response.d.ts +262 -0
- package/dist/{models/clone-workflow201-response.js → esm/models/create-workflow201-response.js} +5 -4
- package/dist/esm/models/delete-action-type200-response.d.ts +24 -0
- package/dist/esm/models/delete-action-type200-response.js +14 -0
- package/dist/esm/models/evaluate-expression-request.d.ts +32 -0
- package/dist/esm/models/evaluate-expression-request.js +14 -0
- package/dist/esm/models/evaluate-expression200-response.d.ts +24 -0
- package/dist/esm/models/evaluate-expression200-response.js +14 -0
- package/dist/esm/models/export-configuration200-response-configuration.d.ts +16 -0
- package/dist/esm/models/export-configuration200-response-configuration.js +14 -0
- package/dist/esm/models/export-configuration200-response.d.ts +25 -0
- package/dist/esm/models/export-configuration200-response.js +14 -0
- package/dist/esm/models/import-configuration201-response.d.ts +6 -0
- package/dist/esm/models/index.d.ts +19 -8
- package/dist/esm/models/index.js +19 -8
- package/dist/{models/retrieve-installed-app200-response.d.ts → esm/models/install-app201-response.d.ts} +19 -19
- package/dist/esm/models/install-app201-response.js +14 -0
- package/dist/esm/models/list-action-types200-response-collection-inner.d.ts +58 -0
- package/dist/esm/models/list-action-types200-response-collection-inner.js +9 -0
- package/dist/esm/models/list-data-fields200-response-collection-inner.d.ts +18 -0
- package/dist/esm/models/list-triggers200-response-collection-inner.d.ts +18 -0
- package/dist/esm/models/list-users200-response-collection-inner.d.ts +6 -6
- package/dist/{models/retrieve-workflow200-response.d.ts → esm/models/list-workflows200-response-collection-inner.d.ts} +60 -68
- package/dist/esm/models/{retrieve-workflow200-response.js → list-workflows200-response-collection-inner.js} +1 -1
- package/dist/esm/models/list-workflows200-response.d.ts +32 -0
- package/dist/esm/models/list-workflows200-response.js +14 -0
- package/dist/esm/models/retrieve-account-usage200-response.d.ts +60 -0
- package/dist/esm/models/retrieve-account-usage200-response.js +14 -0
- package/dist/esm/models/retrieve-account200-response.d.ts +19 -1
- package/dist/esm/models/update-account-request-action-type-categories-inner-icon.d.ts +36 -0
- package/dist/esm/models/update-account-request-action-type-categories-inner-icon.js +14 -0
- package/dist/esm/models/update-account-request-action-type-categories-inner.d.ts +43 -0
- package/dist/esm/models/update-account-request-action-type-categories-inner.js +14 -0
- package/dist/esm/models/update-account-request.d.ts +13 -0
- package/dist/esm/models/update-action-type-request.d.ts +12 -0
- package/dist/esm/models/update-trigger-request.d.ts +30 -0
- package/dist/esm/models/update-trigger-request.js +14 -0
- package/dist/esm/models/update-workflow-request.d.ts +7 -1
- package/dist/esm/models/upsert-user-request.d.ts +6 -0
- package/dist/models/catch-hook-request.d.ts +25 -0
- package/dist/models/{api-v1-action-types-post-request-form-draft-inner.d.ts → create-action-type-request-form-draft-inner.d.ts} +18 -12
- package/dist/models/{api-v1-action-types-post-request-form-draft-inner.js → create-action-type-request-form-draft-inner.js} +2 -2
- package/dist/models/{api-v1-action-types-post-request-icon-draft.d.ts → create-action-type-request-icon-draft.d.ts} +5 -5
- package/dist/{esm/models/api-v1-action-types-post-request.d.ts → models/create-action-type-request.d.ts} +34 -22
- package/dist/{esm/models/retrieve-action-type404-response.d.ts → models/create-action-type422-response.d.ts} +5 -5
- package/dist/models/{api-v1-app-connections-post-request.d.ts → create-app-connection-request.d.ts} +6 -6
- package/dist/models/create-workflow201-response.d.ts +262 -0
- package/dist/models/create-workflow201-response.js +24 -0
- package/dist/models/delete-action-type200-response.d.ts +24 -0
- package/dist/models/delete-action-type200-response.js +15 -0
- package/dist/models/evaluate-expression-request.d.ts +32 -0
- package/dist/models/evaluate-expression-request.js +15 -0
- package/dist/models/evaluate-expression200-response.d.ts +24 -0
- package/dist/models/evaluate-expression200-response.js +15 -0
- package/dist/models/export-configuration200-response-configuration.d.ts +16 -0
- package/dist/models/export-configuration200-response-configuration.js +15 -0
- package/dist/models/export-configuration200-response.d.ts +25 -0
- package/dist/models/export-configuration200-response.js +15 -0
- package/dist/models/import-configuration201-response.d.ts +6 -0
- package/dist/models/index.d.ts +19 -8
- package/dist/models/index.js +19 -8
- package/dist/{esm/models/retrieve-installed-app200-response.d.ts → models/install-app201-response.d.ts} +19 -19
- package/dist/models/install-app201-response.js +15 -0
- package/dist/models/list-action-types200-response-collection-inner.d.ts +58 -0
- package/dist/models/list-action-types200-response-collection-inner.js +10 -1
- package/dist/models/list-data-fields200-response-collection-inner.d.ts +18 -0
- package/dist/models/list-triggers200-response-collection-inner.d.ts +18 -0
- package/dist/models/list-users200-response-collection-inner.d.ts +6 -6
- package/dist/{esm/models/retrieve-workflow200-response.d.ts → models/list-workflows200-response-collection-inner.d.ts} +60 -68
- package/dist/models/{retrieve-workflow200-response.js → list-workflows200-response-collection-inner.js} +2 -2
- package/dist/models/list-workflows200-response.d.ts +32 -0
- package/dist/models/list-workflows200-response.js +15 -0
- package/dist/models/retrieve-account-usage200-response.d.ts +60 -0
- package/dist/models/retrieve-account-usage200-response.js +15 -0
- package/dist/models/retrieve-account200-response.d.ts +19 -1
- package/dist/models/update-account-request-action-type-categories-inner-icon.d.ts +36 -0
- package/dist/models/update-account-request-action-type-categories-inner-icon.js +15 -0
- package/dist/models/update-account-request-action-type-categories-inner.d.ts +43 -0
- package/dist/models/update-account-request-action-type-categories-inner.js +15 -0
- package/dist/models/update-account-request.d.ts +13 -0
- package/dist/models/update-action-type-request.d.ts +12 -0
- package/dist/models/update-trigger-request.d.ts +30 -0
- package/dist/models/update-trigger-request.js +15 -0
- package/dist/models/update-workflow-request.d.ts +7 -1
- package/dist/models/upsert-user-request.d.ts +6 -0
- package/git_push.sh +57 -0
- package/index.ts +111 -0
- package/models/catch-hook-request.ts +32 -0
- package/models/create-action-type-request-form-draft-inner.ts +88 -0
- package/models/create-action-type-request-icon-draft.ts +42 -0
- package/models/create-action-type-request.ts +129 -0
- package/models/create-action-type422-response.ts +42 -0
- package/models/create-app-connection-request.ts +48 -0
- package/models/create-user-token-request.ts +38 -0
- package/models/create-user-token200-response.ts +30 -0
- package/models/create-workflow-request-template-draft-nodes-inner.ts +138 -0
- package/models/create-workflow-request-template-draft.ts +39 -0
- package/models/create-workflow-request.ts +75 -0
- package/models/create-workflow201-response.ts +266 -0
- package/models/delete-action-type200-response.ts +30 -0
- package/models/delete-workflow200-response-one-of.ts +30 -0
- package/models/delete-workflow200-response-one-of1.ts +30 -0
- package/models/delete-workflow200-response.ts +30 -0
- package/models/discard-workflow-draft-request.ts +36 -0
- package/models/evaluate-expression-request.ts +36 -0
- package/models/evaluate-expression200-response.ts +30 -0
- package/models/execute-workflow-request.ts +50 -0
- package/models/execute-workflow201-response.ts +126 -0
- package/models/export-configuration200-response-configuration.ts +23 -0
- package/models/export-configuration200-response.ts +33 -0
- package/models/import-configuration-request-schema.ts +24 -0
- package/models/import-configuration-request.ts +50 -0
- package/models/import-configuration201-response.ts +60 -0
- package/models/index.ts +70 -0
- package/models/install-app-request.ts +36 -0
- package/models/install-app201-response.ts +126 -0
- package/models/list-action-types200-response-collection-inner.ts +325 -0
- package/models/list-action-types200-response-meta.ts +42 -0
- package/models/list-action-types200-response.ts +42 -0
- package/models/list-actions200-response-collection-inner.ts +150 -0
- package/models/list-actions200-response.ts +42 -0
- package/models/list-app-connections200-response-collection-inner.ts +72 -0
- package/models/list-app-connections200-response.ts +42 -0
- package/models/list-available-apps200-response-collection-inner.ts +72 -0
- package/models/list-available-apps200-response.ts +42 -0
- package/{dist/esm/models/clone-workflow201-response.js → models/list-data-fields-type-parameter.ts} +11 -5
- package/models/list-data-fields200-response-collection-inner.ts +108 -0
- package/models/list-data-fields200-response.ts +42 -0
- package/models/list-events200-response-collection-inner.ts +84 -0
- package/models/list-events200-response.ts +42 -0
- package/models/list-installed-apps200-response-collection-inner.ts +120 -0
- package/models/list-installed-apps200-response.ts +42 -0
- package/models/list-triggers200-response-collection-inner.ts +126 -0
- package/models/list-triggers200-response.ts +42 -0
- package/models/list-users200-response-collection-inner.ts +90 -0
- package/models/list-users200-response.ts +42 -0
- package/models/list-workflow-executions200-response.ts +42 -0
- package/models/list-workflow-versions200-response-collection-inner.ts +66 -0
- package/models/list-workflow-versions200-response.ts +42 -0
- package/{dist/esm/models/clone-workflow201-response.d.ts → models/list-workflows200-response-collection-inner.ts} +76 -47
- package/models/list-workflows200-response.ts +42 -0
- package/models/publish-workflow-request.ts +30 -0
- package/models/retrieve-account-usage200-response.ts +66 -0
- package/models/retrieve-account200-response.ts +114 -0
- package/models/retrieve-available-app200-response.ts +78 -0
- package/models/retrieve-execution200-response.ts +138 -0
- package/models/retry-action-request.ts +38 -0
- package/models/stop-executions-request.ts +38 -0
- package/models/trigger-workflow-request.ts +54 -0
- package/models/update-account-request-action-type-categories-inner-icon.ts +42 -0
- package/models/update-account-request-action-type-categories-inner.ts +51 -0
- package/models/update-account-request-user-data-schema-inner.ts +54 -0
- package/models/update-account-request.ts +96 -0
- package/models/update-action-type-request.ts +48 -0
- package/models/update-installed-app-request.ts +30 -0
- package/models/update-trigger-request.ts +36 -0
- package/models/update-workflow-request.ts +93 -0
- package/models/upsert-user-request.ts +54 -0
- package/package.json +4 -6
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
- package/dist/models/clone-workflow201-response.d.ts +0 -183
- /package/dist/esm/models/{api-v1-action-types-post-request-icon-draft.js → catch-hook-request.js} +0 -0
- /package/dist/esm/models/{api-v1-action-types-post-request.js → create-action-type-request-icon-draft.js} +0 -0
- /package/dist/esm/models/{api-v1-app-connections-post-request.js → create-action-type-request.js} +0 -0
- /package/dist/esm/models/{retrieve-action-type404-response.js → create-action-type422-response.js} +0 -0
- /package/dist/esm/models/{retrieve-installed-app200-response.js → create-app-connection-request.js} +0 -0
- /package/dist/models/{api-v1-action-types-post-request-icon-draft.js → catch-hook-request.js} +0 -0
- /package/dist/models/{api-v1-action-types-post-request.js → create-action-type-request-icon-draft.js} +0 -0
- /package/dist/models/{api-v1-app-connections-post-request.js → create-action-type-request.js} +0 -0
- /package/dist/models/{retrieve-action-type404-response.js → create-action-type422-response.js} +0 -0
- /package/dist/models/{retrieve-installed-app200-response.js → create-app-connection-request.js} +0 -0
|
@@ -12,171 +12,163 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface ListWorkflows200ResponseCollectionInner
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface ListWorkflows200ResponseCollectionInner {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Unique identifier
|
|
20
20
|
* @type {string}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
22
|
+
*/
|
|
23
|
+
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Action type IDs used in this workflow\'s template
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
22
28
|
*/
|
|
23
|
-
'
|
|
29
|
+
'action_type_ids'?: Array<string>;
|
|
24
30
|
/**
|
|
25
31
|
* Number of actions in the workflow
|
|
26
32
|
* @type {number}
|
|
27
|
-
* @memberof
|
|
33
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
28
34
|
*/
|
|
29
35
|
'actions_count'?: number;
|
|
30
36
|
/**
|
|
31
37
|
* Created at in specified timezone
|
|
32
38
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
39
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
34
40
|
*/
|
|
35
41
|
'created_at'?: string | null;
|
|
36
42
|
/**
|
|
37
43
|
* Created at formatted as human-readable string
|
|
38
44
|
* @type {string}
|
|
39
|
-
* @memberof
|
|
45
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
40
46
|
*/
|
|
41
47
|
'created_at_string'?: string | null;
|
|
42
48
|
/**
|
|
43
49
|
* Created at in UTC
|
|
44
50
|
* @type {string}
|
|
45
|
-
* @memberof
|
|
51
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
46
52
|
*/
|
|
47
53
|
'created_at_utc'?: string | null;
|
|
48
|
-
/**
|
|
49
|
-
* Whether this is a default template for new users (Admin only)
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof RetrieveWorkflow200Response
|
|
52
|
-
*/
|
|
53
|
-
'default_template'?: boolean;
|
|
54
54
|
/**
|
|
55
55
|
* Description of the workflow
|
|
56
56
|
* @type {string}
|
|
57
|
-
* @memberof
|
|
57
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
58
58
|
*/
|
|
59
59
|
'description'?: string | null;
|
|
60
60
|
/**
|
|
61
61
|
* Event trigger configuration
|
|
62
62
|
* @type {object}
|
|
63
|
-
* @memberof
|
|
63
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
64
64
|
*/
|
|
65
65
|
'event_trigger'?: object | null;
|
|
66
66
|
/**
|
|
67
67
|
* Draft event trigger configuration
|
|
68
68
|
* @type {object}
|
|
69
|
-
* @memberof
|
|
69
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
70
70
|
*/
|
|
71
71
|
'event_trigger_draft'?: object | null;
|
|
72
72
|
/**
|
|
73
73
|
* Number of times workflow has been executed
|
|
74
74
|
* @type {number}
|
|
75
|
-
* @memberof
|
|
75
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
76
76
|
*/
|
|
77
77
|
'executions_count'?: number;
|
|
78
|
-
/**
|
|
79
|
-
* Permission groups (Admin only)
|
|
80
|
-
* @type {Array<string>}
|
|
81
|
-
* @memberof RetrieveWorkflow200Response
|
|
82
|
-
*/
|
|
83
|
-
'groups'?: Array<string>;
|
|
84
78
|
/**
|
|
85
79
|
* Whether the workflow has unsaved draft changes
|
|
86
80
|
* @type {boolean}
|
|
87
|
-
* @memberof
|
|
81
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
88
82
|
*/
|
|
89
83
|
'has_draft'?: boolean;
|
|
90
84
|
/**
|
|
91
|
-
*
|
|
92
|
-
* @type {
|
|
93
|
-
* @memberof
|
|
85
|
+
* Whether this workflow is managed by the account and read-only
|
|
86
|
+
* @type {boolean}
|
|
87
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
94
88
|
*/
|
|
95
|
-
'
|
|
89
|
+
'is_managed'?: boolean;
|
|
96
90
|
/**
|
|
97
91
|
* Unique key for the workflow
|
|
98
92
|
* @type {string}
|
|
99
|
-
* @memberof
|
|
93
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
100
94
|
*/
|
|
101
95
|
'key'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Last executed at in specified timezone
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
100
|
+
*/
|
|
101
|
+
'last_executed_at'?: string | null;
|
|
102
|
+
/**
|
|
103
|
+
* Last executed at formatted as human-readable string
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
106
|
+
*/
|
|
107
|
+
'last_executed_at_string'?: string | null;
|
|
108
|
+
/**
|
|
109
|
+
* Last executed at in UTC
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
112
|
+
*/
|
|
113
|
+
'last_executed_at_utc'?: string | null;
|
|
102
114
|
/**
|
|
103
115
|
* Last published at in specified timezone
|
|
104
116
|
* @type {string}
|
|
105
|
-
* @memberof
|
|
117
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
106
118
|
*/
|
|
107
119
|
'last_published_at'?: string | null;
|
|
108
120
|
/**
|
|
109
121
|
* Last published at formatted as human-readable string
|
|
110
122
|
* @type {string}
|
|
111
|
-
* @memberof
|
|
123
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
112
124
|
*/
|
|
113
125
|
'last_published_at_string'?: string | null;
|
|
114
126
|
/**
|
|
115
127
|
* Last published at in UTC
|
|
116
128
|
* @type {string}
|
|
117
|
-
* @memberof
|
|
129
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
118
130
|
*/
|
|
119
131
|
'last_published_at_utc'?: string | null;
|
|
120
132
|
/**
|
|
121
133
|
* Conditions for matching workflow execution
|
|
122
134
|
* @type {object}
|
|
123
|
-
* @memberof
|
|
135
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
124
136
|
*/
|
|
125
137
|
'match_conditions'?: object | null;
|
|
126
138
|
/**
|
|
127
139
|
* Draft conditions for matching workflow execution
|
|
128
140
|
* @type {object}
|
|
129
|
-
* @memberof
|
|
141
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
130
142
|
*/
|
|
131
143
|
'match_conditions_draft'?: object | null;
|
|
132
144
|
/**
|
|
133
145
|
* Name of the workflow
|
|
134
146
|
* @type {string}
|
|
135
|
-
* @memberof
|
|
147
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
136
148
|
*/
|
|
137
149
|
'name'?: string;
|
|
138
150
|
/**
|
|
139
151
|
* Object type identifier
|
|
140
152
|
* @type {string}
|
|
141
|
-
* @memberof
|
|
153
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
142
154
|
*/
|
|
143
155
|
'object'?: string;
|
|
144
156
|
/**
|
|
145
157
|
* Whether the workflow is enabled
|
|
146
158
|
* @type {boolean}
|
|
147
|
-
* @memberof
|
|
159
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
148
160
|
*/
|
|
149
161
|
'on'?: boolean;
|
|
150
|
-
/**
|
|
151
|
-
* Workflow execution statistics
|
|
152
|
-
* @type {{ [key: string]: any; }}
|
|
153
|
-
* @memberof RetrieveWorkflow200Response
|
|
154
|
-
*/
|
|
155
|
-
'stats'?: {
|
|
156
|
-
[key: string]: any;
|
|
157
|
-
};
|
|
158
162
|
/**
|
|
159
163
|
* Current status of the workflow
|
|
160
164
|
* @type {string}
|
|
161
|
-
* @memberof
|
|
162
|
-
*/
|
|
163
|
-
'status'?: RetrieveWorkflow200ResponseStatusEnum;
|
|
164
|
-
/**
|
|
165
|
-
* Published workflow template layout
|
|
166
|
-
* @type {object}
|
|
167
|
-
* @memberof RetrieveWorkflow200Response
|
|
168
|
-
*/
|
|
169
|
-
'template'?: object;
|
|
170
|
-
/**
|
|
171
|
-
* Draft workflow template layout
|
|
172
|
-
* @type {object}
|
|
173
|
-
* @memberof RetrieveWorkflow200Response
|
|
165
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
174
166
|
*/
|
|
175
|
-
'
|
|
167
|
+
'status'?: ListWorkflows200ResponseCollectionInnerStatusEnum;
|
|
176
168
|
/**
|
|
177
169
|
* Conditions for triggering the workflow
|
|
178
170
|
* @type {{ [key: string]: any; }}
|
|
179
|
-
* @memberof
|
|
171
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
180
172
|
*/
|
|
181
173
|
'trigger_conditions'?: {
|
|
182
174
|
[key: string]: any;
|
|
@@ -184,7 +176,7 @@ export interface RetrieveWorkflow200Response {
|
|
|
184
176
|
/**
|
|
185
177
|
* Draft conditions for triggering the workflow
|
|
186
178
|
* @type {{ [key: string]: any; }}
|
|
187
|
-
* @memberof
|
|
179
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
188
180
|
*/
|
|
189
181
|
'trigger_conditions_draft'?: {
|
|
190
182
|
[key: string]: any;
|
|
@@ -192,24 +184,24 @@ export interface RetrieveWorkflow200Response {
|
|
|
192
184
|
/**
|
|
193
185
|
* Updated at in specified timezone
|
|
194
186
|
* @type {string}
|
|
195
|
-
* @memberof
|
|
187
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
196
188
|
*/
|
|
197
189
|
'updated_at'?: string | null;
|
|
198
190
|
/**
|
|
199
191
|
* Updated at formatted as human-readable string
|
|
200
192
|
* @type {string}
|
|
201
|
-
* @memberof
|
|
193
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
202
194
|
*/
|
|
203
195
|
'updated_at_string'?: string | null;
|
|
204
196
|
/**
|
|
205
197
|
* Updated at in UTC
|
|
206
198
|
* @type {string}
|
|
207
|
-
* @memberof
|
|
199
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
208
200
|
*/
|
|
209
201
|
'updated_at_utc'?: string | null;
|
|
210
202
|
}
|
|
211
|
-
export declare const
|
|
203
|
+
export declare const ListWorkflows200ResponseCollectionInnerStatusEnum: {
|
|
212
204
|
readonly On: "on";
|
|
213
205
|
readonly Off: "off";
|
|
214
206
|
};
|
|
215
|
-
export type
|
|
207
|
+
export type ListWorkflows200ResponseCollectionInnerStatusEnum = typeof ListWorkflows200ResponseCollectionInnerStatusEnum[keyof typeof ListWorkflows200ResponseCollectionInnerStatusEnum];
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
16
|
+
exports.ListWorkflows200ResponseCollectionInnerStatusEnum = void 0;
|
|
17
|
+
exports.ListWorkflows200ResponseCollectionInnerStatusEnum = {
|
|
18
18
|
On: 'on',
|
|
19
19
|
Off: 'off'
|
|
20
20
|
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API V1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ListActionTypes200ResponseMeta } from './list-action-types200-response-meta';
|
|
13
|
+
import { ListWorkflows200ResponseCollectionInner } from './list-workflows200-response-collection-inner';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListWorkflows200Response
|
|
18
|
+
*/
|
|
19
|
+
export interface ListWorkflows200Response {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Array<ListWorkflows200ResponseCollectionInner>}
|
|
23
|
+
* @memberof ListWorkflows200Response
|
|
24
|
+
*/
|
|
25
|
+
'collection': Array<ListWorkflows200ResponseCollectionInner>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ListActionTypes200ResponseMeta}
|
|
29
|
+
* @memberof ListWorkflows200Response
|
|
30
|
+
*/
|
|
31
|
+
'meta': ListActionTypes200ResponseMeta;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* API V1
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API V1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface RetrieveAccountUsage200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface RetrieveAccountUsage200Response {
|
|
18
|
+
/**
|
|
19
|
+
* Number of active workflows (on: true)
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof RetrieveAccountUsage200Response
|
|
22
|
+
*/
|
|
23
|
+
'active_workflows_count'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* End of the usage period (ISO 8601 format)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RetrieveAccountUsage200Response
|
|
28
|
+
*/
|
|
29
|
+
'end_time'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Number of executions in the specified time period
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof RetrieveAccountUsage200Response
|
|
34
|
+
*/
|
|
35
|
+
'executions_count'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* Object type identifier
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof RetrieveAccountUsage200Response
|
|
40
|
+
*/
|
|
41
|
+
'object'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Start of the usage period (ISO 8601 format)
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof RetrieveAccountUsage200Response
|
|
46
|
+
*/
|
|
47
|
+
'start_time'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Total number of actions in the specified time period
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof RetrieveAccountUsage200Response
|
|
52
|
+
*/
|
|
53
|
+
'usage'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Total number of users in the account
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof RetrieveAccountUsage200Response
|
|
58
|
+
*/
|
|
59
|
+
'users_count'?: number;
|
|
60
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* API V1
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -15,6 +15,18 @@
|
|
|
15
15
|
* @interface RetrieveAccount200Response
|
|
16
16
|
*/
|
|
17
17
|
export interface RetrieveAccount200Response {
|
|
18
|
+
/**
|
|
19
|
+
* Available action type categories for the account
|
|
20
|
+
* @type {Array<object>}
|
|
21
|
+
* @memberof RetrieveAccount200Response
|
|
22
|
+
*/
|
|
23
|
+
'action_type_categories'?: Array<object>;
|
|
24
|
+
/**
|
|
25
|
+
* Whether action type categories are enabled for display
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof RetrieveAccount200Response
|
|
28
|
+
*/
|
|
29
|
+
'action_type_categories_enabled'?: boolean;
|
|
18
30
|
/**
|
|
19
31
|
* Company name associated with the account
|
|
20
32
|
* @type {string}
|
|
@@ -66,7 +78,7 @@ export interface RetrieveAccount200Response {
|
|
|
66
78
|
*/
|
|
67
79
|
'theme'?: string | null;
|
|
68
80
|
/**
|
|
69
|
-
* Time zone setting for the account
|
|
81
|
+
* Time zone setting for the account in IANA timezone format (e.g. \'America/New_York\', \'Europe/London\', \'Asia/Tokyo\', \'Etc/UTC\')
|
|
70
82
|
* @type {string}
|
|
71
83
|
* @memberof RetrieveAccount200Response
|
|
72
84
|
*/
|
|
@@ -77,6 +89,12 @@ export interface RetrieveAccount200Response {
|
|
|
77
89
|
* @memberof RetrieveAccount200Response
|
|
78
90
|
*/
|
|
79
91
|
'user_name'?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
* Time zone setting for the user in IANA timezone format (e.g. \'America/New_York\', \'Europe/London\', \'Asia/Tokyo\', \'Etc/UTC\')
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof RetrieveAccount200Response
|
|
96
|
+
*/
|
|
97
|
+
'user_time_zone'?: string | null;
|
|
80
98
|
/**
|
|
81
99
|
* Account data schema
|
|
82
100
|
* @type {Array<object>}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API V1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Icon configuration (user-editable)
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UpdateAccountRequestActionTypeCategoriesInnerIcon
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateAccountRequestActionTypeCategoriesInnerIcon {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateAccountRequestActionTypeCategoriesInnerIcon
|
|
22
|
+
*/
|
|
23
|
+
'type'?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UpdateAccountRequestActionTypeCategoriesInnerIcon
|
|
28
|
+
*/
|
|
29
|
+
'background_color'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UpdateAccountRequestActionTypeCategoriesInnerIcon
|
|
34
|
+
*/
|
|
35
|
+
'url'?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* API V1
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API V1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { UpdateAccountRequestActionTypeCategoriesInnerIcon } from './update-account-request-action-type-categories-inner-icon';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateAccountRequestActionTypeCategoriesInner
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAccountRequestActionTypeCategoriesInner {
|
|
19
|
+
/**
|
|
20
|
+
* Immutable category identifier
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof UpdateAccountRequestActionTypeCategoriesInner
|
|
23
|
+
*/
|
|
24
|
+
'key': string;
|
|
25
|
+
/**
|
|
26
|
+
* Display name (user-editable)
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof UpdateAccountRequestActionTypeCategoriesInner
|
|
29
|
+
*/
|
|
30
|
+
'name': string;
|
|
31
|
+
/**
|
|
32
|
+
* Short description (user-editable)
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof UpdateAccountRequestActionTypeCategoriesInner
|
|
35
|
+
*/
|
|
36
|
+
'description'?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {UpdateAccountRequestActionTypeCategoriesInnerIcon}
|
|
40
|
+
* @memberof UpdateAccountRequestActionTypeCategoriesInner
|
|
41
|
+
*/
|
|
42
|
+
'icon'?: UpdateAccountRequestActionTypeCategoriesInnerIcon;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* API V1
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { UpdateAccountRequestActionTypeCategoriesInner } from './update-account-request-action-type-categories-inner';
|
|
12
13
|
import { UpdateAccountRequestUserDataSchemaInner } from './update-account-request-user-data-schema-inner';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -52,6 +53,18 @@ export interface UpdateAccountRequest {
|
|
|
52
53
|
* @memberof UpdateAccountRequest
|
|
53
54
|
*/
|
|
54
55
|
'groups'?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
* Enable or disable action type categories display
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof UpdateAccountRequest
|
|
60
|
+
*/
|
|
61
|
+
'action_type_categories_enabled'?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Action type categories for the account.
|
|
64
|
+
* @type {Array<UpdateAccountRequestActionTypeCategoriesInner>}
|
|
65
|
+
* @memberof UpdateAccountRequest
|
|
66
|
+
*/
|
|
67
|
+
'action_type_categories'?: Array<UpdateAccountRequestActionTypeCategoriesInner>;
|
|
55
68
|
/**
|
|
56
69
|
* Additional account data
|
|
57
70
|
* @type {{ [key: string]: any; }}
|
|
@@ -27,4 +27,16 @@ export interface UpdateActionTypeRequest {
|
|
|
27
27
|
* @memberof UpdateActionTypeRequest
|
|
28
28
|
*/
|
|
29
29
|
'title'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Primary category for the action type
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UpdateActionTypeRequest
|
|
34
|
+
*/
|
|
35
|
+
'primary_category'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Secondary category for the action type
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof UpdateActionTypeRequest
|
|
40
|
+
*/
|
|
41
|
+
'secondary_category'?: string;
|
|
30
42
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API V1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UpdateTriggerRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateTriggerRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The trigger\'s key
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateTriggerRequest
|
|
22
|
+
*/
|
|
23
|
+
'event'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Title
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UpdateTriggerRequest
|
|
28
|
+
*/
|
|
29
|
+
'title'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* API V1
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -33,7 +33,13 @@ export interface UpdateWorkflowRequest {
|
|
|
33
33
|
* @type {boolean}
|
|
34
34
|
* @memberof UpdateWorkflowRequest
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'auto_clone_for_new_users'?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Mark workflow as a template. When true, new users will see this in a library of templates (Admin only)
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof UpdateWorkflowRequest
|
|
41
|
+
*/
|
|
42
|
+
'is_template'?: boolean;
|
|
37
43
|
/**
|
|
38
44
|
* Enable or disable the resource.
|
|
39
45
|
* @type {boolean}
|