@openfilz-sdk/typescript-ee 1.9.9 → 1.9.10
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 +48 -0
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +41 -3
- package/api/esign-api.ts +9 -9
- package/api/workflows-api.ts +1234 -0
- package/api.ts +1 -0
- package/dist/api/esign-api.d.ts +4 -4
- package/dist/api/esign-api.js +9 -9
- package/dist/api/workflows-api.d.ts +565 -0
- package/dist/api/workflows-api.js +1163 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/esm/api/esign-api.d.ts +4 -4
- package/dist/esm/api/esign-api.js +9 -9
- package/dist/esm/api/workflows-api.d.ts +565 -0
- package/dist/esm/api/workflows-api.js +1156 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/models/audit-log-details.d.ts +12 -0
- package/dist/esm/models/cancel-instance-request.d.ts +14 -0
- package/dist/esm/models/cancel-instance-request.js +14 -0
- package/dist/esm/models/complete-task-request.d.ts +15 -0
- package/dist/esm/models/complete-task-request.js +14 -0
- package/dist/esm/models/enriched-audit-log-details.d.ts +7 -1
- package/dist/esm/models/enriched-audit-log.d.ts +9 -0
- package/dist/esm/models/enriched-audit-log.js +9 -0
- package/dist/esm/models/index.d.ts +23 -0
- package/dist/esm/models/index.js +23 -0
- package/dist/esm/models/my-tasks-count-dto.d.ts +15 -0
- package/dist/esm/models/my-tasks-count-dto.js +14 -0
- package/dist/esm/models/notification-dto.d.ts +4 -0
- package/dist/esm/models/notification-dto.js +4 -0
- package/dist/esm/models/per-definition.d.ts +18 -0
- package/dist/esm/models/per-definition.js +14 -0
- package/dist/esm/models/reassign-task-request.d.ts +15 -0
- package/dist/esm/models/reassign-task-request.js +14 -0
- package/dist/esm/models/save-workflow-definition-request.d.ts +19 -0
- package/dist/esm/models/save-workflow-definition-request.js +14 -0
- package/dist/esm/models/search-by-audit-log-request.d.ts +9 -0
- package/dist/esm/models/search-by-audit-log-request.js +9 -0
- package/dist/esm/models/settings.d.ts +3 -0
- package/dist/esm/models/start-workflow-request.d.ts +20 -0
- package/dist/esm/models/start-workflow-request.js +14 -0
- package/dist/esm/models/workflow-action-failure-audit.d.ts +17 -0
- package/dist/esm/models/workflow-action-failure-audit.js +14 -0
- package/dist/esm/models/workflow-action.d.ts +25 -0
- package/dist/esm/models/workflow-action.js +18 -0
- package/dist/esm/models/workflow-assignment.d.ts +24 -0
- package/dist/esm/models/workflow-assignment.js +19 -0
- package/dist/esm/models/workflow-audit.d.ts +17 -0
- package/dist/esm/models/workflow-audit.js +14 -0
- package/dist/esm/models/workflow-definition-dto.d.ts +26 -0
- package/dist/esm/models/workflow-definition-dto.js +14 -0
- package/dist/esm/models/workflow-event-dto.d.ts +35 -0
- package/dist/esm/models/workflow-event-dto.js +23 -0
- package/dist/esm/models/workflow-instance-detail-dto.d.ts +23 -0
- package/dist/esm/models/workflow-instance-detail-dto.js +14 -0
- package/dist/esm/models/workflow-instance-dto.d.ts +35 -0
- package/dist/esm/models/workflow-instance-dto.js +18 -0
- package/dist/esm/models/workflow-instance-page.d.ts +18 -0
- package/dist/esm/models/workflow-instance-page.js +14 -0
- package/dist/esm/models/workflow-problem.d.ts +17 -0
- package/dist/esm/models/workflow-problem.js +14 -0
- package/dist/esm/models/workflow-spec.d.ts +15 -0
- package/dist/esm/models/workflow-spec.js +14 -0
- package/dist/esm/models/workflow-state.d.ts +31 -0
- package/dist/esm/models/workflow-state.js +18 -0
- package/dist/esm/models/workflow-summary-dto.d.ts +19 -0
- package/dist/esm/models/workflow-summary-dto.js +14 -0
- package/dist/esm/models/workflow-task-dto.d.ts +44 -0
- package/dist/esm/models/workflow-task-dto.js +18 -0
- package/dist/esm/models/workflow-transition.d.ts +25 -0
- package/dist/esm/models/workflow-transition.js +19 -0
- package/dist/esm/models/workflow-validation-result.d.ts +16 -0
- package/dist/esm/models/workflow-validation-result.js +14 -0
- package/dist/models/audit-log-details.d.ts +12 -0
- package/dist/models/cancel-instance-request.d.ts +14 -0
- package/dist/models/cancel-instance-request.js +15 -0
- package/dist/models/complete-task-request.d.ts +15 -0
- package/dist/models/complete-task-request.js +15 -0
- package/dist/models/enriched-audit-log-details.d.ts +7 -1
- package/dist/models/enriched-audit-log.d.ts +9 -0
- package/dist/models/enriched-audit-log.js +9 -0
- package/dist/models/index.d.ts +23 -0
- package/dist/models/index.js +23 -0
- package/dist/models/my-tasks-count-dto.d.ts +15 -0
- package/dist/models/my-tasks-count-dto.js +15 -0
- package/dist/models/notification-dto.d.ts +4 -0
- package/dist/models/notification-dto.js +4 -0
- package/dist/models/per-definition.d.ts +18 -0
- package/dist/models/per-definition.js +15 -0
- package/dist/models/reassign-task-request.d.ts +15 -0
- package/dist/models/reassign-task-request.js +15 -0
- package/dist/models/save-workflow-definition-request.d.ts +19 -0
- package/dist/models/save-workflow-definition-request.js +15 -0
- package/dist/models/search-by-audit-log-request.d.ts +9 -0
- package/dist/models/search-by-audit-log-request.js +9 -0
- package/dist/models/settings.d.ts +3 -0
- package/dist/models/start-workflow-request.d.ts +20 -0
- package/dist/models/start-workflow-request.js +15 -0
- package/dist/models/workflow-action-failure-audit.d.ts +17 -0
- package/dist/models/workflow-action-failure-audit.js +15 -0
- package/dist/models/workflow-action.d.ts +25 -0
- package/dist/models/workflow-action.js +21 -0
- package/dist/models/workflow-assignment.d.ts +24 -0
- package/dist/models/workflow-assignment.js +22 -0
- package/dist/models/workflow-audit.d.ts +17 -0
- package/dist/models/workflow-audit.js +15 -0
- package/dist/models/workflow-definition-dto.d.ts +26 -0
- package/dist/models/workflow-definition-dto.js +15 -0
- package/dist/models/workflow-event-dto.d.ts +35 -0
- package/dist/models/workflow-event-dto.js +26 -0
- package/dist/models/workflow-instance-detail-dto.d.ts +23 -0
- package/dist/models/workflow-instance-detail-dto.js +15 -0
- package/dist/models/workflow-instance-dto.d.ts +35 -0
- package/dist/models/workflow-instance-dto.js +21 -0
- package/dist/models/workflow-instance-page.d.ts +18 -0
- package/dist/models/workflow-instance-page.js +15 -0
- package/dist/models/workflow-problem.d.ts +17 -0
- package/dist/models/workflow-problem.js +15 -0
- package/dist/models/workflow-spec.d.ts +15 -0
- package/dist/models/workflow-spec.js +15 -0
- package/dist/models/workflow-state.d.ts +31 -0
- package/dist/models/workflow-state.js +21 -0
- package/dist/models/workflow-summary-dto.d.ts +19 -0
- package/dist/models/workflow-summary-dto.js +15 -0
- package/dist/models/workflow-task-dto.d.ts +44 -0
- package/dist/models/workflow-task-dto.js +21 -0
- package/dist/models/workflow-transition.d.ts +25 -0
- package/dist/models/workflow-transition.js +22 -0
- package/dist/models/workflow-validation-result.d.ts +16 -0
- package/dist/models/workflow-validation-result.js +15 -0
- package/docs/AuditLogDetails.md +6 -0
- package/docs/CancelInstanceRequest.md +20 -0
- package/docs/CompleteTaskRequest.md +22 -0
- package/docs/ESignApi.md +4 -4
- package/docs/EnrichedAuditLogDetails.md +22 -0
- package/docs/MyTasksCountDTO.md +22 -0
- package/docs/PerDefinition.md +28 -0
- package/docs/ReassignTaskRequest.md +22 -0
- package/docs/SaveWorkflowDefinitionRequest.md +28 -0
- package/docs/Settings.md +6 -0
- package/docs/StartWorkflowRequest.md +28 -0
- package/docs/WorkflowAction.md +26 -0
- package/docs/WorkflowActionFailureAudit.md +25 -0
- package/docs/WorkflowAssignment.md +26 -0
- package/docs/WorkflowAudit.md +31 -0
- package/docs/WorkflowDefinitionDTO.md +42 -0
- package/docs/WorkflowEventDTO.md +36 -0
- package/docs/WorkflowInstanceDTO.md +48 -0
- package/docs/WorkflowInstanceDetailDTO.md +28 -0
- package/docs/WorkflowInstancePage.md +26 -0
- package/docs/WorkflowProblem.md +26 -0
- package/docs/WorkflowSpec.md +20 -0
- package/docs/WorkflowState.md +36 -0
- package/docs/WorkflowSummaryDTO.md +28 -0
- package/docs/WorkflowTaskDTO.md +66 -0
- package/docs/WorkflowTransition.md +28 -0
- package/docs/WorkflowValidationResult.md +22 -0
- package/docs/WorkflowsApi.md +791 -0
- package/graphql/document.graphqls +2 -0
- package/models/audit-log-details.ts +12 -0
- package/models/cancel-instance-request.ts +20 -0
- package/models/complete-task-request.ts +21 -0
- package/models/enriched-audit-log-details.ts +7 -1
- package/models/enriched-audit-log.ts +9 -0
- package/models/index.ts +23 -0
- package/models/my-tasks-count-dto.ts +21 -0
- package/models/notification-dto.ts +4 -0
- package/models/per-definition.ts +24 -0
- package/models/reassign-task-request.ts +21 -0
- package/models/save-workflow-definition-request.ts +27 -0
- package/models/search-by-audit-log-request.ts +9 -0
- package/models/settings.ts +3 -0
- package/models/start-workflow-request.ts +24 -0
- package/models/workflow-action-failure-audit.ts +26 -0
- package/models/workflow-action.ts +32 -0
- package/models/workflow-assignment.ts +33 -0
- package/models/workflow-audit.ts +26 -0
- package/models/workflow-definition-dto.ts +34 -0
- package/models/workflow-event-dto.ts +42 -0
- package/models/workflow-instance-detail-dto.ts +33 -0
- package/models/workflow-instance-dto.ts +46 -0
- package/models/workflow-instance-page.ts +26 -0
- package/models/workflow-problem.ts +23 -0
- package/models/workflow-spec.ts +23 -0
- package/models/workflow-state.ts +46 -0
- package/models/workflow-summary-dto.ts +27 -0
- package/models/workflow-task-dto.ts +55 -0
- package/models/workflow-transition.ts +34 -0
- package/models/workflow-validation-result.ts +24 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -37,6 +37,7 @@ api/tus-controller-api.ts
|
|
|
37
37
|
api/upload-token-controller-api.ts
|
|
38
38
|
api/user-privacy-api.ts
|
|
39
39
|
api/webhook-proxy-controller-api.ts
|
|
40
|
+
api/workflows-api.ts
|
|
40
41
|
base.ts
|
|
41
42
|
common.ts
|
|
42
43
|
configuration.ts
|
|
@@ -62,11 +63,13 @@ docs/BulkRow.md
|
|
|
62
63
|
docs/BulkRowResult.md
|
|
63
64
|
docs/BulkSendRequest.md
|
|
64
65
|
docs/BulkSendResponse.md
|
|
66
|
+
docs/CancelInstanceRequest.md
|
|
65
67
|
docs/CloudSignatureSubscription.md
|
|
66
68
|
docs/CollaborationAuditControllerApi.md
|
|
67
69
|
docs/CollaborationControllerApi.md
|
|
68
70
|
docs/CommentDTO.md
|
|
69
71
|
docs/CommentsApi.md
|
|
72
|
+
docs/CompleteTaskRequest.md
|
|
70
73
|
docs/ConsumeDelegatedGrantRequest.md
|
|
71
74
|
docs/CopyAudit.md
|
|
72
75
|
docs/CopyRequest.md
|
|
@@ -137,6 +140,7 @@ docs/MintMcpAgentTokenRequest.md
|
|
|
137
140
|
docs/MintUploadTokenRequest.md
|
|
138
141
|
docs/MoveAudit.md
|
|
139
142
|
docs/MoveRequest.md
|
|
143
|
+
docs/MyTasksCountDTO.md
|
|
140
144
|
docs/NotificationDTO.md
|
|
141
145
|
docs/NotificationsApi.md
|
|
142
146
|
docs/OrganizeRequest.md
|
|
@@ -149,7 +153,9 @@ docs/PdfOutlineEntry.md
|
|
|
149
153
|
docs/PdfOutputInfo.md
|
|
150
154
|
docs/PdfPageInfo.md
|
|
151
155
|
docs/PdfTransformAudit.md
|
|
156
|
+
docs/PerDefinition.md
|
|
152
157
|
docs/PublicSignatureView.md
|
|
158
|
+
docs/ReassignTaskRequest.md
|
|
153
159
|
docs/RenameAudit.md
|
|
154
160
|
docs/RenameRequest.md
|
|
155
161
|
docs/ReorganizationApplyRequest.md
|
|
@@ -164,6 +170,7 @@ docs/RoleBinding.md
|
|
|
164
170
|
docs/RotateRequest.md
|
|
165
171
|
docs/SaveAiPreferencesRequest.md
|
|
166
172
|
docs/SaveAiSettingsRequest.md
|
|
173
|
+
docs/SaveWorkflowDefinitionRequest.md
|
|
167
174
|
docs/ScanAgentApi.md
|
|
168
175
|
docs/ScanJobStatusDto.md
|
|
169
176
|
docs/ScanRequestDto.md
|
|
@@ -196,6 +203,7 @@ docs/SmartFilingApi.md
|
|
|
196
203
|
docs/SortInput.md
|
|
197
204
|
docs/SplitOutput.md
|
|
198
205
|
docs/SplitRequest.md
|
|
206
|
+
docs/StartWorkflowRequest.md
|
|
199
207
|
docs/StorageBreakdown.md
|
|
200
208
|
docs/Suggest.md
|
|
201
209
|
docs/TeamMemberInfo.md
|
|
@@ -219,6 +227,23 @@ docs/UserPrivacyDTO.md
|
|
|
219
227
|
docs/UserRegistrationRequest.md
|
|
220
228
|
docs/VerifyOtpRequest.md
|
|
221
229
|
docs/WebhookProxyControllerApi.md
|
|
230
|
+
docs/WorkflowAction.md
|
|
231
|
+
docs/WorkflowActionFailureAudit.md
|
|
232
|
+
docs/WorkflowAssignment.md
|
|
233
|
+
docs/WorkflowAudit.md
|
|
234
|
+
docs/WorkflowDefinitionDTO.md
|
|
235
|
+
docs/WorkflowEventDTO.md
|
|
236
|
+
docs/WorkflowInstanceDTO.md
|
|
237
|
+
docs/WorkflowInstanceDetailDTO.md
|
|
238
|
+
docs/WorkflowInstancePage.md
|
|
239
|
+
docs/WorkflowProblem.md
|
|
240
|
+
docs/WorkflowSpec.md
|
|
241
|
+
docs/WorkflowState.md
|
|
242
|
+
docs/WorkflowSummaryDTO.md
|
|
243
|
+
docs/WorkflowTaskDTO.md
|
|
244
|
+
docs/WorkflowTransition.md
|
|
245
|
+
docs/WorkflowValidationResult.md
|
|
246
|
+
docs/WorkflowsApi.md
|
|
222
247
|
git_push.sh
|
|
223
248
|
index.ts
|
|
224
249
|
models/ai-chat-conversation.ts
|
|
@@ -240,8 +265,10 @@ models/bulk-row-result.ts
|
|
|
240
265
|
models/bulk-row.ts
|
|
241
266
|
models/bulk-send-request.ts
|
|
242
267
|
models/bulk-send-response.ts
|
|
268
|
+
models/cancel-instance-request.ts
|
|
243
269
|
models/cloud-signature-subscription.ts
|
|
244
270
|
models/comment-dto.ts
|
|
271
|
+
models/complete-task-request.ts
|
|
245
272
|
models/consume-delegated-grant-request.ts
|
|
246
273
|
models/copy-audit.ts
|
|
247
274
|
models/copy-request.ts
|
|
@@ -296,6 +323,7 @@ models/mint-mcp-agent-token-request.ts
|
|
|
296
323
|
models/mint-upload-token-request.ts
|
|
297
324
|
models/move-audit.ts
|
|
298
325
|
models/move-request.ts
|
|
326
|
+
models/my-tasks-count-dto.ts
|
|
299
327
|
models/notification-dto.ts
|
|
300
328
|
models/organize-request.ts
|
|
301
329
|
models/output-target.ts
|
|
@@ -306,7 +334,9 @@ models/pdf-outline-entry.ts
|
|
|
306
334
|
models/pdf-output-info.ts
|
|
307
335
|
models/pdf-page-info.ts
|
|
308
336
|
models/pdf-transform-audit.ts
|
|
337
|
+
models/per-definition.ts
|
|
309
338
|
models/public-signature-view.ts
|
|
339
|
+
models/reassign-task-request.ts
|
|
310
340
|
models/rename-audit.ts
|
|
311
341
|
models/rename-request.ts
|
|
312
342
|
models/reorganization-apply-request.ts
|
|
@@ -321,6 +351,7 @@ models/role-binding.ts
|
|
|
321
351
|
models/rotate-request.ts
|
|
322
352
|
models/save-ai-preferences-request.ts
|
|
323
353
|
models/save-ai-settings-request.ts
|
|
354
|
+
models/save-workflow-definition-request.ts
|
|
324
355
|
models/scan-job-status-dto.ts
|
|
325
356
|
models/scan-request-dto.ts
|
|
326
357
|
models/scanner-info-dto.ts
|
|
@@ -348,6 +379,7 @@ models/signature-template-role.ts
|
|
|
348
379
|
models/sort-input.ts
|
|
349
380
|
models/split-output.ts
|
|
350
381
|
models/split-request.ts
|
|
382
|
+
models/start-workflow-request.ts
|
|
351
383
|
models/storage-breakdown.ts
|
|
352
384
|
models/suggest.ts
|
|
353
385
|
models/team-member-info.ts
|
|
@@ -367,6 +399,22 @@ models/user-preferences-request.ts
|
|
|
367
399
|
models/user-privacy-dto.ts
|
|
368
400
|
models/user-registration-request.ts
|
|
369
401
|
models/verify-otp-request.ts
|
|
402
|
+
models/workflow-action-failure-audit.ts
|
|
403
|
+
models/workflow-action.ts
|
|
404
|
+
models/workflow-assignment.ts
|
|
405
|
+
models/workflow-audit.ts
|
|
406
|
+
models/workflow-definition-dto.ts
|
|
407
|
+
models/workflow-event-dto.ts
|
|
408
|
+
models/workflow-instance-detail-dto.ts
|
|
409
|
+
models/workflow-instance-dto.ts
|
|
410
|
+
models/workflow-instance-page.ts
|
|
411
|
+
models/workflow-problem.ts
|
|
412
|
+
models/workflow-spec.ts
|
|
413
|
+
models/workflow-state.ts
|
|
414
|
+
models/workflow-summary-dto.ts
|
|
415
|
+
models/workflow-task-dto.ts
|
|
416
|
+
models/workflow-transition.ts
|
|
417
|
+
models/workflow-validation-result.ts
|
|
370
418
|
package.json
|
|
371
419
|
tsconfig.esm.json
|
|
372
420
|
tsconfig.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
001ea2946fa0e4eeddae3e4bb60a8fc0d33fe4038dc6dd088e692db8b6b4bf65
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @openfilz-sdk/typescript-ee@1.9.
|
|
1
|
+
## @openfilz-sdk/typescript-ee@1.9.10
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @openfilz-sdk/typescript-ee@1.9.
|
|
39
|
+
npm install @openfilz-sdk/typescript-ee@1.9.10 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -121,7 +121,7 @@ Class | Method | HTTP request | Description
|
|
|
121
121
|
*DocumentVersionControllerApi* | [**downloadVersion**](docs/DocumentVersionControllerApi.md#downloadversion) | **GET** /api/v1/documents/{documentId}/versions/{versionId}/download | Download a specific document version
|
|
122
122
|
*DocumentVersionControllerApi* | [**listVersions**](docs/DocumentVersionControllerApi.md#listversions) | **GET** /api/v1/documents/{documentId}/versions | List document versions
|
|
123
123
|
*DocumentVersionControllerApi* | [**restoreVersion**](docs/DocumentVersionControllerApi.md#restoreversion) | **POST** /api/v1/documents/{documentId}/versions/{versionId}/restore | Restore a previous document version
|
|
124
|
-
*ESignApi* | [**
|
|
124
|
+
*ESignApi* | [**cancel1**](docs/ESignApi.md#cancel1) | **POST** /api/v1/signatures/{id}/cancel | Cancel a non-terminal envelope
|
|
125
125
|
*ESignApi* | [**cloudSubscription**](docs/ESignApi.md#cloudsubscription) | **GET** /api/v1/signatures/cloud-subscription | Cloud Signing subscription and month-to-date usage (openfilz-cloud seal provider only)
|
|
126
126
|
*ESignApi* | [**create**](docs/ESignApi.md#create) | **POST** /api/v1/signatures | Create an envelope (sent immediately unless send=false)
|
|
127
127
|
*ESignApi* | [**events**](docs/ESignApi.md#events) | **GET** /api/v1/signatures/{id}/events | Audit trail of one of my envelopes
|
|
@@ -219,6 +219,21 @@ Class | Method | HTTP request | Description
|
|
|
219
219
|
*WebhookProxyControllerApi* | [**proxy4**](docs/WebhookProxyControllerApi.md#proxy4) | **PATCH** /api/v1/webhooks/** |
|
|
220
220
|
*WebhookProxyControllerApi* | [**proxy5**](docs/WebhookProxyControllerApi.md#proxy5) | **HEAD** /api/v1/webhooks/** |
|
|
221
221
|
*WebhookProxyControllerApi* | [**proxy6**](docs/WebhookProxyControllerApi.md#proxy6) | **OPTIONS** /api/v1/webhooks/** |
|
|
222
|
+
*WorkflowsApi* | [**cancel**](docs/WorkflowsApi.md#cancel) | **POST** /api/v1/workflows/instances/{id}/cancel | Cancel a running instance (initiator)
|
|
223
|
+
*WorkflowsApi* | [**complete**](docs/WorkflowsApi.md#complete) | **POST** /api/v1/workflows/tasks/{id}/complete | Take a transition on a task I am a candidate of
|
|
224
|
+
*WorkflowsApi* | [**createDefinition**](docs/WorkflowsApi.md#createdefinition) | **POST** /api/v1/workflows/definitions | Create a workflow definition (400 with the problem list when invalid)
|
|
225
|
+
*WorkflowsApi* | [**deleteDefinition**](docs/WorkflowsApi.md#deletedefinition) | **DELETE** /api/v1/workflows/definitions/{id} | Delete a workflow definition (409 while instances are running)
|
|
226
|
+
*WorkflowsApi* | [**getDefinition**](docs/WorkflowsApi.md#getdefinition) | **GET** /api/v1/workflows/definitions/{id} | Get a workflow definition
|
|
227
|
+
*WorkflowsApi* | [**getInstance**](docs/WorkflowsApi.md#getinstance) | **GET** /api/v1/workflows/instances/{id} | One instance with its snapshot spec, open task and history
|
|
228
|
+
*WorkflowsApi* | [**listDefinitions**](docs/WorkflowsApi.md#listdefinitions) | **GET** /api/v1/workflows/definitions | List workflow definitions
|
|
229
|
+
*WorkflowsApi* | [**listInstances**](docs/WorkflowsApi.md#listinstances) | **GET** /api/v1/workflows/instances | List instances (monitor), newest first
|
|
230
|
+
*WorkflowsApi* | [**myTasks**](docs/WorkflowsApi.md#mytasks) | **GET** /api/v1/workflows/tasks/mine | Open tasks I can act on (by e-mail or role)
|
|
231
|
+
*WorkflowsApi* | [**myTasksCount**](docs/WorkflowsApi.md#mytaskscount) | **GET** /api/v1/workflows/tasks/mine/count | Number of open tasks I can act on (sidebar badge)
|
|
232
|
+
*WorkflowsApi* | [**reassign**](docs/WorkflowsApi.md#reassign) | **POST** /api/v1/workflows/tasks/{id}/reassign | Hand a task to other people (initiator or current candidate)
|
|
233
|
+
*WorkflowsApi* | [**start**](docs/WorkflowsApi.md#start) | **POST** /api/v1/workflows/instances | Start a workflow on a document (409 when one is already running)
|
|
234
|
+
*WorkflowsApi* | [**summary**](docs/WorkflowsApi.md#summary) | **GET** /api/v1/workflows/instances/summary | Counts for the monitor header
|
|
235
|
+
*WorkflowsApi* | [**updateDefinition**](docs/WorkflowsApi.md#updatedefinition) | **PUT** /api/v1/workflows/definitions/{id} | Update a workflow definition (running instances keep their snapshot)
|
|
236
|
+
*WorkflowsApi* | [**validateDefinition**](docs/WorkflowsApi.md#validatedefinition) | **POST** /api/v1/workflows/definitions/validate | Validate a definition without saving it
|
|
222
237
|
|
|
223
238
|
|
|
224
239
|
### Documentation For Models
|
|
@@ -242,8 +257,10 @@ Class | Method | HTTP request | Description
|
|
|
242
257
|
- [BulkRowResult](docs/BulkRowResult.md)
|
|
243
258
|
- [BulkSendRequest](docs/BulkSendRequest.md)
|
|
244
259
|
- [BulkSendResponse](docs/BulkSendResponse.md)
|
|
260
|
+
- [CancelInstanceRequest](docs/CancelInstanceRequest.md)
|
|
245
261
|
- [CloudSignatureSubscription](docs/CloudSignatureSubscription.md)
|
|
246
262
|
- [CommentDTO](docs/CommentDTO.md)
|
|
263
|
+
- [CompleteTaskRequest](docs/CompleteTaskRequest.md)
|
|
247
264
|
- [ConsumeDelegatedGrantRequest](docs/ConsumeDelegatedGrantRequest.md)
|
|
248
265
|
- [CopyAudit](docs/CopyAudit.md)
|
|
249
266
|
- [CopyRequest](docs/CopyRequest.md)
|
|
@@ -297,6 +314,7 @@ Class | Method | HTTP request | Description
|
|
|
297
314
|
- [MintUploadTokenRequest](docs/MintUploadTokenRequest.md)
|
|
298
315
|
- [MoveAudit](docs/MoveAudit.md)
|
|
299
316
|
- [MoveRequest](docs/MoveRequest.md)
|
|
317
|
+
- [MyTasksCountDTO](docs/MyTasksCountDTO.md)
|
|
300
318
|
- [NotificationDTO](docs/NotificationDTO.md)
|
|
301
319
|
- [OrganizeRequest](docs/OrganizeRequest.md)
|
|
302
320
|
- [OutputTarget](docs/OutputTarget.md)
|
|
@@ -307,7 +325,9 @@ Class | Method | HTTP request | Description
|
|
|
307
325
|
- [PdfOutputInfo](docs/PdfOutputInfo.md)
|
|
308
326
|
- [PdfPageInfo](docs/PdfPageInfo.md)
|
|
309
327
|
- [PdfTransformAudit](docs/PdfTransformAudit.md)
|
|
328
|
+
- [PerDefinition](docs/PerDefinition.md)
|
|
310
329
|
- [PublicSignatureView](docs/PublicSignatureView.md)
|
|
330
|
+
- [ReassignTaskRequest](docs/ReassignTaskRequest.md)
|
|
311
331
|
- [RenameAudit](docs/RenameAudit.md)
|
|
312
332
|
- [RenameRequest](docs/RenameRequest.md)
|
|
313
333
|
- [ReorganizationApplyRequest](docs/ReorganizationApplyRequest.md)
|
|
@@ -322,6 +342,7 @@ Class | Method | HTTP request | Description
|
|
|
322
342
|
- [RotateRequest](docs/RotateRequest.md)
|
|
323
343
|
- [SaveAiPreferencesRequest](docs/SaveAiPreferencesRequest.md)
|
|
324
344
|
- [SaveAiSettingsRequest](docs/SaveAiSettingsRequest.md)
|
|
345
|
+
- [SaveWorkflowDefinitionRequest](docs/SaveWorkflowDefinitionRequest.md)
|
|
325
346
|
- [ScanJobStatusDto](docs/ScanJobStatusDto.md)
|
|
326
347
|
- [ScanRequestDto](docs/ScanRequestDto.md)
|
|
327
348
|
- [ScannerInfoDto](docs/ScannerInfoDto.md)
|
|
@@ -349,6 +370,7 @@ Class | Method | HTTP request | Description
|
|
|
349
370
|
- [SortInput](docs/SortInput.md)
|
|
350
371
|
- [SplitOutput](docs/SplitOutput.md)
|
|
351
372
|
- [SplitRequest](docs/SplitRequest.md)
|
|
373
|
+
- [StartWorkflowRequest](docs/StartWorkflowRequest.md)
|
|
352
374
|
- [StorageBreakdown](docs/StorageBreakdown.md)
|
|
353
375
|
- [Suggest](docs/Suggest.md)
|
|
354
376
|
- [TeamMemberInfo](docs/TeamMemberInfo.md)
|
|
@@ -368,6 +390,22 @@ Class | Method | HTTP request | Description
|
|
|
368
390
|
- [UserPrivacyDTO](docs/UserPrivacyDTO.md)
|
|
369
391
|
- [UserRegistrationRequest](docs/UserRegistrationRequest.md)
|
|
370
392
|
- [VerifyOtpRequest](docs/VerifyOtpRequest.md)
|
|
393
|
+
- [WorkflowAction](docs/WorkflowAction.md)
|
|
394
|
+
- [WorkflowActionFailureAudit](docs/WorkflowActionFailureAudit.md)
|
|
395
|
+
- [WorkflowAssignment](docs/WorkflowAssignment.md)
|
|
396
|
+
- [WorkflowAudit](docs/WorkflowAudit.md)
|
|
397
|
+
- [WorkflowDefinitionDTO](docs/WorkflowDefinitionDTO.md)
|
|
398
|
+
- [WorkflowEventDTO](docs/WorkflowEventDTO.md)
|
|
399
|
+
- [WorkflowInstanceDTO](docs/WorkflowInstanceDTO.md)
|
|
400
|
+
- [WorkflowInstanceDetailDTO](docs/WorkflowInstanceDetailDTO.md)
|
|
401
|
+
- [WorkflowInstancePage](docs/WorkflowInstancePage.md)
|
|
402
|
+
- [WorkflowProblem](docs/WorkflowProblem.md)
|
|
403
|
+
- [WorkflowSpec](docs/WorkflowSpec.md)
|
|
404
|
+
- [WorkflowState](docs/WorkflowState.md)
|
|
405
|
+
- [WorkflowSummaryDTO](docs/WorkflowSummaryDTO.md)
|
|
406
|
+
- [WorkflowTaskDTO](docs/WorkflowTaskDTO.md)
|
|
407
|
+
- [WorkflowTransition](docs/WorkflowTransition.md)
|
|
408
|
+
- [WorkflowValidationResult](docs/WorkflowValidationResult.md)
|
|
371
409
|
|
|
372
410
|
|
|
373
411
|
<a id="documentation-for-authorization"></a>
|
package/api/esign-api.ts
CHANGED
|
@@ -41,9 +41,9 @@ export const ESignApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
44
|
-
|
|
44
|
+
cancel1: async (id: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
45
45
|
// verify required parameter 'id' is not null or undefined
|
|
46
|
-
assertParamExists('
|
|
46
|
+
assertParamExists('cancel1', 'id', id)
|
|
47
47
|
const localVarPath = `/api/v1/signatures/{id}/cancel`
|
|
48
48
|
.replace('{id}', encodeURIComponent(String(id)));
|
|
49
49
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -428,10 +428,10 @@ export const ESignApiFp = function(configuration?: Configuration) {
|
|
|
428
428
|
* @param {*} [options] Override http request option.
|
|
429
429
|
* @throws {RequiredError}
|
|
430
430
|
*/
|
|
431
|
-
async
|
|
432
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
431
|
+
async cancel1(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SignatureEnvelopeDTO>> {
|
|
432
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.cancel1(id, options);
|
|
433
433
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
434
|
-
const localVarOperationServerBasePath = operationServerMap['ESignApi.
|
|
434
|
+
const localVarOperationServerBasePath = operationServerMap['ESignApi.cancel1']?.[localVarOperationServerIndex]?.url;
|
|
435
435
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
436
436
|
},
|
|
437
437
|
/**
|
|
@@ -566,8 +566,8 @@ export const ESignApiFactory = function (configuration?: Configuration, basePath
|
|
|
566
566
|
* @param {*} [options] Override http request option.
|
|
567
567
|
* @throws {RequiredError}
|
|
568
568
|
*/
|
|
569
|
-
|
|
570
|
-
return localVarFp.
|
|
569
|
+
cancel1(id: string, options?: RawAxiosRequestConfig): AxiosPromise<SignatureEnvelopeDTO> {
|
|
570
|
+
return localVarFp.cancel1(id, options).then((request) => request(axios, basePath));
|
|
571
571
|
},
|
|
572
572
|
/**
|
|
573
573
|
*
|
|
@@ -672,8 +672,8 @@ export class ESignApi extends BaseAPI {
|
|
|
672
672
|
* @param {*} [options] Override http request option.
|
|
673
673
|
* @throws {RequiredError}
|
|
674
674
|
*/
|
|
675
|
-
public
|
|
676
|
-
return ESignApiFp(this.configuration).
|
|
675
|
+
public cancel1(id: string, options?: RawAxiosRequestConfig) {
|
|
676
|
+
return ESignApiFp(this.configuration).cancel1(id, options).then((request) => request(this.axios, this.basePath));
|
|
677
677
|
}
|
|
678
678
|
|
|
679
679
|
/**
|