@smartytalent/api-client 0.1.16 → 0.1.17
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/apis/RunsApi.d.ts +16 -33
- package/dist/apis/RunsApi.d.ts.map +1 -1
- package/dist/apis/RunsApi.js +25 -66
- package/dist/apis/RunsApi.js.map +1 -1
- package/package.json +1 -1
package/dist/apis/RunsApi.d.ts
CHANGED
|
@@ -11,9 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
13
|
import type { CreateRunRequestBody } from '../models/index';
|
|
14
|
-
export interface CancelRunRequest {
|
|
15
|
-
runId: string;
|
|
16
|
-
}
|
|
17
14
|
export interface CreateRunRequest {
|
|
18
15
|
createRunRequestBody: CreateRunRequestBody;
|
|
19
16
|
}
|
|
@@ -26,30 +23,16 @@ export interface ListRunsRequest {
|
|
|
26
23
|
pageAfter?: any;
|
|
27
24
|
pageBefore?: string;
|
|
28
25
|
}
|
|
29
|
-
export interface
|
|
26
|
+
export interface ShowRunRequest {
|
|
30
27
|
runId: string;
|
|
31
28
|
}
|
|
32
|
-
export interface
|
|
29
|
+
export interface UpdateRunRequest {
|
|
33
30
|
runId: string;
|
|
34
31
|
}
|
|
35
32
|
/**
|
|
36
33
|
*
|
|
37
34
|
*/
|
|
38
35
|
export declare class RunsApi extends runtime.BaseAPI {
|
|
39
|
-
/**
|
|
40
|
-
* Creates request options for cancelRun without sending the request
|
|
41
|
-
*/
|
|
42
|
-
cancelRunRequestOpts(requestParameters: CancelRunRequest): Promise<runtime.RequestOpts>;
|
|
43
|
-
/**
|
|
44
|
-
* Cancel a running workflow execution.
|
|
45
|
-
* Cancel Run
|
|
46
|
-
*/
|
|
47
|
-
cancelRunRaw(requestParameters: CancelRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
48
|
-
/**
|
|
49
|
-
* Cancel a running workflow execution.
|
|
50
|
-
* Cancel Run
|
|
51
|
-
*/
|
|
52
|
-
cancelRun(requestParameters: CancelRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
53
36
|
/**
|
|
54
37
|
* Creates request options for createRun without sending the request
|
|
55
38
|
*/
|
|
@@ -78,20 +61,6 @@ export declare class RunsApi extends runtime.BaseAPI {
|
|
|
78
61
|
* List Runs
|
|
79
62
|
*/
|
|
80
63
|
listRuns(requestParameters?: ListRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
81
|
-
/**
|
|
82
|
-
* Creates request options for retryRun without sending the request
|
|
83
|
-
*/
|
|
84
|
-
retryRunRequestOpts(requestParameters: RetryRunRequest): Promise<runtime.RequestOpts>;
|
|
85
|
-
/**
|
|
86
|
-
* Retry a failed workflow execution.
|
|
87
|
-
* Retry Run
|
|
88
|
-
*/
|
|
89
|
-
retryRunRaw(requestParameters: RetryRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
90
|
-
/**
|
|
91
|
-
* Retry a failed workflow execution.
|
|
92
|
-
* Retry Run
|
|
93
|
-
*/
|
|
94
|
-
retryRun(requestParameters: RetryRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
95
64
|
/**
|
|
96
65
|
* Creates request options for showRun without sending the request
|
|
97
66
|
*/
|
|
@@ -106,6 +75,20 @@ export declare class RunsApi extends runtime.BaseAPI {
|
|
|
106
75
|
* Show Run
|
|
107
76
|
*/
|
|
108
77
|
showRun(requestParameters: ShowRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
78
|
+
/**
|
|
79
|
+
* Creates request options for updateRun without sending the request
|
|
80
|
+
*/
|
|
81
|
+
updateRunRequestOpts(requestParameters: UpdateRunRequest): Promise<runtime.RequestOpts>;
|
|
82
|
+
/**
|
|
83
|
+
* Update a run\'s status. Valid transitions: pending/running → aborted (cancel), failed/paused → running (resume from failed step, preserving previous step results, max 10 redrives).
|
|
84
|
+
* Update Run
|
|
85
|
+
*/
|
|
86
|
+
updateRunRaw(requestParameters: UpdateRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
87
|
+
/**
|
|
88
|
+
* Update a run\'s status. Valid transitions: pending/running → aborted (cancel), failed/paused → running (resume from failed step, preserving previous step results, max 10 redrives).
|
|
89
|
+
* Update Run
|
|
90
|
+
*/
|
|
91
|
+
updateRun(requestParameters: UpdateRunRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
109
92
|
}
|
|
110
93
|
/**
|
|
111
94
|
* @export
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunsApi.d.ts","sourceRoot":"","sources":["../../src/apis/RunsApi.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,OAAO,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EACV,oBAAoB,EAErB,MAAM,iBAAiB,CAAC;AAQzB,MAAM,WAAW,gBAAgB;IAC7B,
|
|
1
|
+
{"version":3,"file":"RunsApi.d.ts","sourceRoot":"","sources":["../../src/apis/RunsApi.ts"],"names":[],"mappings":"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"}
|
package/dist/apis/RunsApi.js
CHANGED
|
@@ -53,47 +53,6 @@ const index_1 = require("../models/index");
|
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
class RunsApi extends runtime.BaseAPI {
|
|
56
|
-
/**
|
|
57
|
-
* Creates request options for cancelRun without sending the request
|
|
58
|
-
*/
|
|
59
|
-
async cancelRunRequestOpts(requestParameters) {
|
|
60
|
-
if (requestParameters['runId'] == null) {
|
|
61
|
-
throw new runtime.RequiredError('runId', 'Required parameter "runId" was null or undefined when calling cancelRun().');
|
|
62
|
-
}
|
|
63
|
-
const queryParameters = {};
|
|
64
|
-
const headerParameters = {};
|
|
65
|
-
if (this.configuration && this.configuration.apiKey) {
|
|
66
|
-
headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
|
|
67
|
-
}
|
|
68
|
-
if (this.configuration && this.configuration.accessToken) {
|
|
69
|
-
// oauth required
|
|
70
|
-
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
|
|
71
|
-
}
|
|
72
|
-
let urlPath = `/v1/runs/{runId}/cancel`;
|
|
73
|
-
urlPath = urlPath.replace(`{${"runId"}}`, encodeURIComponent(String(requestParameters['runId'])));
|
|
74
|
-
return {
|
|
75
|
-
path: urlPath,
|
|
76
|
-
method: 'POST',
|
|
77
|
-
headers: headerParameters,
|
|
78
|
-
query: queryParameters,
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* Cancel a running workflow execution.
|
|
83
|
-
* Cancel Run
|
|
84
|
-
*/
|
|
85
|
-
async cancelRunRaw(requestParameters, initOverrides) {
|
|
86
|
-
const requestOptions = await this.cancelRunRequestOpts(requestParameters);
|
|
87
|
-
const response = await this.request(requestOptions, initOverrides);
|
|
88
|
-
return new runtime.VoidApiResponse(response);
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* Cancel a running workflow execution.
|
|
92
|
-
* Cancel Run
|
|
93
|
-
*/
|
|
94
|
-
async cancelRun(requestParameters, initOverrides) {
|
|
95
|
-
await this.cancelRunRaw(requestParameters, initOverrides);
|
|
96
|
-
}
|
|
97
56
|
/**
|
|
98
57
|
* Creates request options for createRun without sending the request
|
|
99
58
|
*/
|
|
@@ -195,11 +154,11 @@ class RunsApi extends runtime.BaseAPI {
|
|
|
195
154
|
await this.listRunsRaw(requestParameters, initOverrides);
|
|
196
155
|
}
|
|
197
156
|
/**
|
|
198
|
-
* Creates request options for
|
|
157
|
+
* Creates request options for showRun without sending the request
|
|
199
158
|
*/
|
|
200
|
-
async
|
|
159
|
+
async showRunRequestOpts(requestParameters) {
|
|
201
160
|
if (requestParameters['runId'] == null) {
|
|
202
|
-
throw new runtime.RequiredError('runId', 'Required parameter "runId" was null or undefined when calling
|
|
161
|
+
throw new runtime.RequiredError('runId', 'Required parameter "runId" was null or undefined when calling showRun().');
|
|
203
162
|
}
|
|
204
163
|
const queryParameters = {};
|
|
205
164
|
const headerParameters = {};
|
|
@@ -210,37 +169,37 @@ class RunsApi extends runtime.BaseAPI {
|
|
|
210
169
|
// oauth required
|
|
211
170
|
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
|
|
212
171
|
}
|
|
213
|
-
let urlPath = `/v1/runs/{runId}
|
|
172
|
+
let urlPath = `/v1/runs/{runId}`;
|
|
214
173
|
urlPath = urlPath.replace(`{${"runId"}}`, encodeURIComponent(String(requestParameters['runId'])));
|
|
215
174
|
return {
|
|
216
175
|
path: urlPath,
|
|
217
|
-
method: '
|
|
176
|
+
method: 'GET',
|
|
218
177
|
headers: headerParameters,
|
|
219
178
|
query: queryParameters,
|
|
220
179
|
};
|
|
221
180
|
}
|
|
222
181
|
/**
|
|
223
|
-
*
|
|
224
|
-
*
|
|
182
|
+
* Get a specific workflow run by ID.
|
|
183
|
+
* Show Run
|
|
225
184
|
*/
|
|
226
|
-
async
|
|
227
|
-
const requestOptions = await this.
|
|
185
|
+
async showRunRaw(requestParameters, initOverrides) {
|
|
186
|
+
const requestOptions = await this.showRunRequestOpts(requestParameters);
|
|
228
187
|
const response = await this.request(requestOptions, initOverrides);
|
|
229
188
|
return new runtime.VoidApiResponse(response);
|
|
230
189
|
}
|
|
231
190
|
/**
|
|
232
|
-
*
|
|
233
|
-
*
|
|
191
|
+
* Get a specific workflow run by ID.
|
|
192
|
+
* Show Run
|
|
234
193
|
*/
|
|
235
|
-
async
|
|
236
|
-
await this.
|
|
194
|
+
async showRun(requestParameters, initOverrides) {
|
|
195
|
+
await this.showRunRaw(requestParameters, initOverrides);
|
|
237
196
|
}
|
|
238
197
|
/**
|
|
239
|
-
* Creates request options for
|
|
198
|
+
* Creates request options for updateRun without sending the request
|
|
240
199
|
*/
|
|
241
|
-
async
|
|
200
|
+
async updateRunRequestOpts(requestParameters) {
|
|
242
201
|
if (requestParameters['runId'] == null) {
|
|
243
|
-
throw new runtime.RequiredError('runId', 'Required parameter "runId" was null or undefined when calling
|
|
202
|
+
throw new runtime.RequiredError('runId', 'Required parameter "runId" was null or undefined when calling updateRun().');
|
|
244
203
|
}
|
|
245
204
|
const queryParameters = {};
|
|
246
205
|
const headerParameters = {};
|
|
@@ -255,26 +214,26 @@ class RunsApi extends runtime.BaseAPI {
|
|
|
255
214
|
urlPath = urlPath.replace(`{${"runId"}}`, encodeURIComponent(String(requestParameters['runId'])));
|
|
256
215
|
return {
|
|
257
216
|
path: urlPath,
|
|
258
|
-
method: '
|
|
217
|
+
method: 'PATCH',
|
|
259
218
|
headers: headerParameters,
|
|
260
219
|
query: queryParameters,
|
|
261
220
|
};
|
|
262
221
|
}
|
|
263
222
|
/**
|
|
264
|
-
*
|
|
265
|
-
*
|
|
223
|
+
* Update a run\'s status. Valid transitions: pending/running → aborted (cancel), failed/paused → running (resume from failed step, preserving previous step results, max 10 redrives).
|
|
224
|
+
* Update Run
|
|
266
225
|
*/
|
|
267
|
-
async
|
|
268
|
-
const requestOptions = await this.
|
|
226
|
+
async updateRunRaw(requestParameters, initOverrides) {
|
|
227
|
+
const requestOptions = await this.updateRunRequestOpts(requestParameters);
|
|
269
228
|
const response = await this.request(requestOptions, initOverrides);
|
|
270
229
|
return new runtime.VoidApiResponse(response);
|
|
271
230
|
}
|
|
272
231
|
/**
|
|
273
|
-
*
|
|
274
|
-
*
|
|
232
|
+
* Update a run\'s status. Valid transitions: pending/running → aborted (cancel), failed/paused → running (resume from failed step, preserving previous step results, max 10 redrives).
|
|
233
|
+
* Update Run
|
|
275
234
|
*/
|
|
276
|
-
async
|
|
277
|
-
await this.
|
|
235
|
+
async updateRun(requestParameters, initOverrides) {
|
|
236
|
+
await this.updateRunRaw(requestParameters, initOverrides);
|
|
278
237
|
}
|
|
279
238
|
}
|
|
280
239
|
exports.RunsApi = RunsApi;
|
package/dist/apis/RunsApi.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunsApi.js","sourceRoot":"","sources":["../../src/apis/RunsApi.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,oDAAsC;AAKtC,2CAKyB;
|
|
1
|
+
{"version":3,"file":"RunsApi.js","sourceRoot":"","sources":["../../src/apis/RunsApi.ts"],"names":[],"mappings":"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"}
|