@knowledge-stack/ksapi 1.63.0 → 1.64.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/.openapi-generator/FILES +34 -0
- package/README.md +27 -2
- package/dist/apis/WorkflowDefinitionsApi.d.ts +328 -0
- package/dist/apis/WorkflowDefinitionsApi.js +345 -0
- package/dist/apis/WorkflowRunsApi.d.ts +146 -0
- package/dist/apis/WorkflowRunsApi.js +160 -0
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/esm/apis/WorkflowDefinitionsApi.d.ts +328 -0
- package/dist/esm/apis/WorkflowDefinitionsApi.js +341 -0
- package/dist/esm/apis/WorkflowRunsApi.d.ts +146 -0
- package/dist/esm/apis/WorkflowRunsApi.js +156 -0
- package/dist/esm/apis/index.d.ts +2 -0
- package/dist/esm/apis/index.js +2 -0
- package/dist/esm/models/ABCDPathSnapshot.d.ts +60 -0
- package/dist/esm/models/ABCDPathSnapshot.js +53 -0
- package/dist/esm/models/CreateWorkflowDefinitionRequest.d.ts +97 -0
- package/dist/esm/models/CreateWorkflowDefinitionRequest.js +95 -0
- package/dist/esm/models/InvokeWorkflowRequest.d.ts +47 -0
- package/dist/esm/models/InvokeWorkflowRequest.js +46 -0
- package/dist/esm/models/PaginatedResponseWorkflowDefinitionResponse.d.ts +66 -0
- package/dist/esm/models/PaginatedResponseWorkflowDefinitionResponse.js +70 -0
- package/dist/esm/models/PaginatedResponseWorkflowRunResponse.d.ts +66 -0
- package/dist/esm/models/PaginatedResponseWorkflowRunResponse.js +70 -0
- package/dist/esm/models/PartType.d.ts +2 -0
- package/dist/esm/models/PartType.js +3 -1
- package/dist/esm/models/ReferenceType.d.ts +2 -0
- package/dist/esm/models/ReferenceType.js +2 -0
- package/dist/esm/models/SelfHostedRunnerConfig.d.ts +53 -0
- package/dist/esm/models/SelfHostedRunnerConfig.js +53 -0
- package/dist/esm/models/SelfHostedRunnerConfigResponse.d.ts +47 -0
- package/dist/esm/models/SelfHostedRunnerConfigResponse.js +49 -0
- package/dist/esm/models/UpdateWorkflowDefinitionRequest.d.ts +103 -0
- package/dist/esm/models/UpdateWorkflowDefinitionRequest.js +97 -0
- package/dist/esm/models/WorkflowCallbackResponse.d.ts +47 -0
- package/dist/esm/models/WorkflowCallbackResponse.js +44 -0
- package/dist/esm/models/WorkflowDefinitionResponse.d.ts +121 -0
- package/dist/esm/models/WorkflowDefinitionResponse.js +94 -0
- package/dist/esm/models/WorkflowRunCallbackRequest.d.ts +61 -0
- package/dist/esm/models/WorkflowRunCallbackRequest.js +57 -0
- package/dist/esm/models/WorkflowRunResponse.d.ts +110 -0
- package/dist/esm/models/WorkflowRunResponse.js +87 -0
- package/dist/esm/models/WorkflowRunSnapshot.d.ts +97 -0
- package/dist/esm/models/WorkflowRunSnapshot.js +78 -0
- package/dist/esm/models/WorkflowRunStatus.d.ts +27 -0
- package/dist/esm/models/WorkflowRunStatus.js +45 -0
- package/dist/esm/models/WorkflowRunnerType.d.ts +24 -0
- package/dist/esm/models/WorkflowRunnerType.js +42 -0
- package/dist/esm/models/index.d.ts +15 -0
- package/dist/esm/models/index.js +15 -0
- package/dist/models/ABCDPathSnapshot.d.ts +60 -0
- package/dist/models/ABCDPathSnapshot.js +61 -0
- package/dist/models/CreateWorkflowDefinitionRequest.d.ts +97 -0
- package/dist/models/CreateWorkflowDefinitionRequest.js +103 -0
- package/dist/models/InvokeWorkflowRequest.d.ts +47 -0
- package/dist/models/InvokeWorkflowRequest.js +54 -0
- package/dist/models/PaginatedResponseWorkflowDefinitionResponse.d.ts +66 -0
- package/dist/models/PaginatedResponseWorkflowDefinitionResponse.js +78 -0
- package/dist/models/PaginatedResponseWorkflowRunResponse.d.ts +66 -0
- package/dist/models/PaginatedResponseWorkflowRunResponse.js +78 -0
- package/dist/models/PartType.d.ts +2 -0
- package/dist/models/PartType.js +3 -1
- package/dist/models/ReferenceType.d.ts +2 -0
- package/dist/models/ReferenceType.js +2 -0
- package/dist/models/SelfHostedRunnerConfig.d.ts +53 -0
- package/dist/models/SelfHostedRunnerConfig.js +61 -0
- package/dist/models/SelfHostedRunnerConfigResponse.d.ts +47 -0
- package/dist/models/SelfHostedRunnerConfigResponse.js +57 -0
- package/dist/models/UpdateWorkflowDefinitionRequest.d.ts +103 -0
- package/dist/models/UpdateWorkflowDefinitionRequest.js +105 -0
- package/dist/models/WorkflowCallbackResponse.d.ts +47 -0
- package/dist/models/WorkflowCallbackResponse.js +52 -0
- package/dist/models/WorkflowDefinitionResponse.d.ts +121 -0
- package/dist/models/WorkflowDefinitionResponse.js +102 -0
- package/dist/models/WorkflowRunCallbackRequest.d.ts +61 -0
- package/dist/models/WorkflowRunCallbackRequest.js +65 -0
- package/dist/models/WorkflowRunResponse.d.ts +110 -0
- package/dist/models/WorkflowRunResponse.js +95 -0
- package/dist/models/WorkflowRunSnapshot.d.ts +97 -0
- package/dist/models/WorkflowRunSnapshot.js +86 -0
- package/dist/models/WorkflowRunStatus.d.ts +27 -0
- package/dist/models/WorkflowRunStatus.js +53 -0
- package/dist/models/WorkflowRunnerType.d.ts +24 -0
- package/dist/models/WorkflowRunnerType.js +50 -0
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/docs/ABCDPathSnapshot.md +39 -0
- package/docs/CreateWorkflowDefinitionRequest.md +51 -0
- package/docs/InvokeWorkflowRequest.md +35 -0
- package/docs/PaginatedResponseWorkflowDefinitionResponse.md +40 -0
- package/docs/PaginatedResponseWorkflowRunResponse.md +40 -0
- package/docs/SelfHostedRunnerConfig.md +37 -0
- package/docs/SelfHostedRunnerConfigResponse.md +35 -0
- package/docs/UpdateWorkflowDefinitionRequest.md +53 -0
- package/docs/WorkflowCallbackResponse.md +35 -0
- package/docs/WorkflowDefinitionResponse.md +59 -0
- package/docs/WorkflowDefinitionsApi.md +534 -0
- package/docs/WorkflowRunCallbackRequest.md +37 -0
- package/docs/WorkflowRunResponse.md +55 -0
- package/docs/WorkflowRunSnapshot.md +51 -0
- package/docs/WorkflowRunStatus.md +33 -0
- package/docs/WorkflowRunnerType.md +33 -0
- package/docs/WorkflowRunsApi.md +224 -0
- package/package.json +1 -1
- package/src/apis/WorkflowDefinitionsApi.ts +678 -0
- package/src/apis/WorkflowRunsApi.ts +296 -0
- package/src/apis/index.ts +2 -0
- package/src/models/ABCDPathSnapshot.ts +111 -0
- package/src/models/CreateWorkflowDefinitionRequest.ts +192 -0
- package/src/models/InvokeWorkflowRequest.ts +85 -0
- package/src/models/PaginatedResponseWorkflowDefinitionResponse.ts +130 -0
- package/src/models/PaginatedResponseWorkflowRunResponse.ts +130 -0
- package/src/models/PartType.ts +3 -1
- package/src/models/ReferenceType.ts +2 -0
- package/src/models/SelfHostedRunnerConfig.ts +96 -0
- package/src/models/SelfHostedRunnerConfigResponse.ts +87 -0
- package/src/models/UpdateWorkflowDefinitionRequest.ts +200 -0
- package/src/models/WorkflowCallbackResponse.ts +83 -0
- package/src/models/WorkflowDefinitionResponse.ts +208 -0
- package/src/models/WorkflowRunCallbackRequest.ts +105 -0
- package/src/models/WorkflowRunResponse.ts +197 -0
- package/src/models/WorkflowRunSnapshot.ts +172 -0
- package/src/models/WorkflowRunStatus.ts +55 -0
- package/src/models/WorkflowRunnerType.ts +52 -0
- package/src/models/index.ts +15 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
.npmignore
|
|
3
3
|
.openapi-generator-ignore
|
|
4
4
|
README.md
|
|
5
|
+
docs/ABCDPathSnapshot.md
|
|
5
6
|
docs/AcceptInviteResponse.md
|
|
6
7
|
docs/AddMemberRequest.md
|
|
7
8
|
docs/AncestryResponse.md
|
|
@@ -41,6 +42,7 @@ docs/CreateTagRequest.md
|
|
|
41
42
|
docs/CreateTenantRequest.md
|
|
42
43
|
docs/CreateThreadMessageRequest.md
|
|
43
44
|
docs/CreateThreadRequest.md
|
|
45
|
+
docs/CreateWorkflowDefinitionRequest.md
|
|
44
46
|
docs/DefaultApi.md
|
|
45
47
|
docs/DissolveSectionResponse.md
|
|
46
48
|
docs/DocumentOrigin.md
|
|
@@ -83,6 +85,7 @@ docs/InviteResponse.md
|
|
|
83
85
|
docs/InviteStatus.md
|
|
84
86
|
docs/InviteUserRequest.md
|
|
85
87
|
docs/InvitesApi.md
|
|
88
|
+
docs/InvokeWorkflowRequest.md
|
|
86
89
|
docs/LineageEdgeResponse.md
|
|
87
90
|
docs/LineageGraphResponse.md
|
|
88
91
|
docs/LineageNodeResponse.md
|
|
@@ -108,6 +111,8 @@ docs/PaginatedResponseTenantResponse.md
|
|
|
108
111
|
docs/PaginatedResponseTenantUserResponse.md
|
|
109
112
|
docs/PaginatedResponseThreadMessageResponse.md
|
|
110
113
|
docs/PaginatedResponseThreadResponse.md
|
|
114
|
+
docs/PaginatedResponseWorkflowDefinitionResponse.md
|
|
115
|
+
docs/PaginatedResponseWorkflowRunResponse.md
|
|
111
116
|
docs/PaginatedResponseWorkflowSummaryResponse.md
|
|
112
117
|
docs/PartType.md
|
|
113
118
|
docs/PasswordResetRequest.md
|
|
@@ -137,6 +142,8 @@ docs/SectionContentItemOrChunkContentItem.md
|
|
|
137
142
|
docs/SectionResponse.md
|
|
138
143
|
docs/SectionSystemMetadata.md
|
|
139
144
|
docs/SectionsApi.md
|
|
145
|
+
docs/SelfHostedRunnerConfig.md
|
|
146
|
+
docs/SelfHostedRunnerConfigResponse.md
|
|
140
147
|
docs/SignInRequest.md
|
|
141
148
|
docs/StepInput.md
|
|
142
149
|
docs/StepKind.md
|
|
@@ -176,6 +183,7 @@ docs/UpdateTagRequest.md
|
|
|
176
183
|
docs/UpdateTenantRequest.md
|
|
177
184
|
docs/UpdateThreadRequest.md
|
|
178
185
|
docs/UpdateUserRequest.md
|
|
186
|
+
docs/UpdateWorkflowDefinitionRequest.md
|
|
179
187
|
docs/UserMessageRequest.md
|
|
180
188
|
docs/UserMessageResponse.md
|
|
181
189
|
docs/UserPermissionsApi.md
|
|
@@ -184,8 +192,17 @@ docs/UsersApi.md
|
|
|
184
192
|
docs/ValidationError.md
|
|
185
193
|
docs/VersionChunkIdsResponse.md
|
|
186
194
|
docs/WorkflowActionResponse.md
|
|
195
|
+
docs/WorkflowCallbackResponse.md
|
|
187
196
|
docs/WorkflowCancelResponse.md
|
|
197
|
+
docs/WorkflowDefinitionResponse.md
|
|
198
|
+
docs/WorkflowDefinitionsApi.md
|
|
188
199
|
docs/WorkflowDetailResponse.md
|
|
200
|
+
docs/WorkflowRunCallbackRequest.md
|
|
201
|
+
docs/WorkflowRunResponse.md
|
|
202
|
+
docs/WorkflowRunSnapshot.md
|
|
203
|
+
docs/WorkflowRunStatus.md
|
|
204
|
+
docs/WorkflowRunnerType.md
|
|
205
|
+
docs/WorkflowRunsApi.md
|
|
189
206
|
docs/WorkflowSummaryResponse.md
|
|
190
207
|
docs/WorkflowsApi.md
|
|
191
208
|
package.json
|
|
@@ -209,9 +226,12 @@ src/apis/ThreadMessagesApi.ts
|
|
|
209
226
|
src/apis/ThreadsApi.ts
|
|
210
227
|
src/apis/UserPermissionsApi.ts
|
|
211
228
|
src/apis/UsersApi.ts
|
|
229
|
+
src/apis/WorkflowDefinitionsApi.ts
|
|
230
|
+
src/apis/WorkflowRunsApi.ts
|
|
212
231
|
src/apis/WorkflowsApi.ts
|
|
213
232
|
src/apis/index.ts
|
|
214
233
|
src/index.ts
|
|
234
|
+
src/models/ABCDPathSnapshot.ts
|
|
215
235
|
src/models/AcceptInviteResponse.ts
|
|
216
236
|
src/models/AddMemberRequest.ts
|
|
217
237
|
src/models/AncestryResponse.ts
|
|
@@ -247,6 +267,7 @@ src/models/CreateTagRequest.ts
|
|
|
247
267
|
src/models/CreateTenantRequest.ts
|
|
248
268
|
src/models/CreateThreadMessageRequest.ts
|
|
249
269
|
src/models/CreateThreadRequest.ts
|
|
270
|
+
src/models/CreateWorkflowDefinitionRequest.ts
|
|
250
271
|
src/models/DissolveSectionResponse.ts
|
|
251
272
|
src/models/DocumentOrigin.ts
|
|
252
273
|
src/models/DocumentResponse.ts
|
|
@@ -282,6 +303,7 @@ src/models/IngestionMode.ts
|
|
|
282
303
|
src/models/InviteResponse.ts
|
|
283
304
|
src/models/InviteStatus.ts
|
|
284
305
|
src/models/InviteUserRequest.ts
|
|
306
|
+
src/models/InvokeWorkflowRequest.ts
|
|
285
307
|
src/models/LineageEdgeResponse.ts
|
|
286
308
|
src/models/LineageGraphResponse.ts
|
|
287
309
|
src/models/LineageNodeResponse.ts
|
|
@@ -307,6 +329,8 @@ src/models/PaginatedResponseTenantResponse.ts
|
|
|
307
329
|
src/models/PaginatedResponseTenantUserResponse.ts
|
|
308
330
|
src/models/PaginatedResponseThreadMessageResponse.ts
|
|
309
331
|
src/models/PaginatedResponseThreadResponse.ts
|
|
332
|
+
src/models/PaginatedResponseWorkflowDefinitionResponse.ts
|
|
333
|
+
src/models/PaginatedResponseWorkflowRunResponse.ts
|
|
310
334
|
src/models/PaginatedResponseWorkflowSummaryResponse.ts
|
|
311
335
|
src/models/PartType.ts
|
|
312
336
|
src/models/PasswordResetRequest.ts
|
|
@@ -334,6 +358,8 @@ src/models/SectionContentItem.ts
|
|
|
334
358
|
src/models/SectionContentItemOrChunkContentItem.ts
|
|
335
359
|
src/models/SectionResponse.ts
|
|
336
360
|
src/models/SectionSystemMetadata.ts
|
|
361
|
+
src/models/SelfHostedRunnerConfig.ts
|
|
362
|
+
src/models/SelfHostedRunnerConfigResponse.ts
|
|
337
363
|
src/models/SignInRequest.ts
|
|
338
364
|
src/models/StepInput.ts
|
|
339
365
|
src/models/StepKind.ts
|
|
@@ -368,14 +394,22 @@ src/models/UpdateTagRequest.ts
|
|
|
368
394
|
src/models/UpdateTenantRequest.ts
|
|
369
395
|
src/models/UpdateThreadRequest.ts
|
|
370
396
|
src/models/UpdateUserRequest.ts
|
|
397
|
+
src/models/UpdateWorkflowDefinitionRequest.ts
|
|
371
398
|
src/models/UserMessageRequest.ts
|
|
372
399
|
src/models/UserMessageResponse.ts
|
|
373
400
|
src/models/UserResponse.ts
|
|
374
401
|
src/models/ValidationError.ts
|
|
375
402
|
src/models/VersionChunkIdsResponse.ts
|
|
376
403
|
src/models/WorkflowActionResponse.ts
|
|
404
|
+
src/models/WorkflowCallbackResponse.ts
|
|
377
405
|
src/models/WorkflowCancelResponse.ts
|
|
406
|
+
src/models/WorkflowDefinitionResponse.ts
|
|
378
407
|
src/models/WorkflowDetailResponse.ts
|
|
408
|
+
src/models/WorkflowRunCallbackRequest.ts
|
|
409
|
+
src/models/WorkflowRunResponse.ts
|
|
410
|
+
src/models/WorkflowRunSnapshot.ts
|
|
411
|
+
src/models/WorkflowRunStatus.ts
|
|
412
|
+
src/models/WorkflowRunnerType.ts
|
|
379
413
|
src/models/WorkflowSummaryResponse.ts
|
|
380
414
|
src/models/index.ts
|
|
381
415
|
src/runtime.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @knowledge-stack/ksapi@1.
|
|
1
|
+
# @knowledge-stack/ksapi@1.64.0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -168,6 +168,16 @@ All URIs are relative to *http://localhost:8000*
|
|
|
168
168
|
*UserPermissionsApi* | [**updateUserPermission**](docs/UserPermissionsApi.md#updateuserpermission) | **PATCH** /v1/user-permissions/{permission_id} | Update User Permission Handler
|
|
169
169
|
*UsersApi* | [**getMe**](docs/UsersApi.md#getme) | **GET** /v1/users/me | Get Me Handler
|
|
170
170
|
*UsersApi* | [**updateMe**](docs/UsersApi.md#updateme) | **PATCH** /v1/users | Update Me Handler
|
|
171
|
+
*WorkflowDefinitionsApi* | [**createWorkflowDefinition**](docs/WorkflowDefinitionsApi.md#createworkflowdefinitionoperation) | **POST** /v1/workflow-definitions | Create Workflow Definition Handler
|
|
172
|
+
*WorkflowDefinitionsApi* | [**deleteWorkflowDefinition**](docs/WorkflowDefinitionsApi.md#deleteworkflowdefinition) | **DELETE** /v1/workflow-definitions/{definition_id} | Delete Workflow Definition Handler
|
|
173
|
+
*WorkflowDefinitionsApi* | [**getWorkflowDefinition**](docs/WorkflowDefinitionsApi.md#getworkflowdefinition) | **GET** /v1/workflow-definitions/{definition_id} | Get Workflow Definition Handler
|
|
174
|
+
*WorkflowDefinitionsApi* | [**invokeWorkflow**](docs/WorkflowDefinitionsApi.md#invokeworkflowoperation) | **POST** /v1/workflow-definitions/{definition_id}/invoke | Invoke Workflow Handler
|
|
175
|
+
*WorkflowDefinitionsApi* | [**listWorkflowDefinitions**](docs/WorkflowDefinitionsApi.md#listworkflowdefinitions) | **GET** /v1/workflow-definitions | List Workflow Definitions Handler
|
|
176
|
+
*WorkflowDefinitionsApi* | [**listWorkflowRuns**](docs/WorkflowDefinitionsApi.md#listworkflowruns) | **GET** /v1/workflow-definitions/{definition_id}/runs | List Workflow Runs Handler
|
|
177
|
+
*WorkflowDefinitionsApi* | [**updateWorkflowDefinition**](docs/WorkflowDefinitionsApi.md#updateworkflowdefinitionoperation) | **PUT** /v1/workflow-definitions/{definition_id} | Update Workflow Definition Handler
|
|
178
|
+
*WorkflowRunsApi* | [**deleteWorkflowRun**](docs/WorkflowRunsApi.md#deleteworkflowrun) | **DELETE** /v1/workflow-runs/{run_id} | Delete Workflow Run Handler
|
|
179
|
+
*WorkflowRunsApi* | [**getWorkflowRun**](docs/WorkflowRunsApi.md#getworkflowrun) | **GET** /v1/workflow-runs/{run_id} | Get Workflow Run Handler
|
|
180
|
+
*WorkflowRunsApi* | [**workflowRunCallback**](docs/WorkflowRunsApi.md#workflowruncallbackoperation) | **POST** /v1/workflow-runs/{run_id}/callback | Workflow Run Callback Handler
|
|
171
181
|
*WorkflowsApi* | [**cancelTemporalWorkflow**](docs/WorkflowsApi.md#canceltemporalworkflow) | **DELETE** /v1/workflows/{workflow_id} | Cancel Temporal Workflow Handler
|
|
172
182
|
*WorkflowsApi* | [**dvWorkflowRerun**](docs/WorkflowsApi.md#dvworkflowrerun) | **POST** /v1/workflows/document_versions/{workflow_id} | Dv Workflow Rerun Handler
|
|
173
183
|
*WorkflowsApi* | [**getDvWorkflow**](docs/WorkflowsApi.md#getdvworkflow) | **GET** /v1/workflows/document_versions/{workflow_id} | Get Dv Workflow Handler
|
|
@@ -177,6 +187,7 @@ All URIs are relative to *http://localhost:8000*
|
|
|
177
187
|
|
|
178
188
|
### Models
|
|
179
189
|
|
|
190
|
+
- [ABCDPathSnapshot](docs/ABCDPathSnapshot.md)
|
|
180
191
|
- [AcceptInviteResponse](docs/AcceptInviteResponse.md)
|
|
181
192
|
- [AddMemberRequest](docs/AddMemberRequest.md)
|
|
182
193
|
- [AncestryResponse](docs/AncestryResponse.md)
|
|
@@ -212,6 +223,7 @@ All URIs are relative to *http://localhost:8000*
|
|
|
212
223
|
- [CreateTenantRequest](docs/CreateTenantRequest.md)
|
|
213
224
|
- [CreateThreadMessageRequest](docs/CreateThreadMessageRequest.md)
|
|
214
225
|
- [CreateThreadRequest](docs/CreateThreadRequest.md)
|
|
226
|
+
- [CreateWorkflowDefinitionRequest](docs/CreateWorkflowDefinitionRequest.md)
|
|
215
227
|
- [DissolveSectionResponse](docs/DissolveSectionResponse.md)
|
|
216
228
|
- [DocumentOrigin](docs/DocumentOrigin.md)
|
|
217
229
|
- [DocumentResponse](docs/DocumentResponse.md)
|
|
@@ -247,6 +259,7 @@ All URIs are relative to *http://localhost:8000*
|
|
|
247
259
|
- [InviteResponse](docs/InviteResponse.md)
|
|
248
260
|
- [InviteStatus](docs/InviteStatus.md)
|
|
249
261
|
- [InviteUserRequest](docs/InviteUserRequest.md)
|
|
262
|
+
- [InvokeWorkflowRequest](docs/InvokeWorkflowRequest.md)
|
|
250
263
|
- [LineageEdgeResponse](docs/LineageEdgeResponse.md)
|
|
251
264
|
- [LineageGraphResponse](docs/LineageGraphResponse.md)
|
|
252
265
|
- [LineageNodeResponse](docs/LineageNodeResponse.md)
|
|
@@ -272,6 +285,8 @@ All URIs are relative to *http://localhost:8000*
|
|
|
272
285
|
- [PaginatedResponseTenantUserResponse](docs/PaginatedResponseTenantUserResponse.md)
|
|
273
286
|
- [PaginatedResponseThreadMessageResponse](docs/PaginatedResponseThreadMessageResponse.md)
|
|
274
287
|
- [PaginatedResponseThreadResponse](docs/PaginatedResponseThreadResponse.md)
|
|
288
|
+
- [PaginatedResponseWorkflowDefinitionResponse](docs/PaginatedResponseWorkflowDefinitionResponse.md)
|
|
289
|
+
- [PaginatedResponseWorkflowRunResponse](docs/PaginatedResponseWorkflowRunResponse.md)
|
|
275
290
|
- [PaginatedResponseWorkflowSummaryResponse](docs/PaginatedResponseWorkflowSummaryResponse.md)
|
|
276
291
|
- [PartType](docs/PartType.md)
|
|
277
292
|
- [PasswordResetRequest](docs/PasswordResetRequest.md)
|
|
@@ -299,6 +314,8 @@ All URIs are relative to *http://localhost:8000*
|
|
|
299
314
|
- [SectionContentItemOrChunkContentItem](docs/SectionContentItemOrChunkContentItem.md)
|
|
300
315
|
- [SectionResponse](docs/SectionResponse.md)
|
|
301
316
|
- [SectionSystemMetadata](docs/SectionSystemMetadata.md)
|
|
317
|
+
- [SelfHostedRunnerConfig](docs/SelfHostedRunnerConfig.md)
|
|
318
|
+
- [SelfHostedRunnerConfigResponse](docs/SelfHostedRunnerConfigResponse.md)
|
|
302
319
|
- [SignInRequest](docs/SignInRequest.md)
|
|
303
320
|
- [StepInput](docs/StepInput.md)
|
|
304
321
|
- [StepKind](docs/StepKind.md)
|
|
@@ -333,14 +350,22 @@ All URIs are relative to *http://localhost:8000*
|
|
|
333
350
|
- [UpdateTenantRequest](docs/UpdateTenantRequest.md)
|
|
334
351
|
- [UpdateThreadRequest](docs/UpdateThreadRequest.md)
|
|
335
352
|
- [UpdateUserRequest](docs/UpdateUserRequest.md)
|
|
353
|
+
- [UpdateWorkflowDefinitionRequest](docs/UpdateWorkflowDefinitionRequest.md)
|
|
336
354
|
- [UserMessageRequest](docs/UserMessageRequest.md)
|
|
337
355
|
- [UserMessageResponse](docs/UserMessageResponse.md)
|
|
338
356
|
- [UserResponse](docs/UserResponse.md)
|
|
339
357
|
- [ValidationError](docs/ValidationError.md)
|
|
340
358
|
- [VersionChunkIdsResponse](docs/VersionChunkIdsResponse.md)
|
|
341
359
|
- [WorkflowActionResponse](docs/WorkflowActionResponse.md)
|
|
360
|
+
- [WorkflowCallbackResponse](docs/WorkflowCallbackResponse.md)
|
|
342
361
|
- [WorkflowCancelResponse](docs/WorkflowCancelResponse.md)
|
|
362
|
+
- [WorkflowDefinitionResponse](docs/WorkflowDefinitionResponse.md)
|
|
343
363
|
- [WorkflowDetailResponse](docs/WorkflowDetailResponse.md)
|
|
364
|
+
- [WorkflowRunCallbackRequest](docs/WorkflowRunCallbackRequest.md)
|
|
365
|
+
- [WorkflowRunResponse](docs/WorkflowRunResponse.md)
|
|
366
|
+
- [WorkflowRunSnapshot](docs/WorkflowRunSnapshot.md)
|
|
367
|
+
- [WorkflowRunStatus](docs/WorkflowRunStatus.md)
|
|
368
|
+
- [WorkflowRunnerType](docs/WorkflowRunnerType.md)
|
|
344
369
|
- [WorkflowSummaryResponse](docs/WorkflowSummaryResponse.md)
|
|
345
370
|
|
|
346
371
|
### Authorization
|
|
@@ -355,7 +380,7 @@ and is automatically generated by the
|
|
|
355
380
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
356
381
|
|
|
357
382
|
- API version: `0.1.0`
|
|
358
|
-
- Package version: `1.
|
|
383
|
+
- Package version: `1.64.0`
|
|
359
384
|
- Generator version: `7.20.0`
|
|
360
385
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
361
386
|
|
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Knowledge Stack API
|
|
3
|
+
* Knowledge Stack backend API for authentication and knowledge management
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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 * as runtime from '../runtime';
|
|
13
|
+
import type { CreateWorkflowDefinitionRequest, InvokeWorkflowRequest, PaginatedResponseWorkflowDefinitionResponse, PaginatedResponseWorkflowRunResponse, UpdateWorkflowDefinitionRequest, WorkflowDefinitionResponse, WorkflowRunResponse } from '../models/index';
|
|
14
|
+
export interface CreateWorkflowDefinitionOperationRequest {
|
|
15
|
+
createWorkflowDefinitionRequest: CreateWorkflowDefinitionRequest;
|
|
16
|
+
authorization?: string | null;
|
|
17
|
+
ksUat?: string | null;
|
|
18
|
+
}
|
|
19
|
+
export interface DeleteWorkflowDefinitionRequest {
|
|
20
|
+
definitionId: string;
|
|
21
|
+
authorization?: string | null;
|
|
22
|
+
ksUat?: string | null;
|
|
23
|
+
}
|
|
24
|
+
export interface GetWorkflowDefinitionRequest {
|
|
25
|
+
definitionId: string;
|
|
26
|
+
authorization?: string | null;
|
|
27
|
+
ksUat?: string | null;
|
|
28
|
+
}
|
|
29
|
+
export interface InvokeWorkflowOperationRequest {
|
|
30
|
+
definitionId: string;
|
|
31
|
+
invokeWorkflowRequest: InvokeWorkflowRequest;
|
|
32
|
+
authorization?: string | null;
|
|
33
|
+
ksUat?: string | null;
|
|
34
|
+
}
|
|
35
|
+
export interface ListWorkflowDefinitionsRequest {
|
|
36
|
+
limit?: number;
|
|
37
|
+
offset?: number;
|
|
38
|
+
authorization?: string | null;
|
|
39
|
+
ksUat?: string | null;
|
|
40
|
+
}
|
|
41
|
+
export interface ListWorkflowRunsRequest {
|
|
42
|
+
definitionId: string;
|
|
43
|
+
limit?: number;
|
|
44
|
+
offset?: number;
|
|
45
|
+
authorization?: string | null;
|
|
46
|
+
ksUat?: string | null;
|
|
47
|
+
}
|
|
48
|
+
export interface UpdateWorkflowDefinitionOperationRequest {
|
|
49
|
+
definitionId: string;
|
|
50
|
+
updateWorkflowDefinitionRequest: UpdateWorkflowDefinitionRequest;
|
|
51
|
+
authorization?: string | null;
|
|
52
|
+
ksUat?: string | null;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* WorkflowDefinitionsApi - interface
|
|
56
|
+
*
|
|
57
|
+
* @export
|
|
58
|
+
* @interface WorkflowDefinitionsApiInterface
|
|
59
|
+
*/
|
|
60
|
+
export interface WorkflowDefinitionsApiInterface {
|
|
61
|
+
/**
|
|
62
|
+
* Creates request options for createWorkflowDefinition without sending the request
|
|
63
|
+
* @param {CreateWorkflowDefinitionRequest} createWorkflowDefinitionRequest
|
|
64
|
+
* @param {string} [authorization]
|
|
65
|
+
* @param {string} [ksUat]
|
|
66
|
+
* @throws {RequiredError}
|
|
67
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
68
|
+
*/
|
|
69
|
+
createWorkflowDefinitionRequestOpts(requestParameters: CreateWorkflowDefinitionOperationRequest): Promise<runtime.RequestOpts>;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @summary Create Workflow Definition Handler
|
|
73
|
+
* @param {CreateWorkflowDefinitionRequest} createWorkflowDefinitionRequest
|
|
74
|
+
* @param {string} [authorization]
|
|
75
|
+
* @param {string} [ksUat]
|
|
76
|
+
* @param {*} [options] Override http request option.
|
|
77
|
+
* @throws {RequiredError}
|
|
78
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
79
|
+
*/
|
|
80
|
+
createWorkflowDefinitionRaw(requestParameters: CreateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowDefinitionResponse>>;
|
|
81
|
+
/**
|
|
82
|
+
* Create Workflow Definition Handler
|
|
83
|
+
*/
|
|
84
|
+
createWorkflowDefinition(requestParameters: CreateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowDefinitionResponse>;
|
|
85
|
+
/**
|
|
86
|
+
* Creates request options for deleteWorkflowDefinition without sending the request
|
|
87
|
+
* @param {string} definitionId
|
|
88
|
+
* @param {string} [authorization]
|
|
89
|
+
* @param {string} [ksUat]
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
92
|
+
*/
|
|
93
|
+
deleteWorkflowDefinitionRequestOpts(requestParameters: DeleteWorkflowDefinitionRequest): Promise<runtime.RequestOpts>;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @summary Delete Workflow Definition Handler
|
|
97
|
+
* @param {string} definitionId
|
|
98
|
+
* @param {string} [authorization]
|
|
99
|
+
* @param {string} [ksUat]
|
|
100
|
+
* @param {*} [options] Override http request option.
|
|
101
|
+
* @throws {RequiredError}
|
|
102
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
103
|
+
*/
|
|
104
|
+
deleteWorkflowDefinitionRaw(requestParameters: DeleteWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
105
|
+
/**
|
|
106
|
+
* Delete Workflow Definition Handler
|
|
107
|
+
*/
|
|
108
|
+
deleteWorkflowDefinition(requestParameters: DeleteWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
109
|
+
/**
|
|
110
|
+
* Creates request options for getWorkflowDefinition without sending the request
|
|
111
|
+
* @param {string} definitionId
|
|
112
|
+
* @param {string} [authorization]
|
|
113
|
+
* @param {string} [ksUat]
|
|
114
|
+
* @throws {RequiredError}
|
|
115
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
116
|
+
*/
|
|
117
|
+
getWorkflowDefinitionRequestOpts(requestParameters: GetWorkflowDefinitionRequest): Promise<runtime.RequestOpts>;
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
* @summary Get Workflow Definition Handler
|
|
121
|
+
* @param {string} definitionId
|
|
122
|
+
* @param {string} [authorization]
|
|
123
|
+
* @param {string} [ksUat]
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
127
|
+
*/
|
|
128
|
+
getWorkflowDefinitionRaw(requestParameters: GetWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowDefinitionResponse>>;
|
|
129
|
+
/**
|
|
130
|
+
* Get Workflow Definition Handler
|
|
131
|
+
*/
|
|
132
|
+
getWorkflowDefinition(requestParameters: GetWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowDefinitionResponse>;
|
|
133
|
+
/**
|
|
134
|
+
* Creates request options for invokeWorkflow without sending the request
|
|
135
|
+
* @param {string} definitionId
|
|
136
|
+
* @param {InvokeWorkflowRequest} invokeWorkflowRequest
|
|
137
|
+
* @param {string} [authorization]
|
|
138
|
+
* @param {string} [ksUat]
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
141
|
+
*/
|
|
142
|
+
invokeWorkflowRequestOpts(requestParameters: InvokeWorkflowOperationRequest): Promise<runtime.RequestOpts>;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @summary Invoke Workflow Handler
|
|
146
|
+
* @param {string} definitionId
|
|
147
|
+
* @param {InvokeWorkflowRequest} invokeWorkflowRequest
|
|
148
|
+
* @param {string} [authorization]
|
|
149
|
+
* @param {string} [ksUat]
|
|
150
|
+
* @param {*} [options] Override http request option.
|
|
151
|
+
* @throws {RequiredError}
|
|
152
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
153
|
+
*/
|
|
154
|
+
invokeWorkflowRaw(requestParameters: InvokeWorkflowOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowRunResponse>>;
|
|
155
|
+
/**
|
|
156
|
+
* Invoke Workflow Handler
|
|
157
|
+
*/
|
|
158
|
+
invokeWorkflow(requestParameters: InvokeWorkflowOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowRunResponse>;
|
|
159
|
+
/**
|
|
160
|
+
* Creates request options for listWorkflowDefinitions without sending the request
|
|
161
|
+
* @param {number} [limit] Number of items per page
|
|
162
|
+
* @param {number} [offset] Number of items to skip
|
|
163
|
+
* @param {string} [authorization]
|
|
164
|
+
* @param {string} [ksUat]
|
|
165
|
+
* @throws {RequiredError}
|
|
166
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
167
|
+
*/
|
|
168
|
+
listWorkflowDefinitionsRequestOpts(requestParameters: ListWorkflowDefinitionsRequest): Promise<runtime.RequestOpts>;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @summary List Workflow Definitions Handler
|
|
172
|
+
* @param {number} [limit] Number of items per page
|
|
173
|
+
* @param {number} [offset] Number of items to skip
|
|
174
|
+
* @param {string} [authorization]
|
|
175
|
+
* @param {string} [ksUat]
|
|
176
|
+
* @param {*} [options] Override http request option.
|
|
177
|
+
* @throws {RequiredError}
|
|
178
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
179
|
+
*/
|
|
180
|
+
listWorkflowDefinitionsRaw(requestParameters: ListWorkflowDefinitionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedResponseWorkflowDefinitionResponse>>;
|
|
181
|
+
/**
|
|
182
|
+
* List Workflow Definitions Handler
|
|
183
|
+
*/
|
|
184
|
+
listWorkflowDefinitions(requestParameters: ListWorkflowDefinitionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedResponseWorkflowDefinitionResponse>;
|
|
185
|
+
/**
|
|
186
|
+
* Creates request options for listWorkflowRuns without sending the request
|
|
187
|
+
* @param {string} definitionId
|
|
188
|
+
* @param {number} [limit] Number of items per page
|
|
189
|
+
* @param {number} [offset] Number of items to skip
|
|
190
|
+
* @param {string} [authorization]
|
|
191
|
+
* @param {string} [ksUat]
|
|
192
|
+
* @throws {RequiredError}
|
|
193
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
194
|
+
*/
|
|
195
|
+
listWorkflowRunsRequestOpts(requestParameters: ListWorkflowRunsRequest): Promise<runtime.RequestOpts>;
|
|
196
|
+
/**
|
|
197
|
+
*
|
|
198
|
+
* @summary List Workflow Runs Handler
|
|
199
|
+
* @param {string} definitionId
|
|
200
|
+
* @param {number} [limit] Number of items per page
|
|
201
|
+
* @param {number} [offset] Number of items to skip
|
|
202
|
+
* @param {string} [authorization]
|
|
203
|
+
* @param {string} [ksUat]
|
|
204
|
+
* @param {*} [options] Override http request option.
|
|
205
|
+
* @throws {RequiredError}
|
|
206
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
207
|
+
*/
|
|
208
|
+
listWorkflowRunsRaw(requestParameters: ListWorkflowRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedResponseWorkflowRunResponse>>;
|
|
209
|
+
/**
|
|
210
|
+
* List Workflow Runs Handler
|
|
211
|
+
*/
|
|
212
|
+
listWorkflowRuns(requestParameters: ListWorkflowRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedResponseWorkflowRunResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* Creates request options for updateWorkflowDefinition without sending the request
|
|
215
|
+
* @param {string} definitionId
|
|
216
|
+
* @param {UpdateWorkflowDefinitionRequest} updateWorkflowDefinitionRequest
|
|
217
|
+
* @param {string} [authorization]
|
|
218
|
+
* @param {string} [ksUat]
|
|
219
|
+
* @throws {RequiredError}
|
|
220
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
221
|
+
*/
|
|
222
|
+
updateWorkflowDefinitionRequestOpts(requestParameters: UpdateWorkflowDefinitionOperationRequest): Promise<runtime.RequestOpts>;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @summary Update Workflow Definition Handler
|
|
226
|
+
* @param {string} definitionId
|
|
227
|
+
* @param {UpdateWorkflowDefinitionRequest} updateWorkflowDefinitionRequest
|
|
228
|
+
* @param {string} [authorization]
|
|
229
|
+
* @param {string} [ksUat]
|
|
230
|
+
* @param {*} [options] Override http request option.
|
|
231
|
+
* @throws {RequiredError}
|
|
232
|
+
* @memberof WorkflowDefinitionsApiInterface
|
|
233
|
+
*/
|
|
234
|
+
updateWorkflowDefinitionRaw(requestParameters: UpdateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowDefinitionResponse>>;
|
|
235
|
+
/**
|
|
236
|
+
* Update Workflow Definition Handler
|
|
237
|
+
*/
|
|
238
|
+
updateWorkflowDefinition(requestParameters: UpdateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowDefinitionResponse>;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
*
|
|
242
|
+
*/
|
|
243
|
+
export declare class WorkflowDefinitionsApi extends runtime.BaseAPI implements WorkflowDefinitionsApiInterface {
|
|
244
|
+
/**
|
|
245
|
+
* Creates request options for createWorkflowDefinition without sending the request
|
|
246
|
+
*/
|
|
247
|
+
createWorkflowDefinitionRequestOpts(requestParameters: CreateWorkflowDefinitionOperationRequest): Promise<runtime.RequestOpts>;
|
|
248
|
+
/**
|
|
249
|
+
* Create Workflow Definition Handler
|
|
250
|
+
*/
|
|
251
|
+
createWorkflowDefinitionRaw(requestParameters: CreateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowDefinitionResponse>>;
|
|
252
|
+
/**
|
|
253
|
+
* Create Workflow Definition Handler
|
|
254
|
+
*/
|
|
255
|
+
createWorkflowDefinition(requestParameters: CreateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowDefinitionResponse>;
|
|
256
|
+
/**
|
|
257
|
+
* Creates request options for deleteWorkflowDefinition without sending the request
|
|
258
|
+
*/
|
|
259
|
+
deleteWorkflowDefinitionRequestOpts(requestParameters: DeleteWorkflowDefinitionRequest): Promise<runtime.RequestOpts>;
|
|
260
|
+
/**
|
|
261
|
+
* Delete Workflow Definition Handler
|
|
262
|
+
*/
|
|
263
|
+
deleteWorkflowDefinitionRaw(requestParameters: DeleteWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
264
|
+
/**
|
|
265
|
+
* Delete Workflow Definition Handler
|
|
266
|
+
*/
|
|
267
|
+
deleteWorkflowDefinition(requestParameters: DeleteWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
268
|
+
/**
|
|
269
|
+
* Creates request options for getWorkflowDefinition without sending the request
|
|
270
|
+
*/
|
|
271
|
+
getWorkflowDefinitionRequestOpts(requestParameters: GetWorkflowDefinitionRequest): Promise<runtime.RequestOpts>;
|
|
272
|
+
/**
|
|
273
|
+
* Get Workflow Definition Handler
|
|
274
|
+
*/
|
|
275
|
+
getWorkflowDefinitionRaw(requestParameters: GetWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowDefinitionResponse>>;
|
|
276
|
+
/**
|
|
277
|
+
* Get Workflow Definition Handler
|
|
278
|
+
*/
|
|
279
|
+
getWorkflowDefinition(requestParameters: GetWorkflowDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowDefinitionResponse>;
|
|
280
|
+
/**
|
|
281
|
+
* Creates request options for invokeWorkflow without sending the request
|
|
282
|
+
*/
|
|
283
|
+
invokeWorkflowRequestOpts(requestParameters: InvokeWorkflowOperationRequest): Promise<runtime.RequestOpts>;
|
|
284
|
+
/**
|
|
285
|
+
* Invoke Workflow Handler
|
|
286
|
+
*/
|
|
287
|
+
invokeWorkflowRaw(requestParameters: InvokeWorkflowOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowRunResponse>>;
|
|
288
|
+
/**
|
|
289
|
+
* Invoke Workflow Handler
|
|
290
|
+
*/
|
|
291
|
+
invokeWorkflow(requestParameters: InvokeWorkflowOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowRunResponse>;
|
|
292
|
+
/**
|
|
293
|
+
* Creates request options for listWorkflowDefinitions without sending the request
|
|
294
|
+
*/
|
|
295
|
+
listWorkflowDefinitionsRequestOpts(requestParameters: ListWorkflowDefinitionsRequest): Promise<runtime.RequestOpts>;
|
|
296
|
+
/**
|
|
297
|
+
* List Workflow Definitions Handler
|
|
298
|
+
*/
|
|
299
|
+
listWorkflowDefinitionsRaw(requestParameters: ListWorkflowDefinitionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedResponseWorkflowDefinitionResponse>>;
|
|
300
|
+
/**
|
|
301
|
+
* List Workflow Definitions Handler
|
|
302
|
+
*/
|
|
303
|
+
listWorkflowDefinitions(requestParameters?: ListWorkflowDefinitionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedResponseWorkflowDefinitionResponse>;
|
|
304
|
+
/**
|
|
305
|
+
* Creates request options for listWorkflowRuns without sending the request
|
|
306
|
+
*/
|
|
307
|
+
listWorkflowRunsRequestOpts(requestParameters: ListWorkflowRunsRequest): Promise<runtime.RequestOpts>;
|
|
308
|
+
/**
|
|
309
|
+
* List Workflow Runs Handler
|
|
310
|
+
*/
|
|
311
|
+
listWorkflowRunsRaw(requestParameters: ListWorkflowRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedResponseWorkflowRunResponse>>;
|
|
312
|
+
/**
|
|
313
|
+
* List Workflow Runs Handler
|
|
314
|
+
*/
|
|
315
|
+
listWorkflowRuns(requestParameters: ListWorkflowRunsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedResponseWorkflowRunResponse>;
|
|
316
|
+
/**
|
|
317
|
+
* Creates request options for updateWorkflowDefinition without sending the request
|
|
318
|
+
*/
|
|
319
|
+
updateWorkflowDefinitionRequestOpts(requestParameters: UpdateWorkflowDefinitionOperationRequest): Promise<runtime.RequestOpts>;
|
|
320
|
+
/**
|
|
321
|
+
* Update Workflow Definition Handler
|
|
322
|
+
*/
|
|
323
|
+
updateWorkflowDefinitionRaw(requestParameters: UpdateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkflowDefinitionResponse>>;
|
|
324
|
+
/**
|
|
325
|
+
* Update Workflow Definition Handler
|
|
326
|
+
*/
|
|
327
|
+
updateWorkflowDefinition(requestParameters: UpdateWorkflowDefinitionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkflowDefinitionResponse>;
|
|
328
|
+
}
|