@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
|
@@ -38,11 +38,11 @@ const AppConnectionsApiAxiosParamCreator = function (configuration) {
|
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @summary Create app connection
|
|
41
|
-
* @param {
|
|
41
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
createAppConnection: (createAppConnectionRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
46
46
|
const localVarPath = `/api/v1/app_connections`;
|
|
47
47
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
48
48
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -60,7 +60,7 @@ const AppConnectionsApiAxiosParamCreator = function (configuration) {
|
|
|
60
60
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
61
61
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
62
62
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
63
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
63
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createAppConnectionRequest, localVarRequestOptions, configuration);
|
|
64
64
|
return {
|
|
65
65
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
66
66
|
options: localVarRequestOptions,
|
|
@@ -190,11 +190,11 @@ const AppConnectionsApiAxiosParamCreator = function (configuration) {
|
|
|
190
190
|
*
|
|
191
191
|
* @summary Update app connection
|
|
192
192
|
* @param {string} id System-generated unique identifier
|
|
193
|
-
* @param {
|
|
193
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
194
194
|
* @param {*} [options] Override http request option.
|
|
195
195
|
* @throws {RequiredError}
|
|
196
196
|
*/
|
|
197
|
-
updateAppConnection: (id,
|
|
197
|
+
updateAppConnection: (id, createAppConnectionRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
198
198
|
// verify required parameter 'id' is not null or undefined
|
|
199
199
|
(0, common_1.assertParamExists)('updateAppConnection', 'id', id);
|
|
200
200
|
const localVarPath = `/api/v1/app_connections/{id}`
|
|
@@ -215,7 +215,7 @@ const AppConnectionsApiAxiosParamCreator = function (configuration) {
|
|
|
215
215
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
216
216
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
217
217
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
218
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
218
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createAppConnectionRequest, localVarRequestOptions, configuration);
|
|
219
219
|
return {
|
|
220
220
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
221
221
|
options: localVarRequestOptions,
|
|
@@ -234,16 +234,16 @@ const AppConnectionsApiFp = function (configuration) {
|
|
|
234
234
|
/**
|
|
235
235
|
*
|
|
236
236
|
* @summary Create app connection
|
|
237
|
-
* @param {
|
|
237
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
238
238
|
* @param {*} [options] Override http request option.
|
|
239
239
|
* @throws {RequiredError}
|
|
240
240
|
*/
|
|
241
|
-
|
|
241
|
+
createAppConnection(createAppConnectionRequest, options) {
|
|
242
242
|
var _a, _b, _c;
|
|
243
243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
244
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
244
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createAppConnection(createAppConnectionRequest, options);
|
|
245
245
|
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
246
|
-
const operationBasePath = (_c = (_b = base_1.operationServerMap['AppConnectionsApi.
|
|
246
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['AppConnectionsApi.createAppConnection']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
247
247
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
248
248
|
});
|
|
249
249
|
},
|
|
@@ -305,14 +305,14 @@ const AppConnectionsApiFp = function (configuration) {
|
|
|
305
305
|
*
|
|
306
306
|
* @summary Update app connection
|
|
307
307
|
* @param {string} id System-generated unique identifier
|
|
308
|
-
* @param {
|
|
308
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
309
309
|
* @param {*} [options] Override http request option.
|
|
310
310
|
* @throws {RequiredError}
|
|
311
311
|
*/
|
|
312
|
-
updateAppConnection(id,
|
|
312
|
+
updateAppConnection(id, createAppConnectionRequest, options) {
|
|
313
313
|
var _a, _b, _c;
|
|
314
314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
315
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateAppConnection(id,
|
|
315
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateAppConnection(id, createAppConnectionRequest, options);
|
|
316
316
|
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
317
317
|
const operationBasePath = (_c = (_b = base_1.operationServerMap['AppConnectionsApi.updateAppConnection']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
318
318
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
@@ -331,12 +331,12 @@ const AppConnectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
331
331
|
/**
|
|
332
332
|
*
|
|
333
333
|
* @summary Create app connection
|
|
334
|
-
* @param {
|
|
334
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
335
335
|
* @param {*} [options] Override http request option.
|
|
336
336
|
* @throws {RequiredError}
|
|
337
337
|
*/
|
|
338
|
-
|
|
339
|
-
return localVarFp.
|
|
338
|
+
createAppConnection(createAppConnectionRequest, options) {
|
|
339
|
+
return localVarFp.createAppConnection(createAppConnectionRequest, options).then((request) => request(axios, basePath));
|
|
340
340
|
},
|
|
341
341
|
/**
|
|
342
342
|
*
|
|
@@ -378,12 +378,12 @@ const AppConnectionsApiFactory = function (configuration, basePath, axios) {
|
|
|
378
378
|
*
|
|
379
379
|
* @summary Update app connection
|
|
380
380
|
* @param {string} id System-generated unique identifier
|
|
381
|
-
* @param {
|
|
381
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
382
382
|
* @param {*} [options] Override http request option.
|
|
383
383
|
* @throws {RequiredError}
|
|
384
384
|
*/
|
|
385
|
-
updateAppConnection(id,
|
|
386
|
-
return localVarFp.updateAppConnection(id,
|
|
385
|
+
updateAppConnection(id, createAppConnectionRequest, options) {
|
|
386
|
+
return localVarFp.updateAppConnection(id, createAppConnectionRequest, options).then((request) => request(axios, basePath));
|
|
387
387
|
},
|
|
388
388
|
};
|
|
389
389
|
};
|
|
@@ -398,13 +398,13 @@ class AppConnectionsApi extends base_1.BaseAPI {
|
|
|
398
398
|
/**
|
|
399
399
|
*
|
|
400
400
|
* @summary Create app connection
|
|
401
|
-
* @param {
|
|
401
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
402
402
|
* @param {*} [options] Override http request option.
|
|
403
403
|
* @throws {RequiredError}
|
|
404
404
|
* @memberof AppConnectionsApi
|
|
405
405
|
*/
|
|
406
|
-
|
|
407
|
-
return (0, exports.AppConnectionsApiFp)(this.configuration).
|
|
406
|
+
createAppConnection(createAppConnectionRequest, options) {
|
|
407
|
+
return (0, exports.AppConnectionsApiFp)(this.configuration).createAppConnection(createAppConnectionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
408
408
|
}
|
|
409
409
|
/**
|
|
410
410
|
*
|
|
@@ -449,13 +449,13 @@ class AppConnectionsApi extends base_1.BaseAPI {
|
|
|
449
449
|
*
|
|
450
450
|
* @summary Update app connection
|
|
451
451
|
* @param {string} id System-generated unique identifier
|
|
452
|
-
* @param {
|
|
452
|
+
* @param {CreateAppConnectionRequest} [createAppConnectionRequest]
|
|
453
453
|
* @param {*} [options] Override http request option.
|
|
454
454
|
* @throws {RequiredError}
|
|
455
455
|
* @memberof AppConnectionsApi
|
|
456
456
|
*/
|
|
457
|
-
updateAppConnection(id,
|
|
458
|
-
return (0, exports.AppConnectionsApiFp)(this.configuration).updateAppConnection(id,
|
|
457
|
+
updateAppConnection(id, createAppConnectionRequest, options) {
|
|
458
|
+
return (0, exports.AppConnectionsApiFp)(this.configuration).updateAppConnection(id, createAppConnectionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
exports.AppConnectionsApi = AppConnectionsApi;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { InstallApp201Response } from '../models';
|
|
15
16
|
import { InstallAppRequest } from '../models';
|
|
16
17
|
import { ListInstalledApps200Response } from '../models';
|
|
17
|
-
import { RetrieveInstalledApp200Response } from '../models';
|
|
18
18
|
import { UpdateInstalledAppRequest } from '../models';
|
|
19
19
|
/**
|
|
20
20
|
* InstalledAppsApi - axios parameter creator
|
|
@@ -66,7 +66,7 @@ export declare const InstalledAppsApiFp: (configuration?: Configuration) => {
|
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
68
68
|
*/
|
|
69
|
-
installApp(installAppRequest?: InstallAppRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
69
|
+
installApp(installAppRequest?: InstallAppRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstallApp201Response>>;
|
|
70
70
|
/**
|
|
71
71
|
*
|
|
72
72
|
* @summary List installed apps
|
|
@@ -81,7 +81,7 @@ export declare const InstalledAppsApiFp: (configuration?: Configuration) => {
|
|
|
81
81
|
* @param {*} [options] Override http request option.
|
|
82
82
|
* @throws {RequiredError}
|
|
83
83
|
*/
|
|
84
|
-
retrieveInstalledApp(appIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
84
|
+
retrieveInstalledApp(appIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstallApp201Response>>;
|
|
85
85
|
/**
|
|
86
86
|
*
|
|
87
87
|
* @summary Update installed app
|
|
@@ -90,7 +90,7 @@ export declare const InstalledAppsApiFp: (configuration?: Configuration) => {
|
|
|
90
90
|
* @param {*} [options] Override http request option.
|
|
91
91
|
* @throws {RequiredError}
|
|
92
92
|
*/
|
|
93
|
-
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
93
|
+
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstallApp201Response>>;
|
|
94
94
|
};
|
|
95
95
|
/**
|
|
96
96
|
* InstalledAppsApi - factory interface
|
|
@@ -104,7 +104,7 @@ export declare const InstalledAppsApiFactory: (configuration?: Configuration, ba
|
|
|
104
104
|
* @param {*} [options] Override http request option.
|
|
105
105
|
* @throws {RequiredError}
|
|
106
106
|
*/
|
|
107
|
-
installApp(installAppRequest?: InstallAppRequest, options?: any): AxiosPromise<
|
|
107
|
+
installApp(installAppRequest?: InstallAppRequest, options?: any): AxiosPromise<InstallApp201Response>;
|
|
108
108
|
/**
|
|
109
109
|
*
|
|
110
110
|
* @summary List installed apps
|
|
@@ -119,7 +119,7 @@ export declare const InstalledAppsApiFactory: (configuration?: Configuration, ba
|
|
|
119
119
|
* @param {*} [options] Override http request option.
|
|
120
120
|
* @throws {RequiredError}
|
|
121
121
|
*/
|
|
122
|
-
retrieveInstalledApp(appIdentifier: string, options?: any): AxiosPromise<
|
|
122
|
+
retrieveInstalledApp(appIdentifier: string, options?: any): AxiosPromise<InstallApp201Response>;
|
|
123
123
|
/**
|
|
124
124
|
*
|
|
125
125
|
* @summary Update installed app
|
|
@@ -128,7 +128,7 @@ export declare const InstalledAppsApiFactory: (configuration?: Configuration, ba
|
|
|
128
128
|
* @param {*} [options] Override http request option.
|
|
129
129
|
* @throws {RequiredError}
|
|
130
130
|
*/
|
|
131
|
-
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: any): AxiosPromise<
|
|
131
|
+
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: any): AxiosPromise<InstallApp201Response>;
|
|
132
132
|
};
|
|
133
133
|
/**
|
|
134
134
|
* InstalledAppsApi - interface
|
|
@@ -144,7 +144,7 @@ export interface InstalledAppsApiInterface {
|
|
|
144
144
|
* @throws {RequiredError}
|
|
145
145
|
* @memberof InstalledAppsApiInterface
|
|
146
146
|
*/
|
|
147
|
-
installApp(installAppRequest?: InstallAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
147
|
+
installApp(installAppRequest?: InstallAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstallApp201Response>;
|
|
148
148
|
/**
|
|
149
149
|
*
|
|
150
150
|
* @summary List installed apps
|
|
@@ -161,7 +161,7 @@ export interface InstalledAppsApiInterface {
|
|
|
161
161
|
* @throws {RequiredError}
|
|
162
162
|
* @memberof InstalledAppsApiInterface
|
|
163
163
|
*/
|
|
164
|
-
retrieveInstalledApp(appIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
164
|
+
retrieveInstalledApp(appIdentifier: string, options?: RawAxiosRequestConfig): AxiosPromise<InstallApp201Response>;
|
|
165
165
|
/**
|
|
166
166
|
*
|
|
167
167
|
* @summary Update installed app
|
|
@@ -171,7 +171,7 @@ export interface InstalledAppsApiInterface {
|
|
|
171
171
|
* @throws {RequiredError}
|
|
172
172
|
* @memberof InstalledAppsApiInterface
|
|
173
173
|
*/
|
|
174
|
-
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
174
|
+
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstallApp201Response>;
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
177
|
* InstalledAppsApi - object-oriented interface
|
|
@@ -188,7 +188,7 @@ export declare class InstalledAppsApi extends BaseAPI implements InstalledAppsAp
|
|
|
188
188
|
* @throws {RequiredError}
|
|
189
189
|
* @memberof InstalledAppsApi
|
|
190
190
|
*/
|
|
191
|
-
installApp(installAppRequest?: InstallAppRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
191
|
+
installApp(installAppRequest?: InstallAppRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallApp201Response, any>>;
|
|
192
192
|
/**
|
|
193
193
|
*
|
|
194
194
|
* @summary List installed apps
|
|
@@ -205,7 +205,7 @@ export declare class InstalledAppsApi extends BaseAPI implements InstalledAppsAp
|
|
|
205
205
|
* @throws {RequiredError}
|
|
206
206
|
* @memberof InstalledAppsApi
|
|
207
207
|
*/
|
|
208
|
-
retrieveInstalledApp(appIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
208
|
+
retrieveInstalledApp(appIdentifier: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallApp201Response, any>>;
|
|
209
209
|
/**
|
|
210
210
|
*
|
|
211
211
|
* @summary Update installed app
|
|
@@ -215,5 +215,5 @@ export declare class InstalledAppsApi extends BaseAPI implements InstalledAppsAp
|
|
|
215
215
|
* @throws {RequiredError}
|
|
216
216
|
* @memberof InstalledAppsApi
|
|
217
217
|
*/
|
|
218
|
-
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
218
|
+
updateInstalledApp(appIdentifier: string, updateInstalledAppRequest?: UpdateInstalledAppRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallApp201Response, any>>;
|
|
219
219
|
}
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { DeleteActionType200Response } from '../models';
|
|
15
16
|
import { ListTriggers200Response } from '../models';
|
|
17
|
+
import { ListTriggers200ResponseCollectionInner } from '../models';
|
|
16
18
|
import { UpdateActionTypeRequest } from '../models';
|
|
17
19
|
/**
|
|
18
20
|
* TriggersApi - axios parameter creator
|
|
@@ -67,7 +69,7 @@ export declare const TriggersApiFp: (configuration?: Configuration) => {
|
|
|
67
69
|
* @param {*} [options] Override http request option.
|
|
68
70
|
* @throws {RequiredError}
|
|
69
71
|
*/
|
|
70
|
-
deleteTrigger(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
72
|
+
deleteTrigger(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteActionType200Response>>;
|
|
71
73
|
/**
|
|
72
74
|
*
|
|
73
75
|
* @summary List triggers
|
|
@@ -85,7 +87,7 @@ export declare const TriggersApiFp: (configuration?: Configuration) => {
|
|
|
85
87
|
* @param {*} [options] Override http request option.
|
|
86
88
|
* @throws {RequiredError}
|
|
87
89
|
*/
|
|
88
|
-
retrieveTrigger(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
90
|
+
retrieveTrigger(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTriggers200ResponseCollectionInner>>;
|
|
89
91
|
/**
|
|
90
92
|
*
|
|
91
93
|
* @summary Update trigger
|
|
@@ -94,7 +96,7 @@ export declare const TriggersApiFp: (configuration?: Configuration) => {
|
|
|
94
96
|
* @param {*} [options] Override http request option.
|
|
95
97
|
* @throws {RequiredError}
|
|
96
98
|
*/
|
|
97
|
-
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
99
|
+
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTriggers200ResponseCollectionInner>>;
|
|
98
100
|
};
|
|
99
101
|
/**
|
|
100
102
|
* TriggersApi - factory interface
|
|
@@ -108,7 +110,7 @@ export declare const TriggersApiFactory: (configuration?: Configuration, basePat
|
|
|
108
110
|
* @param {*} [options] Override http request option.
|
|
109
111
|
* @throws {RequiredError}
|
|
110
112
|
*/
|
|
111
|
-
deleteTrigger(id: string, options?: any): AxiosPromise<
|
|
113
|
+
deleteTrigger(id: string, options?: any): AxiosPromise<DeleteActionType200Response>;
|
|
112
114
|
/**
|
|
113
115
|
*
|
|
114
116
|
* @summary List triggers
|
|
@@ -126,7 +128,7 @@ export declare const TriggersApiFactory: (configuration?: Configuration, basePat
|
|
|
126
128
|
* @param {*} [options] Override http request option.
|
|
127
129
|
* @throws {RequiredError}
|
|
128
130
|
*/
|
|
129
|
-
retrieveTrigger(id: string, options?: any): AxiosPromise<
|
|
131
|
+
retrieveTrigger(id: string, options?: any): AxiosPromise<ListTriggers200ResponseCollectionInner>;
|
|
130
132
|
/**
|
|
131
133
|
*
|
|
132
134
|
* @summary Update trigger
|
|
@@ -135,7 +137,7 @@ export declare const TriggersApiFactory: (configuration?: Configuration, basePat
|
|
|
135
137
|
* @param {*} [options] Override http request option.
|
|
136
138
|
* @throws {RequiredError}
|
|
137
139
|
*/
|
|
138
|
-
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: any): AxiosPromise<
|
|
140
|
+
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: any): AxiosPromise<ListTriggers200ResponseCollectionInner>;
|
|
139
141
|
};
|
|
140
142
|
/**
|
|
141
143
|
* TriggersApi - interface
|
|
@@ -151,7 +153,7 @@ export interface TriggersApiInterface {
|
|
|
151
153
|
* @throws {RequiredError}
|
|
152
154
|
* @memberof TriggersApiInterface
|
|
153
155
|
*/
|
|
154
|
-
deleteTrigger(id: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
156
|
+
deleteTrigger(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DeleteActionType200Response>;
|
|
155
157
|
/**
|
|
156
158
|
*
|
|
157
159
|
* @summary List triggers
|
|
@@ -171,7 +173,7 @@ export interface TriggersApiInterface {
|
|
|
171
173
|
* @throws {RequiredError}
|
|
172
174
|
* @memberof TriggersApiInterface
|
|
173
175
|
*/
|
|
174
|
-
retrieveTrigger(id: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
176
|
+
retrieveTrigger(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ListTriggers200ResponseCollectionInner>;
|
|
175
177
|
/**
|
|
176
178
|
*
|
|
177
179
|
* @summary Update trigger
|
|
@@ -181,7 +183,7 @@ export interface TriggersApiInterface {
|
|
|
181
183
|
* @throws {RequiredError}
|
|
182
184
|
* @memberof TriggersApiInterface
|
|
183
185
|
*/
|
|
184
|
-
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
186
|
+
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTriggers200ResponseCollectionInner>;
|
|
185
187
|
}
|
|
186
188
|
/**
|
|
187
189
|
* TriggersApi - object-oriented interface
|
|
@@ -198,7 +200,7 @@ export declare class TriggersApi extends BaseAPI implements TriggersApiInterface
|
|
|
198
200
|
* @throws {RequiredError}
|
|
199
201
|
* @memberof TriggersApi
|
|
200
202
|
*/
|
|
201
|
-
deleteTrigger(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
203
|
+
deleteTrigger(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteActionType200Response, any>>;
|
|
202
204
|
/**
|
|
203
205
|
*
|
|
204
206
|
* @summary List triggers
|
|
@@ -218,7 +220,7 @@ export declare class TriggersApi extends BaseAPI implements TriggersApiInterface
|
|
|
218
220
|
* @throws {RequiredError}
|
|
219
221
|
* @memberof TriggersApi
|
|
220
222
|
*/
|
|
221
|
-
retrieveTrigger(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
223
|
+
retrieveTrigger(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTriggers200ResponseCollectionInner, any>>;
|
|
222
224
|
/**
|
|
223
225
|
*
|
|
224
226
|
* @summary Update trigger
|
|
@@ -228,5 +230,5 @@ export declare class TriggersApi extends BaseAPI implements TriggersApiInterface
|
|
|
228
230
|
* @throws {RequiredError}
|
|
229
231
|
* @memberof TriggersApi
|
|
230
232
|
*/
|
|
231
|
-
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
233
|
+
updateTrigger(id: string, updateActionTypeRequest?: UpdateActionTypeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTriggers200ResponseCollectionInner, any>>;
|
|
232
234
|
}
|
package/dist/api/users-api.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import { RequestArgs, BaseAPI } from '../base';
|
|
|
15
15
|
import { CreateUserToken200Response } from '../models';
|
|
16
16
|
import { CreateUserTokenRequest } from '../models';
|
|
17
17
|
import { ListUsers200Response } from '../models';
|
|
18
|
+
import { ListUsers200ResponseCollectionInner } from '../models';
|
|
18
19
|
import { UpsertUserRequest } from '../models';
|
|
19
20
|
/**
|
|
20
21
|
* UsersApi - axios parameter creator
|
|
@@ -85,7 +86,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
85
86
|
* @param {*} [options] Override http request option.
|
|
86
87
|
* @throws {RequiredError}
|
|
87
88
|
*/
|
|
88
|
-
deleteUser(key: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
89
|
+
deleteUser(key: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsers200ResponseCollectionInner>>;
|
|
89
90
|
/**
|
|
90
91
|
*
|
|
91
92
|
* @summary List users
|
|
@@ -103,7 +104,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
103
104
|
* @param {*} [options] Override http request option.
|
|
104
105
|
* @throws {RequiredError}
|
|
105
106
|
*/
|
|
106
|
-
retrieveUser(key: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
107
|
+
retrieveUser(key: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsers200ResponseCollectionInner>>;
|
|
107
108
|
/**
|
|
108
109
|
*
|
|
109
110
|
* @summary Upsert user
|
|
@@ -112,7 +113,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
112
113
|
* @param {*} [options] Override http request option.
|
|
113
114
|
* @throws {RequiredError}
|
|
114
115
|
*/
|
|
115
|
-
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
116
|
+
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsers200ResponseCollectionInner>>;
|
|
116
117
|
};
|
|
117
118
|
/**
|
|
118
119
|
* UsersApi - factory interface
|
|
@@ -134,7 +135,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
134
135
|
* @param {*} [options] Override http request option.
|
|
135
136
|
* @throws {RequiredError}
|
|
136
137
|
*/
|
|
137
|
-
deleteUser(key: string, options?: any): AxiosPromise<
|
|
138
|
+
deleteUser(key: string, options?: any): AxiosPromise<ListUsers200ResponseCollectionInner>;
|
|
138
139
|
/**
|
|
139
140
|
*
|
|
140
141
|
* @summary List users
|
|
@@ -152,7 +153,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
152
153
|
* @param {*} [options] Override http request option.
|
|
153
154
|
* @throws {RequiredError}
|
|
154
155
|
*/
|
|
155
|
-
retrieveUser(key: string, options?: any): AxiosPromise<
|
|
156
|
+
retrieveUser(key: string, options?: any): AxiosPromise<ListUsers200ResponseCollectionInner>;
|
|
156
157
|
/**
|
|
157
158
|
*
|
|
158
159
|
* @summary Upsert user
|
|
@@ -161,7 +162,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
161
162
|
* @param {*} [options] Override http request option.
|
|
162
163
|
* @throws {RequiredError}
|
|
163
164
|
*/
|
|
164
|
-
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: any): AxiosPromise<
|
|
165
|
+
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: any): AxiosPromise<ListUsers200ResponseCollectionInner>;
|
|
165
166
|
};
|
|
166
167
|
/**
|
|
167
168
|
* UsersApi - interface
|
|
@@ -186,7 +187,7 @@ export interface UsersApiInterface {
|
|
|
186
187
|
* @throws {RequiredError}
|
|
187
188
|
* @memberof UsersApiInterface
|
|
188
189
|
*/
|
|
189
|
-
deleteUser(key: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
190
|
+
deleteUser(key: string, options?: RawAxiosRequestConfig): AxiosPromise<ListUsers200ResponseCollectionInner>;
|
|
190
191
|
/**
|
|
191
192
|
*
|
|
192
193
|
* @summary List users
|
|
@@ -206,7 +207,7 @@ export interface UsersApiInterface {
|
|
|
206
207
|
* @throws {RequiredError}
|
|
207
208
|
* @memberof UsersApiInterface
|
|
208
209
|
*/
|
|
209
|
-
retrieveUser(key: string, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
210
|
+
retrieveUser(key: string, options?: RawAxiosRequestConfig): AxiosPromise<ListUsers200ResponseCollectionInner>;
|
|
210
211
|
/**
|
|
211
212
|
*
|
|
212
213
|
* @summary Upsert user
|
|
@@ -216,7 +217,7 @@ export interface UsersApiInterface {
|
|
|
216
217
|
* @throws {RequiredError}
|
|
217
218
|
* @memberof UsersApiInterface
|
|
218
219
|
*/
|
|
219
|
-
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
220
|
+
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListUsers200ResponseCollectionInner>;
|
|
220
221
|
}
|
|
221
222
|
/**
|
|
222
223
|
* UsersApi - object-oriented interface
|
|
@@ -242,7 +243,7 @@ export declare class UsersApi extends BaseAPI implements UsersApiInterface {
|
|
|
242
243
|
* @throws {RequiredError}
|
|
243
244
|
* @memberof UsersApi
|
|
244
245
|
*/
|
|
245
|
-
deleteUser(key: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
246
|
+
deleteUser(key: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListUsers200ResponseCollectionInner, any>>;
|
|
246
247
|
/**
|
|
247
248
|
*
|
|
248
249
|
* @summary List users
|
|
@@ -262,7 +263,7 @@ export declare class UsersApi extends BaseAPI implements UsersApiInterface {
|
|
|
262
263
|
* @throws {RequiredError}
|
|
263
264
|
* @memberof UsersApi
|
|
264
265
|
*/
|
|
265
|
-
retrieveUser(key: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
266
|
+
retrieveUser(key: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListUsers200ResponseCollectionInner, any>>;
|
|
266
267
|
/**
|
|
267
268
|
*
|
|
268
269
|
* @summary Upsert user
|
|
@@ -272,5 +273,5 @@ export declare class UsersApi extends BaseAPI implements UsersApiInterface {
|
|
|
272
273
|
* @throws {RequiredError}
|
|
273
274
|
* @memberof UsersApi
|
|
274
275
|
*/
|
|
275
|
-
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
276
|
+
upsertUser(key: string, upsertUserRequest?: UpsertUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListUsers200ResponseCollectionInner, any>>;
|
|
276
277
|
}
|