@embedworkflow/sdk 1.0.0 → 1.1.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/dist/api/action-types-api.d.ts +33 -31
- package/dist/api/action-types-api.js +13 -13
- package/dist/api/app-connections-api.d.ts +26 -25
- package/dist/api/app-connections-api.js +25 -25
- package/dist/api/installed-apps-api.d.ts +13 -13
- package/dist/api/triggers-api.d.ts +14 -12
- package/dist/api/users-api.d.ts +13 -12
- package/dist/api/workflows-api.d.ts +27 -26
- package/dist/esm/api/action-types-api.d.ts +33 -31
- package/dist/esm/api/action-types-api.js +13 -13
- package/dist/esm/api/app-connections-api.d.ts +26 -25
- package/dist/esm/api/app-connections-api.js +25 -25
- package/dist/esm/api/installed-apps-api.d.ts +13 -13
- package/dist/esm/api/triggers-api.d.ts +14 -12
- package/dist/esm/api/users-api.d.ts +13 -12
- package/dist/esm/api/workflows-api.d.ts +27 -26
- package/dist/esm/models/create-action-type-request-form-draft-inner.d.ts +75 -0
- package/dist/esm/models/create-action-type-request-form-draft-inner.js +25 -0
- package/dist/esm/models/create-action-type-request-icon-draft.d.ts +36 -0
- package/dist/esm/models/create-action-type-request-icon-draft.js +14 -0
- package/dist/esm/models/create-action-type-request.d.ts +105 -0
- package/dist/esm/models/create-action-type-request.js +14 -0
- package/dist/esm/models/create-action-type422-response.d.ts +36 -0
- package/dist/esm/models/create-action-type422-response.js +14 -0
- package/dist/esm/models/create-app-connection-request.d.ts +42 -0
- package/dist/esm/models/create-app-connection-request.js +14 -0
- package/dist/esm/models/create-workflow201-response.d.ts +215 -0
- package/dist/esm/models/create-workflow201-response.js +17 -0
- 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/import-configuration201-response.d.ts +6 -0
- package/dist/esm/models/index.d.ts +10 -8
- package/dist/esm/models/index.js +10 -8
- package/dist/esm/models/install-app201-response.d.ts +122 -0
- package/dist/esm/models/install-app201-response.js +14 -0
- package/dist/esm/models/list-workflows200-response-collection-inner.d.ts +183 -0
- package/dist/esm/models/list-workflows200-response-collection-inner.js +17 -0
- package/dist/esm/models/list-workflows200-response.d.ts +32 -0
- package/dist/esm/models/list-workflows200-response.js +14 -0
- package/dist/models/create-action-type-request-form-draft-inner.d.ts +75 -0
- package/dist/models/create-action-type-request-form-draft-inner.js +28 -0
- package/dist/models/create-action-type-request-icon-draft.d.ts +36 -0
- package/dist/models/create-action-type-request-icon-draft.js +15 -0
- package/dist/models/create-action-type-request.d.ts +105 -0
- package/dist/models/create-action-type-request.js +15 -0
- package/dist/models/create-action-type422-response.d.ts +36 -0
- package/dist/models/create-action-type422-response.js +15 -0
- package/dist/models/create-app-connection-request.d.ts +42 -0
- package/dist/models/create-app-connection-request.js +15 -0
- package/dist/models/create-workflow201-response.d.ts +215 -0
- package/dist/models/create-workflow201-response.js +20 -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/import-configuration201-response.d.ts +6 -0
- package/dist/models/index.d.ts +10 -8
- package/dist/models/index.js +10 -8
- package/dist/models/install-app201-response.d.ts +122 -0
- package/dist/models/install-app201-response.js +15 -0
- package/dist/models/list-workflows200-response-collection-inner.d.ts +183 -0
- package/dist/models/list-workflows200-response-collection-inner.js +20 -0
- package/dist/models/list-workflows200-response.d.ts +32 -0
- package/dist/models/list-workflows200-response.js +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,183 @@
|
|
|
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 ListWorkflows200ResponseCollectionInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ListWorkflows200ResponseCollectionInner {
|
|
18
|
+
/**
|
|
19
|
+
* System-generated unique identifier
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
22
|
+
*/
|
|
23
|
+
'hashid'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Number of actions in the workflow
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
28
|
+
*/
|
|
29
|
+
'actions_count'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Created at in specified timezone
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
34
|
+
*/
|
|
35
|
+
'created_at'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* Created at formatted as human-readable string
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
40
|
+
*/
|
|
41
|
+
'created_at_string'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
* Created at in UTC
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
46
|
+
*/
|
|
47
|
+
'created_at_utc'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
* Description of the workflow
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
52
|
+
*/
|
|
53
|
+
'description'?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* Event trigger configuration
|
|
56
|
+
* @type {object}
|
|
57
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
58
|
+
*/
|
|
59
|
+
'event_trigger'?: object | null;
|
|
60
|
+
/**
|
|
61
|
+
* Draft event trigger configuration
|
|
62
|
+
* @type {object}
|
|
63
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
64
|
+
*/
|
|
65
|
+
'event_trigger_draft'?: object | null;
|
|
66
|
+
/**
|
|
67
|
+
* Number of times workflow has been executed
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
70
|
+
*/
|
|
71
|
+
'executions_count'?: number;
|
|
72
|
+
/**
|
|
73
|
+
* Whether the workflow has unsaved draft changes
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
76
|
+
*/
|
|
77
|
+
'has_draft'?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Unique identifier
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
82
|
+
*/
|
|
83
|
+
'id'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Unique key for the workflow
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
88
|
+
*/
|
|
89
|
+
'key'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Last published at in specified timezone
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
94
|
+
*/
|
|
95
|
+
'last_published_at'?: string | null;
|
|
96
|
+
/**
|
|
97
|
+
* Last published at formatted as human-readable string
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
100
|
+
*/
|
|
101
|
+
'last_published_at_string'?: string | null;
|
|
102
|
+
/**
|
|
103
|
+
* Last published at in UTC
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
106
|
+
*/
|
|
107
|
+
'last_published_at_utc'?: string | null;
|
|
108
|
+
/**
|
|
109
|
+
* Conditions for matching workflow execution
|
|
110
|
+
* @type {object}
|
|
111
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
112
|
+
*/
|
|
113
|
+
'match_conditions'?: object | null;
|
|
114
|
+
/**
|
|
115
|
+
* Draft conditions for matching workflow execution
|
|
116
|
+
* @type {object}
|
|
117
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
118
|
+
*/
|
|
119
|
+
'match_conditions_draft'?: object | null;
|
|
120
|
+
/**
|
|
121
|
+
* Name of the workflow
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
124
|
+
*/
|
|
125
|
+
'name'?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Object type identifier
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
130
|
+
*/
|
|
131
|
+
'object'?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Whether the workflow is enabled
|
|
134
|
+
* @type {boolean}
|
|
135
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
136
|
+
*/
|
|
137
|
+
'on'?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* Current status of the workflow
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
142
|
+
*/
|
|
143
|
+
'status'?: ListWorkflows200ResponseCollectionInnerStatusEnum;
|
|
144
|
+
/**
|
|
145
|
+
* Conditions for triggering the workflow
|
|
146
|
+
* @type {{ [key: string]: any; }}
|
|
147
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
148
|
+
*/
|
|
149
|
+
'trigger_conditions'?: {
|
|
150
|
+
[key: string]: any;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Draft conditions for triggering the workflow
|
|
154
|
+
* @type {{ [key: string]: any; }}
|
|
155
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
156
|
+
*/
|
|
157
|
+
'trigger_conditions_draft'?: {
|
|
158
|
+
[key: string]: any;
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Updated at in specified timezone
|
|
162
|
+
* @type {string}
|
|
163
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
164
|
+
*/
|
|
165
|
+
'updated_at'?: string | null;
|
|
166
|
+
/**
|
|
167
|
+
* Updated at formatted as human-readable string
|
|
168
|
+
* @type {string}
|
|
169
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
170
|
+
*/
|
|
171
|
+
'updated_at_string'?: string | null;
|
|
172
|
+
/**
|
|
173
|
+
* Updated at in UTC
|
|
174
|
+
* @type {string}
|
|
175
|
+
* @memberof ListWorkflows200ResponseCollectionInner
|
|
176
|
+
*/
|
|
177
|
+
'updated_at_utc'?: string | null;
|
|
178
|
+
}
|
|
179
|
+
export declare const ListWorkflows200ResponseCollectionInnerStatusEnum: {
|
|
180
|
+
readonly On: "on";
|
|
181
|
+
readonly Off: "off";
|
|
182
|
+
};
|
|
183
|
+
export type ListWorkflows200ResponseCollectionInnerStatusEnum = typeof ListWorkflows200ResponseCollectionInnerStatusEnum[keyof typeof ListWorkflows200ResponseCollectionInnerStatusEnum];
|
|
@@ -0,0 +1,17 @@
|
|
|
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 const ListWorkflows200ResponseCollectionInnerStatusEnum = {
|
|
15
|
+
On: 'on',
|
|
16
|
+
Off: 'off'
|
|
17
|
+
};
|
|
@@ -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,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,75 @@
|
|
|
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 CreateActionTypeRequestFormDraftInner
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateActionTypeRequestFormDraftInner {
|
|
18
|
+
/**
|
|
19
|
+
* Unique identifier for the form field
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateActionTypeRequestFormDraftInner
|
|
22
|
+
*/
|
|
23
|
+
'id': string;
|
|
24
|
+
/**
|
|
25
|
+
* Field name for form submission
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateActionTypeRequestFormDraftInner
|
|
28
|
+
*/
|
|
29
|
+
'name': string;
|
|
30
|
+
/**
|
|
31
|
+
* Whether this field is required
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof CreateActionTypeRequestFormDraftInner
|
|
34
|
+
*/
|
|
35
|
+
'required'?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Display label for the form field
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CreateActionTypeRequestFormDraftInner
|
|
40
|
+
*/
|
|
41
|
+
'label'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Help text or description for the field
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CreateActionTypeRequestFormDraftInner
|
|
46
|
+
*/
|
|
47
|
+
'description'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Form field type
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CreateActionTypeRequestFormDraftInner
|
|
52
|
+
*/
|
|
53
|
+
'type': CreateActionTypeRequestFormDraftInnerTypeEnum;
|
|
54
|
+
/**
|
|
55
|
+
* Additional field configuration (options, validation, etc.)
|
|
56
|
+
* @type {{ [key: string]: any; }}
|
|
57
|
+
* @memberof CreateActionTypeRequestFormDraftInner
|
|
58
|
+
*/
|
|
59
|
+
'data'?: {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export declare const CreateActionTypeRequestFormDraftInnerTypeEnum: {
|
|
64
|
+
readonly Text: "text";
|
|
65
|
+
readonly Email: "email";
|
|
66
|
+
readonly Password: "password";
|
|
67
|
+
readonly Textarea: "textarea";
|
|
68
|
+
readonly Select: "select";
|
|
69
|
+
readonly Checkbox: "checkbox";
|
|
70
|
+
readonly Radio: "radio";
|
|
71
|
+
readonly Number: "number";
|
|
72
|
+
readonly Date: "date";
|
|
73
|
+
readonly File: "file";
|
|
74
|
+
};
|
|
75
|
+
export type CreateActionTypeRequestFormDraftInnerTypeEnum = typeof CreateActionTypeRequestFormDraftInnerTypeEnum[keyof typeof CreateActionTypeRequestFormDraftInnerTypeEnum];
|
|
@@ -0,0 +1,28 @@
|
|
|
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 });
|
|
16
|
+
exports.CreateActionTypeRequestFormDraftInnerTypeEnum = void 0;
|
|
17
|
+
exports.CreateActionTypeRequestFormDraftInnerTypeEnum = {
|
|
18
|
+
Text: 'text',
|
|
19
|
+
Email: 'email',
|
|
20
|
+
Password: 'password',
|
|
21
|
+
Textarea: 'textarea',
|
|
22
|
+
Select: 'select',
|
|
23
|
+
Checkbox: 'checkbox',
|
|
24
|
+
Radio: 'radio',
|
|
25
|
+
Number: 'number',
|
|
26
|
+
Date: 'date',
|
|
27
|
+
File: 'file'
|
|
28
|
+
};
|
|
@@ -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
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateActionTypeRequestIconDraft
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateActionTypeRequestIconDraft {
|
|
18
|
+
/**
|
|
19
|
+
* Icon type identifier
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateActionTypeRequestIconDraft
|
|
22
|
+
*/
|
|
23
|
+
'type': string;
|
|
24
|
+
/**
|
|
25
|
+
* Background color for the icon
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateActionTypeRequestIconDraft
|
|
28
|
+
*/
|
|
29
|
+
'background_color'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Custom icon URL (optional)
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateActionTypeRequestIconDraft
|
|
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,105 @@
|
|
|
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 { CreateActionTypeRequestFormDraftInner } from './create-action-type-request-form-draft-inner';
|
|
13
|
+
import { CreateActionTypeRequestIconDraft } from './create-action-type-request-icon-draft';
|
|
14
|
+
import { UpdateAccountRequestUserDataSchemaInner } from './update-account-request-user-data-schema-inner';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface CreateActionTypeRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateActionTypeRequest {
|
|
21
|
+
/**
|
|
22
|
+
* Name of resource
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof CreateActionTypeRequest
|
|
25
|
+
*/
|
|
26
|
+
'name': string;
|
|
27
|
+
/**
|
|
28
|
+
* Description of action type
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof CreateActionTypeRequest
|
|
31
|
+
*/
|
|
32
|
+
'description'?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Type of action
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CreateActionTypeRequest
|
|
37
|
+
*/
|
|
38
|
+
'type': string;
|
|
39
|
+
/**
|
|
40
|
+
* Enable or disable the resource.
|
|
41
|
+
* @type {boolean}
|
|
42
|
+
* @memberof CreateActionTypeRequest
|
|
43
|
+
*/
|
|
44
|
+
'on'?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* HTTP parameters as key:value pairs, one per line
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof CreateActionTypeRequest
|
|
49
|
+
*/
|
|
50
|
+
'params_draft'?: string;
|
|
51
|
+
/**
|
|
52
|
+
* HTTP headers as key:value pairs, one per line
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof CreateActionTypeRequest
|
|
55
|
+
*/
|
|
56
|
+
'headers_draft'?: string;
|
|
57
|
+
/**
|
|
58
|
+
* HTTP url
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof CreateActionTypeRequest
|
|
61
|
+
*/
|
|
62
|
+
'url_draft'?: string;
|
|
63
|
+
/**
|
|
64
|
+
* HTTP method
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof CreateActionTypeRequest
|
|
67
|
+
*/
|
|
68
|
+
'http_method_draft'?: string;
|
|
69
|
+
/**
|
|
70
|
+
* JavaScript code snippt
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof CreateActionTypeRequest
|
|
73
|
+
*/
|
|
74
|
+
'code_draft'?: string;
|
|
75
|
+
/**
|
|
76
|
+
* Whether or not you want to publish on create
|
|
77
|
+
* @type {boolean}
|
|
78
|
+
* @memberof CreateActionTypeRequest
|
|
79
|
+
*/
|
|
80
|
+
'publish'?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Form field configuration
|
|
83
|
+
* @type {Array<CreateActionTypeRequestFormDraftInner>}
|
|
84
|
+
* @memberof CreateActionTypeRequest
|
|
85
|
+
*/
|
|
86
|
+
'form_draft'?: Array<CreateActionTypeRequestFormDraftInner>;
|
|
87
|
+
/**
|
|
88
|
+
* Data schema configuration
|
|
89
|
+
* @type {Array<UpdateAccountRequestUserDataSchemaInner>}
|
|
90
|
+
* @memberof CreateActionTypeRequest
|
|
91
|
+
*/
|
|
92
|
+
'response_data_schema_draft'?: Array<UpdateAccountRequestUserDataSchemaInner>;
|
|
93
|
+
/**
|
|
94
|
+
* User permission groups. Only available to users with admin role.
|
|
95
|
+
* @type {Array<string>}
|
|
96
|
+
* @memberof CreateActionTypeRequest
|
|
97
|
+
*/
|
|
98
|
+
'groups'?: Array<string>;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {CreateActionTypeRequestIconDraft}
|
|
102
|
+
* @memberof CreateActionTypeRequest
|
|
103
|
+
*/
|
|
104
|
+
'icon_draft'?: CreateActionTypeRequestIconDraft;
|
|
105
|
+
}
|
|
@@ -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,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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateActionType422Response
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateActionType422Response {
|
|
18
|
+
/**
|
|
19
|
+
* Type of error
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateActionType422Response
|
|
22
|
+
*/
|
|
23
|
+
'type': string;
|
|
24
|
+
/**
|
|
25
|
+
* Specific error code
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateActionType422Response
|
|
28
|
+
*/
|
|
29
|
+
'code': string;
|
|
30
|
+
/**
|
|
31
|
+
* Human-readable message providing more details about the error
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateActionType422Response
|
|
34
|
+
*/
|
|
35
|
+
'message': 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,42 @@
|
|
|
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 CreateAppConnectionRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateAppConnectionRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Name of resource
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateAppConnectionRequest
|
|
22
|
+
*/
|
|
23
|
+
'name': string;
|
|
24
|
+
/**
|
|
25
|
+
* App Type
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateAppConnectionRequest
|
|
28
|
+
*/
|
|
29
|
+
'app_type': string;
|
|
30
|
+
/**
|
|
31
|
+
* User\'s key
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateAppConnectionRequest
|
|
34
|
+
*/
|
|
35
|
+
'user_key': string;
|
|
36
|
+
/**
|
|
37
|
+
* App connection configuration
|
|
38
|
+
* @type {object}
|
|
39
|
+
* @memberof CreateAppConnectionRequest
|
|
40
|
+
*/
|
|
41
|
+
'config': object;
|
|
42
|
+
}
|
|
@@ -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 });
|