@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,42 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { ListActionTypes200ResponseMeta } from './list-action-types200-response-meta';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { ListAppConnections200ResponseCollectionInner } from './list-app-connections200-response-collection-inner';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ListAppConnections200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface ListAppConnections200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<ListAppConnections200ResponseCollectionInner>}
|
|
32
|
+
* @memberof ListAppConnections200Response
|
|
33
|
+
*/
|
|
34
|
+
'collection': Array<ListAppConnections200ResponseCollectionInner>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ListActionTypes200ResponseMeta}
|
|
38
|
+
* @memberof ListAppConnections200Response
|
|
39
|
+
*/
|
|
40
|
+
'meta': ListActionTypes200ResponseMeta;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListAvailableApps200ResponseCollectionInner
|
|
21
|
+
*/
|
|
22
|
+
export interface ListAvailableApps200ResponseCollectionInner {
|
|
23
|
+
/**
|
|
24
|
+
* Name of the app
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
27
|
+
*/
|
|
28
|
+
'name'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the app
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
33
|
+
*/
|
|
34
|
+
'app_identifier'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Description of the available app
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
39
|
+
*/
|
|
40
|
+
'description'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Icon configuration for the available app
|
|
43
|
+
* @type {object}
|
|
44
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
45
|
+
*/
|
|
46
|
+
'icon'?: object | null;
|
|
47
|
+
/**
|
|
48
|
+
* Latest available version of the app
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
51
|
+
*/
|
|
52
|
+
'latest_version'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Object type identifier
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
57
|
+
*/
|
|
58
|
+
'object'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Primary category classification for the app
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
63
|
+
*/
|
|
64
|
+
'primary_category'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Secondary category classification for the app
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ListAvailableApps200ResponseCollectionInner
|
|
69
|
+
*/
|
|
70
|
+
'secondary_category'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { ListActionTypes200ResponseMeta } from './list-action-types200-response-meta';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { ListAvailableApps200ResponseCollectionInner } from './list-available-apps200-response-collection-inner';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ListAvailableApps200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface ListAvailableApps200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<ListAvailableApps200ResponseCollectionInner>}
|
|
32
|
+
* @memberof ListAvailableApps200Response
|
|
33
|
+
*/
|
|
34
|
+
'collection': Array<ListAvailableApps200ResponseCollectionInner>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ListActionTypes200ResponseMeta}
|
|
38
|
+
* @memberof ListAvailableApps200Response
|
|
39
|
+
*/
|
|
40
|
+
'meta': ListActionTypes200ResponseMeta;
|
|
41
|
+
}
|
|
42
|
+
|
package/{dist/esm/models/clone-workflow201-response.js → models/list-data-fields-type-parameter.ts}
RENAMED
|
@@ -5,13 +5,19 @@
|
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
8
|
+
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @type ListDataFieldsTypeParameter
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
export type ListDataFieldsTypeParameter = Array<string> | string;
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,108 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListDataFields200ResponseCollectionInner
|
|
21
|
+
*/
|
|
22
|
+
export interface ListDataFields200ResponseCollectionInner {
|
|
23
|
+
/**
|
|
24
|
+
* Variable name used in templates
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
27
|
+
*/
|
|
28
|
+
'variable'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Path to the data within the structure
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
33
|
+
*/
|
|
34
|
+
'data_path'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Display label for the data type
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
39
|
+
*/
|
|
40
|
+
'display_label'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Format specification for the data type
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
45
|
+
*/
|
|
46
|
+
'format'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Permission groups for this data type
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
51
|
+
*/
|
|
52
|
+
'groups'?: Array<string> | null;
|
|
53
|
+
/**
|
|
54
|
+
* Type of each item in a List (e.g., \'Object\', \'String\', \'Integer\')
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
57
|
+
*/
|
|
58
|
+
'item_type'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
* Variable name for the current item when iterating over a List
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
63
|
+
*/
|
|
64
|
+
'iterator'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* Variable name for list values
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
69
|
+
*/
|
|
70
|
+
'list_values_variable'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* Object type identifier
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
75
|
+
*/
|
|
76
|
+
'object'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Whether this data type is required
|
|
79
|
+
* @type {boolean}
|
|
80
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
81
|
+
*/
|
|
82
|
+
'required'?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Source identifier for the data type
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
87
|
+
*/
|
|
88
|
+
'source'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
* Data type identifier
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
93
|
+
*/
|
|
94
|
+
'type'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Default or current value
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
99
|
+
*/
|
|
100
|
+
'value'?: string | null;
|
|
101
|
+
/**
|
|
102
|
+
* Nested schema definitions. For arrays: single element defining item type. For objects: multiple elements defining properties
|
|
103
|
+
* @type {Array<object>}
|
|
104
|
+
* @memberof ListDataFields200ResponseCollectionInner
|
|
105
|
+
*/
|
|
106
|
+
'children'?: Array<object> | null;
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { ListActionTypes200ResponseMeta } from './list-action-types200-response-meta';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { ListDataFields200ResponseCollectionInner } from './list-data-fields200-response-collection-inner';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ListDataFields200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface ListDataFields200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<ListDataFields200ResponseCollectionInner>}
|
|
32
|
+
* @memberof ListDataFields200Response
|
|
33
|
+
*/
|
|
34
|
+
'collection': Array<ListDataFields200ResponseCollectionInner>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ListActionTypes200ResponseMeta}
|
|
38
|
+
* @memberof ListDataFields200Response
|
|
39
|
+
*/
|
|
40
|
+
'meta': ListActionTypes200ResponseMeta;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListEvents200ResponseCollectionInner
|
|
21
|
+
*/
|
|
22
|
+
export interface ListEvents200ResponseCollectionInner {
|
|
23
|
+
/**
|
|
24
|
+
* System-generated unique identifier
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Ended at in specified timezone
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
33
|
+
*/
|
|
34
|
+
'ended_at'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Ended at formatted as human-readable string
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
39
|
+
*/
|
|
40
|
+
'ended_at_string'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Ended at in UTC
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
45
|
+
*/
|
|
46
|
+
'ended_at_utc'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Type of event that occurred
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
51
|
+
*/
|
|
52
|
+
'event_type'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Object type identifier
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
57
|
+
*/
|
|
58
|
+
'object'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Response body from the event
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
63
|
+
*/
|
|
64
|
+
'response_body'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* Started at in specified timezone
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
69
|
+
*/
|
|
70
|
+
'started_at'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* Started at formatted as human-readable string
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
75
|
+
*/
|
|
76
|
+
'started_at_string'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* Started at in UTC
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ListEvents200ResponseCollectionInner
|
|
81
|
+
*/
|
|
82
|
+
'started_at_utc'?: string | null;
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { ListActionTypes200ResponseMeta } from './list-action-types200-response-meta';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { ListEvents200ResponseCollectionInner } from './list-events200-response-collection-inner';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ListEvents200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface ListEvents200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<ListEvents200ResponseCollectionInner>}
|
|
32
|
+
* @memberof ListEvents200Response
|
|
33
|
+
*/
|
|
34
|
+
'collection': Array<ListEvents200ResponseCollectionInner>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ListActionTypes200ResponseMeta}
|
|
38
|
+
* @memberof ListEvents200Response
|
|
39
|
+
*/
|
|
40
|
+
'meta': ListActionTypes200ResponseMeta;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,120 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListInstalledApps200ResponseCollectionInner
|
|
21
|
+
*/
|
|
22
|
+
export interface ListInstalledApps200ResponseCollectionInner {
|
|
23
|
+
/**
|
|
24
|
+
* System-generated unique identifier
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
27
|
+
*/
|
|
28
|
+
'id'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the app
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
33
|
+
*/
|
|
34
|
+
'app_identifier'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Currently installed version of the app
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
39
|
+
*/
|
|
40
|
+
'app_version'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Latest available version of the app
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
45
|
+
*/
|
|
46
|
+
'available_version'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Permission groups that can access this app
|
|
49
|
+
* @type {Array<string>}
|
|
50
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
51
|
+
*/
|
|
52
|
+
'groups'?: Array<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Icon configuration for the installed app
|
|
55
|
+
* @type {object}
|
|
56
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
57
|
+
*/
|
|
58
|
+
'icon'?: object | null;
|
|
59
|
+
/**
|
|
60
|
+
* Last used at in specified timezone
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
63
|
+
*/
|
|
64
|
+
'last_used_at'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* Last used at formatted as human-readable string
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
69
|
+
*/
|
|
70
|
+
'last_used_at_string'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* Last used at in UTC
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
75
|
+
*/
|
|
76
|
+
'last_used_at_utc'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
* Display name of the installed app
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
81
|
+
*/
|
|
82
|
+
'name'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Object type identifier
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
87
|
+
*/
|
|
88
|
+
'object'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* Previously installed version of the app
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
93
|
+
*/
|
|
94
|
+
'previous_version'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
* Whether an upgrade is available for this app
|
|
97
|
+
* @type {boolean}
|
|
98
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
99
|
+
*/
|
|
100
|
+
'upgrade_available'?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Upgraded at in specified timezone
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
105
|
+
*/
|
|
106
|
+
'upgraded_at'?: string | null;
|
|
107
|
+
/**
|
|
108
|
+
* Upgraded at formatted as human-readable string
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
111
|
+
*/
|
|
112
|
+
'upgraded_at_string'?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
* Upgraded at in UTC
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof ListInstalledApps200ResponseCollectionInner
|
|
117
|
+
*/
|
|
118
|
+
'upgraded_at_utc'?: string | null;
|
|
119
|
+
}
|
|
120
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { ListActionTypes200ResponseMeta } from './list-action-types200-response-meta';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { ListInstalledApps200ResponseCollectionInner } from './list-installed-apps200-response-collection-inner';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface ListInstalledApps200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface ListInstalledApps200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<ListInstalledApps200ResponseCollectionInner>}
|
|
32
|
+
* @memberof ListInstalledApps200Response
|
|
33
|
+
*/
|
|
34
|
+
'collection': Array<ListInstalledApps200ResponseCollectionInner>;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ListActionTypes200ResponseMeta}
|
|
38
|
+
* @memberof ListInstalledApps200Response
|
|
39
|
+
*/
|
|
40
|
+
'meta': ListActionTypes200ResponseMeta;
|
|
41
|
+
}
|
|
42
|
+
|