@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
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* API V1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
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 EvaluateExpression200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface EvaluateExpression200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EvaluateExpression200Response
|
|
22
|
+
*/
|
|
23
|
+
'result'?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* API V1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
* @type ExportConfiguration200ResponseConfiguration
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportConfiguration200ResponseConfiguration = object | string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* API V1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { ExportConfiguration200ResponseConfiguration } from './export-configuration200-response-configuration';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ExportConfiguration200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ExportConfiguration200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ExportConfiguration200ResponseConfiguration}
|
|
22
|
+
* @memberof ExportConfiguration200Response
|
|
23
|
+
*/
|
|
24
|
+
'configuration'?: ExportConfiguration200ResponseConfiguration;
|
|
25
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* API V1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -45,4 +45,10 @@ export interface ImportConfiguration201Response {
|
|
|
45
45
|
* @memberof ImportConfiguration201Response
|
|
46
46
|
*/
|
|
47
47
|
'user_data_schema'?: Array<object>;
|
|
48
|
+
/**
|
|
49
|
+
* Workflows
|
|
50
|
+
* @type {Array<object>}
|
|
51
|
+
* @memberof ImportConfiguration201Response
|
|
52
|
+
*/
|
|
53
|
+
'workflows'?: Array<object>;
|
|
48
54
|
}
|
|
@@ -1,22 +1,30 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
1
|
+
export * from './catch-hook-request';
|
|
2
|
+
export * from './create-action-type422-response';
|
|
3
|
+
export * from './create-action-type-request';
|
|
4
|
+
export * from './create-action-type-request-form-draft-inner';
|
|
5
|
+
export * from './create-action-type-request-icon-draft';
|
|
6
|
+
export * from './create-app-connection-request';
|
|
6
7
|
export * from './create-user-token200-response';
|
|
7
8
|
export * from './create-user-token-request';
|
|
9
|
+
export * from './create-workflow201-response';
|
|
8
10
|
export * from './create-workflow-request';
|
|
9
11
|
export * from './create-workflow-request-template-draft';
|
|
10
12
|
export * from './create-workflow-request-template-draft-nodes-inner';
|
|
13
|
+
export * from './delete-action-type200-response';
|
|
11
14
|
export * from './delete-workflow200-response';
|
|
12
15
|
export * from './delete-workflow200-response-one-of';
|
|
13
16
|
export * from './delete-workflow200-response-one-of1';
|
|
14
17
|
export * from './discard-workflow-draft-request';
|
|
18
|
+
export * from './evaluate-expression200-response';
|
|
19
|
+
export * from './evaluate-expression-request';
|
|
15
20
|
export * from './execute-workflow201-response';
|
|
16
21
|
export * from './execute-workflow-request';
|
|
22
|
+
export * from './export-configuration200-response';
|
|
23
|
+
export * from './export-configuration200-response-configuration';
|
|
17
24
|
export * from './import-configuration201-response';
|
|
18
25
|
export * from './import-configuration-request';
|
|
19
26
|
export * from './import-configuration-request-schema';
|
|
27
|
+
export * from './install-app201-response';
|
|
20
28
|
export * from './install-app-request';
|
|
21
29
|
export * from './list-action-types200-response';
|
|
22
30
|
export * from './list-action-types200-response-collection-inner';
|
|
@@ -41,19 +49,22 @@ export * from './list-users200-response-collection-inner';
|
|
|
41
49
|
export * from './list-workflow-executions200-response';
|
|
42
50
|
export * from './list-workflow-versions200-response';
|
|
43
51
|
export * from './list-workflow-versions200-response-collection-inner';
|
|
52
|
+
export * from './list-workflows200-response';
|
|
53
|
+
export * from './list-workflows200-response-collection-inner';
|
|
44
54
|
export * from './publish-workflow-request';
|
|
45
55
|
export * from './retrieve-account200-response';
|
|
46
|
-
export * from './retrieve-
|
|
56
|
+
export * from './retrieve-account-usage200-response';
|
|
47
57
|
export * from './retrieve-available-app200-response';
|
|
48
58
|
export * from './retrieve-execution200-response';
|
|
49
|
-
export * from './retrieve-installed-app200-response';
|
|
50
|
-
export * from './retrieve-workflow200-response';
|
|
51
59
|
export * from './retry-action-request';
|
|
52
60
|
export * from './stop-executions-request';
|
|
53
61
|
export * from './trigger-workflow-request';
|
|
54
62
|
export * from './update-account-request';
|
|
63
|
+
export * from './update-account-request-action-type-categories-inner';
|
|
64
|
+
export * from './update-account-request-action-type-categories-inner-icon';
|
|
55
65
|
export * from './update-account-request-user-data-schema-inner';
|
|
56
66
|
export * from './update-action-type-request';
|
|
57
67
|
export * from './update-installed-app-request';
|
|
68
|
+
export * from './update-trigger-request';
|
|
58
69
|
export * from './update-workflow-request';
|
|
59
70
|
export * from './upsert-user-request';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,22 +1,30 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
1
|
+
export * from './catch-hook-request';
|
|
2
|
+
export * from './create-action-type422-response';
|
|
3
|
+
export * from './create-action-type-request';
|
|
4
|
+
export * from './create-action-type-request-form-draft-inner';
|
|
5
|
+
export * from './create-action-type-request-icon-draft';
|
|
6
|
+
export * from './create-app-connection-request';
|
|
6
7
|
export * from './create-user-token200-response';
|
|
7
8
|
export * from './create-user-token-request';
|
|
9
|
+
export * from './create-workflow201-response';
|
|
8
10
|
export * from './create-workflow-request';
|
|
9
11
|
export * from './create-workflow-request-template-draft';
|
|
10
12
|
export * from './create-workflow-request-template-draft-nodes-inner';
|
|
13
|
+
export * from './delete-action-type200-response';
|
|
11
14
|
export * from './delete-workflow200-response';
|
|
12
15
|
export * from './delete-workflow200-response-one-of';
|
|
13
16
|
export * from './delete-workflow200-response-one-of1';
|
|
14
17
|
export * from './discard-workflow-draft-request';
|
|
18
|
+
export * from './evaluate-expression200-response';
|
|
19
|
+
export * from './evaluate-expression-request';
|
|
15
20
|
export * from './execute-workflow201-response';
|
|
16
21
|
export * from './execute-workflow-request';
|
|
22
|
+
export * from './export-configuration200-response';
|
|
23
|
+
export * from './export-configuration200-response-configuration';
|
|
17
24
|
export * from './import-configuration201-response';
|
|
18
25
|
export * from './import-configuration-request';
|
|
19
26
|
export * from './import-configuration-request-schema';
|
|
27
|
+
export * from './install-app201-response';
|
|
20
28
|
export * from './install-app-request';
|
|
21
29
|
export * from './list-action-types200-response';
|
|
22
30
|
export * from './list-action-types200-response-collection-inner';
|
|
@@ -41,19 +49,22 @@ export * from './list-users200-response-collection-inner';
|
|
|
41
49
|
export * from './list-workflow-executions200-response';
|
|
42
50
|
export * from './list-workflow-versions200-response';
|
|
43
51
|
export * from './list-workflow-versions200-response-collection-inner';
|
|
52
|
+
export * from './list-workflows200-response';
|
|
53
|
+
export * from './list-workflows200-response-collection-inner';
|
|
44
54
|
export * from './publish-workflow-request';
|
|
45
55
|
export * from './retrieve-account200-response';
|
|
46
|
-
export * from './retrieve-
|
|
56
|
+
export * from './retrieve-account-usage200-response';
|
|
47
57
|
export * from './retrieve-available-app200-response';
|
|
48
58
|
export * from './retrieve-execution200-response';
|
|
49
|
-
export * from './retrieve-installed-app200-response';
|
|
50
|
-
export * from './retrieve-workflow200-response';
|
|
51
59
|
export * from './retry-action-request';
|
|
52
60
|
export * from './stop-executions-request';
|
|
53
61
|
export * from './trigger-workflow-request';
|
|
54
62
|
export * from './update-account-request';
|
|
63
|
+
export * from './update-account-request-action-type-categories-inner';
|
|
64
|
+
export * from './update-account-request-action-type-categories-inner-icon';
|
|
55
65
|
export * from './update-account-request-user-data-schema-inner';
|
|
56
66
|
export * from './update-action-type-request';
|
|
57
67
|
export * from './update-installed-app-request';
|
|
68
|
+
export * from './update-trigger-request';
|
|
58
69
|
export * from './update-workflow-request';
|
|
59
70
|
export * from './upsert-user-request';
|
|
@@ -12,49 +12,49 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface InstallApp201Response
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface InstallApp201Response {
|
|
18
18
|
/**
|
|
19
19
|
* System-generated unique identifier
|
|
20
20
|
* @type {string}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof InstallApp201Response
|
|
22
22
|
*/
|
|
23
23
|
'id'?: string;
|
|
24
24
|
/**
|
|
25
25
|
* Unique identifier for the app
|
|
26
26
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof InstallApp201Response
|
|
28
28
|
*/
|
|
29
29
|
'app_identifier'?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Currently installed version of the app
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof InstallApp201Response
|
|
34
34
|
*/
|
|
35
35
|
'app_version'?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Latest available version of the app
|
|
38
38
|
* @type {string}
|
|
39
|
-
* @memberof
|
|
39
|
+
* @memberof InstallApp201Response
|
|
40
40
|
*/
|
|
41
41
|
'available_version'?: string | null;
|
|
42
42
|
/**
|
|
43
43
|
* Permission groups that can access this app
|
|
44
44
|
* @type {Array<string>}
|
|
45
|
-
* @memberof
|
|
45
|
+
* @memberof InstallApp201Response
|
|
46
46
|
*/
|
|
47
47
|
'groups'?: Array<string>;
|
|
48
48
|
/**
|
|
49
49
|
* Icon configuration for the installed app
|
|
50
50
|
* @type {object}
|
|
51
|
-
* @memberof
|
|
51
|
+
* @memberof InstallApp201Response
|
|
52
52
|
*/
|
|
53
53
|
'icon'?: object | null;
|
|
54
54
|
/**
|
|
55
55
|
* Schema configuration for the installed app
|
|
56
56
|
* @type {{ [key: string]: any; }}
|
|
57
|
-
* @memberof
|
|
57
|
+
* @memberof InstallApp201Response
|
|
58
58
|
*/
|
|
59
59
|
'installed_schema'?: {
|
|
60
60
|
[key: string]: any;
|
|
@@ -62,61 +62,61 @@ export interface RetrieveInstalledApp200Response {
|
|
|
62
62
|
/**
|
|
63
63
|
* Last used at in specified timezone
|
|
64
64
|
* @type {string}
|
|
65
|
-
* @memberof
|
|
65
|
+
* @memberof InstallApp201Response
|
|
66
66
|
*/
|
|
67
67
|
'last_used_at'?: string | null;
|
|
68
68
|
/**
|
|
69
69
|
* Last used at formatted as human-readable string
|
|
70
70
|
* @type {string}
|
|
71
|
-
* @memberof
|
|
71
|
+
* @memberof InstallApp201Response
|
|
72
72
|
*/
|
|
73
73
|
'last_used_at_string'?: string | null;
|
|
74
74
|
/**
|
|
75
75
|
* Last used at in UTC
|
|
76
76
|
* @type {string}
|
|
77
|
-
* @memberof
|
|
77
|
+
* @memberof InstallApp201Response
|
|
78
78
|
*/
|
|
79
79
|
'last_used_at_utc'?: string | null;
|
|
80
80
|
/**
|
|
81
81
|
* Display name of the installed app
|
|
82
82
|
* @type {string}
|
|
83
|
-
* @memberof
|
|
83
|
+
* @memberof InstallApp201Response
|
|
84
84
|
*/
|
|
85
85
|
'name'?: string;
|
|
86
86
|
/**
|
|
87
87
|
* Object type identifier
|
|
88
88
|
* @type {string}
|
|
89
|
-
* @memberof
|
|
89
|
+
* @memberof InstallApp201Response
|
|
90
90
|
*/
|
|
91
91
|
'object'?: string;
|
|
92
92
|
/**
|
|
93
93
|
* Previously installed version of the app
|
|
94
94
|
* @type {string}
|
|
95
|
-
* @memberof
|
|
95
|
+
* @memberof InstallApp201Response
|
|
96
96
|
*/
|
|
97
97
|
'previous_version'?: string | null;
|
|
98
98
|
/**
|
|
99
99
|
* Whether an upgrade is available for this app
|
|
100
100
|
* @type {boolean}
|
|
101
|
-
* @memberof
|
|
101
|
+
* @memberof InstallApp201Response
|
|
102
102
|
*/
|
|
103
103
|
'upgrade_available'?: boolean;
|
|
104
104
|
/**
|
|
105
105
|
* Upgraded at in specified timezone
|
|
106
106
|
* @type {string}
|
|
107
|
-
* @memberof
|
|
107
|
+
* @memberof InstallApp201Response
|
|
108
108
|
*/
|
|
109
109
|
'upgraded_at'?: string | null;
|
|
110
110
|
/**
|
|
111
111
|
* Upgraded at formatted as human-readable string
|
|
112
112
|
* @type {string}
|
|
113
|
-
* @memberof
|
|
113
|
+
* @memberof InstallApp201Response
|
|
114
114
|
*/
|
|
115
115
|
'upgraded_at_string'?: string | null;
|
|
116
116
|
/**
|
|
117
117
|
* Upgraded at in UTC
|
|
118
118
|
* @type {string}
|
|
119
|
-
* @memberof
|
|
119
|
+
* @memberof InstallApp201Response
|
|
120
120
|
*/
|
|
121
121
|
'upgraded_at_utc'?: string | null;
|
|
122
122
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* API V1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -21,6 +21,24 @@ export interface ListActionTypes200ResponseCollectionInner {
|
|
|
21
21
|
* @memberof ListActionTypes200ResponseCollectionInner
|
|
22
22
|
*/
|
|
23
23
|
'id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Human-readable name of the app connection
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
28
|
+
*/
|
|
29
|
+
'app_name'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Callback timeout duration value
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
34
|
+
*/
|
|
35
|
+
'callback_timeout_n'?: number | null;
|
|
36
|
+
/**
|
|
37
|
+
* Callback timeout duration unit
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
40
|
+
*/
|
|
41
|
+
'callback_timeout_unit'?: ListActionTypes200ResponseCollectionInnerCallbackTimeoutUnitEnum | null;
|
|
24
42
|
/**
|
|
25
43
|
* Code content for the action type
|
|
26
44
|
* @type {string}
|
|
@@ -57,6 +75,12 @@ export interface ListActionTypes200ResponseCollectionInner {
|
|
|
57
75
|
* @memberof ListActionTypes200ResponseCollectionInner
|
|
58
76
|
*/
|
|
59
77
|
'description'?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
* Number of times this action type has been executed
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
82
|
+
*/
|
|
83
|
+
'executed_count'?: number;
|
|
60
84
|
/**
|
|
61
85
|
* Permission groups for this action type
|
|
62
86
|
* @type {Array<string>}
|
|
@@ -109,6 +133,24 @@ export interface ListActionTypes200ResponseCollectionInner {
|
|
|
109
133
|
* @memberof ListActionTypes200ResponseCollectionInner
|
|
110
134
|
*/
|
|
111
135
|
'icon_draft'?: object | null;
|
|
136
|
+
/**
|
|
137
|
+
* Last executed at in specified timezone
|
|
138
|
+
* @type {string}
|
|
139
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
140
|
+
*/
|
|
141
|
+
'last_executed_at'?: string | null;
|
|
142
|
+
/**
|
|
143
|
+
* Last executed at formatted as human-readable string
|
|
144
|
+
* @type {string}
|
|
145
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
146
|
+
*/
|
|
147
|
+
'last_executed_at_string'?: string | null;
|
|
148
|
+
/**
|
|
149
|
+
* Last executed at in UTC
|
|
150
|
+
* @type {string}
|
|
151
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
152
|
+
*/
|
|
153
|
+
'last_executed_at_utc'?: string | null;
|
|
112
154
|
/**
|
|
113
155
|
* Last published at in specified timezone
|
|
114
156
|
* @type {string}
|
|
@@ -217,6 +259,12 @@ export interface ListActionTypes200ResponseCollectionInner {
|
|
|
217
259
|
* @memberof ListActionTypes200ResponseCollectionInner
|
|
218
260
|
*/
|
|
219
261
|
'url_draft'?: string | null;
|
|
262
|
+
/**
|
|
263
|
+
* When true, actions fire the webhook but wait for an external callback before completing
|
|
264
|
+
* @type {boolean}
|
|
265
|
+
* @memberof ListActionTypes200ResponseCollectionInner
|
|
266
|
+
*/
|
|
267
|
+
'wait_for_callback'?: boolean;
|
|
220
268
|
/**
|
|
221
269
|
* Form fields for the action type
|
|
222
270
|
* @type {Array<object>}
|
|
@@ -242,6 +290,16 @@ export interface ListActionTypes200ResponseCollectionInner {
|
|
|
242
290
|
*/
|
|
243
291
|
'response_data_schema_draft'?: Array<object>;
|
|
244
292
|
}
|
|
293
|
+
export declare const ListActionTypes200ResponseCollectionInnerCallbackTimeoutUnitEnum: {
|
|
294
|
+
readonly Sec: "sec";
|
|
295
|
+
readonly Min: "min";
|
|
296
|
+
readonly Hour: "hour";
|
|
297
|
+
readonly Day: "day";
|
|
298
|
+
readonly Week: "week";
|
|
299
|
+
readonly Month: "month";
|
|
300
|
+
readonly Year: "year";
|
|
301
|
+
};
|
|
302
|
+
export type ListActionTypes200ResponseCollectionInnerCallbackTimeoutUnitEnum = typeof ListActionTypes200ResponseCollectionInnerCallbackTimeoutUnitEnum[keyof typeof ListActionTypes200ResponseCollectionInnerCallbackTimeoutUnitEnum];
|
|
245
303
|
export declare const ListActionTypes200ResponseCollectionInnerHttpMethodEnum: {
|
|
246
304
|
readonly Get: "get";
|
|
247
305
|
readonly Post: "post";
|
|
@@ -11,6 +11,15 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
export const ListActionTypes200ResponseCollectionInnerCallbackTimeoutUnitEnum = {
|
|
15
|
+
Sec: 'sec',
|
|
16
|
+
Min: 'min',
|
|
17
|
+
Hour: 'hour',
|
|
18
|
+
Day: 'day',
|
|
19
|
+
Week: 'week',
|
|
20
|
+
Month: 'month',
|
|
21
|
+
Year: 'year'
|
|
22
|
+
};
|
|
14
23
|
export const ListActionTypes200ResponseCollectionInnerHttpMethodEnum = {
|
|
15
24
|
Get: 'get',
|
|
16
25
|
Post: 'post',
|
|
@@ -45,6 +45,18 @@ export interface ListDataFields200ResponseCollectionInner {
|
|
|
45
45
|
* @memberof ListDataFields200ResponseCollectionInner
|
|
46
46
|
*/
|
|
47
47
|
'groups'?: Array<string> | null;
|
|
48
|
+
/**
|
|
49
|
+
* Type of each item in a List (e.g., \'Object\', \'String\', \'Integer\')
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
52
|
+
*/
|
|
53
|
+
'item_type'?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* Variable name for the current item when iterating over a List
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
58
|
+
*/
|
|
59
|
+
'iterator'?: string | null;
|
|
48
60
|
/**
|
|
49
61
|
* Variable name for list values
|
|
50
62
|
* @type {string}
|
|
@@ -81,4 +93,10 @@ export interface ListDataFields200ResponseCollectionInner {
|
|
|
81
93
|
* @memberof ListDataFields200ResponseCollectionInner
|
|
82
94
|
*/
|
|
83
95
|
'value'?: string | null;
|
|
96
|
+
/**
|
|
97
|
+
* Nested schema definitions. For arrays: single element defining item type. For objects: multiple elements defining properties
|
|
98
|
+
* @type {Array<object>}
|
|
99
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
100
|
+
*/
|
|
101
|
+
'children'?: Array<object> | null;
|
|
84
102
|
}
|
|
@@ -69,6 +69,24 @@ export interface ListTriggers200ResponseCollectionInner {
|
|
|
69
69
|
* @memberof ListTriggers200ResponseCollectionInner
|
|
70
70
|
*/
|
|
71
71
|
'icon'?: object | null;
|
|
72
|
+
/**
|
|
73
|
+
* Last triggered at in specified timezone
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ListTriggers200ResponseCollectionInner
|
|
76
|
+
*/
|
|
77
|
+
'last_triggered_at'?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
* Last triggered at formatted as human-readable string
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ListTriggers200ResponseCollectionInner
|
|
82
|
+
*/
|
|
83
|
+
'last_triggered_at_string'?: string | null;
|
|
84
|
+
/**
|
|
85
|
+
* Last triggered at in UTC
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ListTriggers200ResponseCollectionInner
|
|
88
|
+
*/
|
|
89
|
+
'last_triggered_at_utc'?: string | null;
|
|
72
90
|
/**
|
|
73
91
|
* Object type identifier
|
|
74
92
|
* @type {string}
|
|
@@ -51,12 +51,6 @@ export interface ListUsers200ResponseCollectionInner {
|
|
|
51
51
|
* @memberof ListUsers200ResponseCollectionInner
|
|
52
52
|
*/
|
|
53
53
|
'groups'?: Array<string> | null;
|
|
54
|
-
/**
|
|
55
|
-
* Short hash identifier for the user
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof ListUsers200ResponseCollectionInner
|
|
58
|
-
*/
|
|
59
|
-
'hashid'?: string;
|
|
60
54
|
/**
|
|
61
55
|
* System-generated unique identifier
|
|
62
56
|
* @type {string}
|
|
@@ -75,6 +69,12 @@ export interface ListUsers200ResponseCollectionInner {
|
|
|
75
69
|
* @memberof ListUsers200ResponseCollectionInner
|
|
76
70
|
*/
|
|
77
71
|
'object'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Time zone setting for the user in IANA timezone format (e.g. \'America/New_York\', \'Europe/London\', \'Asia/Tokyo\', \'Etc/UTC\')
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ListUsers200ResponseCollectionInner
|
|
76
|
+
*/
|
|
77
|
+
'time_zone'?: string | null;
|
|
78
78
|
/**
|
|
79
79
|
* User\'s data schema configuration
|
|
80
80
|
* @type {Array<object>}
|