@openfilz-sdk/typescript-ee 1.9.8 → 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 +54 -0
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +45 -3
- package/api/aiembeddings-api.ts +201 -0
- package/api/esign-api.ts +9 -9
- package/api/workflows-api.ts +1234 -0
- package/api.ts +2 -0
- package/dist/api/aiembeddings-api.d.ts +100 -0
- package/dist/api/aiembeddings-api.js +200 -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 +2 -0
- package/dist/api.js +2 -0
- package/dist/esm/api/aiembeddings-api.d.ts +100 -0
- package/dist/esm/api/aiembeddings-api.js +193 -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 +2 -0
- package/dist/esm/api.js +2 -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/embedding-backfill-request.d.ts +15 -0
- package/dist/esm/models/embedding-backfill-request.js +14 -0
- package/dist/esm/models/embedding-backfill-status.d.ts +23 -0
- package/dist/esm/models/embedding-backfill-status.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 +25 -0
- package/dist/esm/models/index.js +25 -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/embedding-backfill-request.d.ts +15 -0
- package/dist/models/embedding-backfill-request.js +15 -0
- package/dist/models/embedding-backfill-status.d.ts +23 -0
- package/dist/models/embedding-backfill-status.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 +25 -0
- package/dist/models/index.js +25 -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/AIEmbeddingsApi.md +111 -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/EmbeddingBackfillRequest.md +22 -0
- package/docs/EmbeddingBackfillStatus.md +38 -0
- 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/embedding-backfill-request.ts +21 -0
- package/models/embedding-backfill-status.ts +29 -0
- package/models/enriched-audit-log-details.ts +7 -1
- package/models/enriched-audit-log.ts +9 -0
- package/models/index.ts +25 -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
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
README.md
|
|
5
5
|
api.ts
|
|
6
6
|
api/aichat-api.ts
|
|
7
|
+
api/aiembeddings-api.ts
|
|
7
8
|
api/aisettings-api.ts
|
|
8
9
|
api/collaboration-audit-controller-api.ts
|
|
9
10
|
api/collaboration-controller-api.ts
|
|
@@ -36,10 +37,12 @@ api/tus-controller-api.ts
|
|
|
36
37
|
api/upload-token-controller-api.ts
|
|
37
38
|
api/user-privacy-api.ts
|
|
38
39
|
api/webhook-proxy-controller-api.ts
|
|
40
|
+
api/workflows-api.ts
|
|
39
41
|
base.ts
|
|
40
42
|
common.ts
|
|
41
43
|
configuration.ts
|
|
42
44
|
docs/AIChatApi.md
|
|
45
|
+
docs/AIEmbeddingsApi.md
|
|
43
46
|
docs/AISettingsApi.md
|
|
44
47
|
docs/AiChatConversation.md
|
|
45
48
|
docs/AiChatRequest.md
|
|
@@ -60,11 +63,13 @@ docs/BulkRow.md
|
|
|
60
63
|
docs/BulkRowResult.md
|
|
61
64
|
docs/BulkSendRequest.md
|
|
62
65
|
docs/BulkSendResponse.md
|
|
66
|
+
docs/CancelInstanceRequest.md
|
|
63
67
|
docs/CloudSignatureSubscription.md
|
|
64
68
|
docs/CollaborationAuditControllerApi.md
|
|
65
69
|
docs/CollaborationControllerApi.md
|
|
66
70
|
docs/CommentDTO.md
|
|
67
71
|
docs/CommentsApi.md
|
|
72
|
+
docs/CompleteTaskRequest.md
|
|
68
73
|
docs/ConsumeDelegatedGrantRequest.md
|
|
69
74
|
docs/CopyAudit.md
|
|
70
75
|
docs/CopyRequest.md
|
|
@@ -102,6 +107,8 @@ docs/ESignPublicApi.md
|
|
|
102
107
|
docs/ESignTemplatesApi.md
|
|
103
108
|
docs/ElementInfo.md
|
|
104
109
|
docs/EmbedUrlResponse.md
|
|
110
|
+
docs/EmbeddingBackfillRequest.md
|
|
111
|
+
docs/EmbeddingBackfillStatus.md
|
|
105
112
|
docs/EnrichedAuditLog.md
|
|
106
113
|
docs/EnrichedAuditLogDetails.md
|
|
107
114
|
docs/FavoritesApi.md
|
|
@@ -133,6 +140,7 @@ docs/MintMcpAgentTokenRequest.md
|
|
|
133
140
|
docs/MintUploadTokenRequest.md
|
|
134
141
|
docs/MoveAudit.md
|
|
135
142
|
docs/MoveRequest.md
|
|
143
|
+
docs/MyTasksCountDTO.md
|
|
136
144
|
docs/NotificationDTO.md
|
|
137
145
|
docs/NotificationsApi.md
|
|
138
146
|
docs/OrganizeRequest.md
|
|
@@ -145,7 +153,9 @@ docs/PdfOutlineEntry.md
|
|
|
145
153
|
docs/PdfOutputInfo.md
|
|
146
154
|
docs/PdfPageInfo.md
|
|
147
155
|
docs/PdfTransformAudit.md
|
|
156
|
+
docs/PerDefinition.md
|
|
148
157
|
docs/PublicSignatureView.md
|
|
158
|
+
docs/ReassignTaskRequest.md
|
|
149
159
|
docs/RenameAudit.md
|
|
150
160
|
docs/RenameRequest.md
|
|
151
161
|
docs/ReorganizationApplyRequest.md
|
|
@@ -160,6 +170,7 @@ docs/RoleBinding.md
|
|
|
160
170
|
docs/RotateRequest.md
|
|
161
171
|
docs/SaveAiPreferencesRequest.md
|
|
162
172
|
docs/SaveAiSettingsRequest.md
|
|
173
|
+
docs/SaveWorkflowDefinitionRequest.md
|
|
163
174
|
docs/ScanAgentApi.md
|
|
164
175
|
docs/ScanJobStatusDto.md
|
|
165
176
|
docs/ScanRequestDto.md
|
|
@@ -192,6 +203,7 @@ docs/SmartFilingApi.md
|
|
|
192
203
|
docs/SortInput.md
|
|
193
204
|
docs/SplitOutput.md
|
|
194
205
|
docs/SplitRequest.md
|
|
206
|
+
docs/StartWorkflowRequest.md
|
|
195
207
|
docs/StorageBreakdown.md
|
|
196
208
|
docs/Suggest.md
|
|
197
209
|
docs/TeamMemberInfo.md
|
|
@@ -215,6 +227,23 @@ docs/UserPrivacyDTO.md
|
|
|
215
227
|
docs/UserRegistrationRequest.md
|
|
216
228
|
docs/VerifyOtpRequest.md
|
|
217
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
|
|
218
247
|
git_push.sh
|
|
219
248
|
index.ts
|
|
220
249
|
models/ai-chat-conversation.ts
|
|
@@ -236,8 +265,10 @@ models/bulk-row-result.ts
|
|
|
236
265
|
models/bulk-row.ts
|
|
237
266
|
models/bulk-send-request.ts
|
|
238
267
|
models/bulk-send-response.ts
|
|
268
|
+
models/cancel-instance-request.ts
|
|
239
269
|
models/cloud-signature-subscription.ts
|
|
240
270
|
models/comment-dto.ts
|
|
271
|
+
models/complete-task-request.ts
|
|
241
272
|
models/consume-delegated-grant-request.ts
|
|
242
273
|
models/copy-audit.ts
|
|
243
274
|
models/copy-request.ts
|
|
@@ -264,6 +295,8 @@ models/document-position.ts
|
|
|
264
295
|
models/document-version-info.ts
|
|
265
296
|
models/element-info.ts
|
|
266
297
|
models/embed-url-response.ts
|
|
298
|
+
models/embedding-backfill-request.ts
|
|
299
|
+
models/embedding-backfill-status.ts
|
|
267
300
|
models/enriched-audit-log-details.ts
|
|
268
301
|
models/enriched-audit-log.ts
|
|
269
302
|
models/feature-entitlement.ts
|
|
@@ -290,6 +323,7 @@ models/mint-mcp-agent-token-request.ts
|
|
|
290
323
|
models/mint-upload-token-request.ts
|
|
291
324
|
models/move-audit.ts
|
|
292
325
|
models/move-request.ts
|
|
326
|
+
models/my-tasks-count-dto.ts
|
|
293
327
|
models/notification-dto.ts
|
|
294
328
|
models/organize-request.ts
|
|
295
329
|
models/output-target.ts
|
|
@@ -300,7 +334,9 @@ models/pdf-outline-entry.ts
|
|
|
300
334
|
models/pdf-output-info.ts
|
|
301
335
|
models/pdf-page-info.ts
|
|
302
336
|
models/pdf-transform-audit.ts
|
|
337
|
+
models/per-definition.ts
|
|
303
338
|
models/public-signature-view.ts
|
|
339
|
+
models/reassign-task-request.ts
|
|
304
340
|
models/rename-audit.ts
|
|
305
341
|
models/rename-request.ts
|
|
306
342
|
models/reorganization-apply-request.ts
|
|
@@ -315,6 +351,7 @@ models/role-binding.ts
|
|
|
315
351
|
models/rotate-request.ts
|
|
316
352
|
models/save-ai-preferences-request.ts
|
|
317
353
|
models/save-ai-settings-request.ts
|
|
354
|
+
models/save-workflow-definition-request.ts
|
|
318
355
|
models/scan-job-status-dto.ts
|
|
319
356
|
models/scan-request-dto.ts
|
|
320
357
|
models/scanner-info-dto.ts
|
|
@@ -342,6 +379,7 @@ models/signature-template-role.ts
|
|
|
342
379
|
models/sort-input.ts
|
|
343
380
|
models/split-output.ts
|
|
344
381
|
models/split-request.ts
|
|
382
|
+
models/start-workflow-request.ts
|
|
345
383
|
models/storage-breakdown.ts
|
|
346
384
|
models/suggest.ts
|
|
347
385
|
models/team-member-info.ts
|
|
@@ -361,6 +399,22 @@ models/user-preferences-request.ts
|
|
|
361
399
|
models/user-privacy-dto.ts
|
|
362
400
|
models/user-registration-request.ts
|
|
363
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
|
|
364
418
|
package.json
|
|
365
419
|
tsconfig.esm.json
|
|
366
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):_
|
|
@@ -59,6 +59,8 @@ Class | Method | HTTP request | Description
|
|
|
59
59
|
*AIChatApi* | [**getConversationHistory**](docs/AIChatApi.md#getconversationhistory) | **GET** /api/v1/ai/conversations/{conversationId} | Get conversation history
|
|
60
60
|
*AIChatApi* | [**listConversations**](docs/AIChatApi.md#listconversations) | **GET** /api/v1/ai/conversations | List conversations
|
|
61
61
|
*AIChatApi* | [**proposeByKind**](docs/AIChatApi.md#proposebykind) | **POST** /api/v1/ai/reorganization/by-kind | Propose a reorganisation by kind of document — no model involved
|
|
62
|
+
*AIEmbeddingsApi* | [**backfill1**](docs/AIEmbeddingsApi.md#backfill1) | **POST** /api/v1/ai/embeddings/backfill | Embed existing documents
|
|
63
|
+
*AIEmbeddingsApi* | [**backfillStatus1**](docs/AIEmbeddingsApi.md#backfillstatus1) | **GET** /api/v1/ai/embeddings/backfill/{jobId} | Progress of an embedding backfill job
|
|
62
64
|
*AISettingsApi* | [**deleteSettings**](docs/AISettingsApi.md#deletesettings) | **DELETE** /api/v1/settings/ai | Reset my AI settings
|
|
63
65
|
*AISettingsApi* | [**getSettings1**](docs/AISettingsApi.md#getsettings1) | **GET** /api/v1/settings/ai | Get my AI settings
|
|
64
66
|
*AISettingsApi* | [**listModels**](docs/AISettingsApi.md#listmodels) | **POST** /api/v1/settings/ai/models | List the provider\'s chat models
|
|
@@ -119,7 +121,7 @@ Class | Method | HTTP request | Description
|
|
|
119
121
|
*DocumentVersionControllerApi* | [**downloadVersion**](docs/DocumentVersionControllerApi.md#downloadversion) | **GET** /api/v1/documents/{documentId}/versions/{versionId}/download | Download a specific document version
|
|
120
122
|
*DocumentVersionControllerApi* | [**listVersions**](docs/DocumentVersionControllerApi.md#listversions) | **GET** /api/v1/documents/{documentId}/versions | List document versions
|
|
121
123
|
*DocumentVersionControllerApi* | [**restoreVersion**](docs/DocumentVersionControllerApi.md#restoreversion) | **POST** /api/v1/documents/{documentId}/versions/{versionId}/restore | Restore a previous document version
|
|
122
|
-
*ESignApi* | [**
|
|
124
|
+
*ESignApi* | [**cancel1**](docs/ESignApi.md#cancel1) | **POST** /api/v1/signatures/{id}/cancel | Cancel a non-terminal envelope
|
|
123
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)
|
|
124
126
|
*ESignApi* | [**create**](docs/ESignApi.md#create) | **POST** /api/v1/signatures | Create an envelope (sent immediately unless send=false)
|
|
125
127
|
*ESignApi* | [**events**](docs/ESignApi.md#events) | **GET** /api/v1/signatures/{id}/events | Audit trail of one of my envelopes
|
|
@@ -217,6 +219,21 @@ Class | Method | HTTP request | Description
|
|
|
217
219
|
*WebhookProxyControllerApi* | [**proxy4**](docs/WebhookProxyControllerApi.md#proxy4) | **PATCH** /api/v1/webhooks/** |
|
|
218
220
|
*WebhookProxyControllerApi* | [**proxy5**](docs/WebhookProxyControllerApi.md#proxy5) | **HEAD** /api/v1/webhooks/** |
|
|
219
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
|
|
220
237
|
|
|
221
238
|
|
|
222
239
|
### Documentation For Models
|
|
@@ -240,8 +257,10 @@ Class | Method | HTTP request | Description
|
|
|
240
257
|
- [BulkRowResult](docs/BulkRowResult.md)
|
|
241
258
|
- [BulkSendRequest](docs/BulkSendRequest.md)
|
|
242
259
|
- [BulkSendResponse](docs/BulkSendResponse.md)
|
|
260
|
+
- [CancelInstanceRequest](docs/CancelInstanceRequest.md)
|
|
243
261
|
- [CloudSignatureSubscription](docs/CloudSignatureSubscription.md)
|
|
244
262
|
- [CommentDTO](docs/CommentDTO.md)
|
|
263
|
+
- [CompleteTaskRequest](docs/CompleteTaskRequest.md)
|
|
245
264
|
- [ConsumeDelegatedGrantRequest](docs/ConsumeDelegatedGrantRequest.md)
|
|
246
265
|
- [CopyAudit](docs/CopyAudit.md)
|
|
247
266
|
- [CopyRequest](docs/CopyRequest.md)
|
|
@@ -268,6 +287,8 @@ Class | Method | HTTP request | Description
|
|
|
268
287
|
- [DocumentVersionInfo](docs/DocumentVersionInfo.md)
|
|
269
288
|
- [ElementInfo](docs/ElementInfo.md)
|
|
270
289
|
- [EmbedUrlResponse](docs/EmbedUrlResponse.md)
|
|
290
|
+
- [EmbeddingBackfillRequest](docs/EmbeddingBackfillRequest.md)
|
|
291
|
+
- [EmbeddingBackfillStatus](docs/EmbeddingBackfillStatus.md)
|
|
271
292
|
- [EnrichedAuditLog](docs/EnrichedAuditLog.md)
|
|
272
293
|
- [EnrichedAuditLogDetails](docs/EnrichedAuditLogDetails.md)
|
|
273
294
|
- [FeatureEntitlement](docs/FeatureEntitlement.md)
|
|
@@ -293,6 +314,7 @@ Class | Method | HTTP request | Description
|
|
|
293
314
|
- [MintUploadTokenRequest](docs/MintUploadTokenRequest.md)
|
|
294
315
|
- [MoveAudit](docs/MoveAudit.md)
|
|
295
316
|
- [MoveRequest](docs/MoveRequest.md)
|
|
317
|
+
- [MyTasksCountDTO](docs/MyTasksCountDTO.md)
|
|
296
318
|
- [NotificationDTO](docs/NotificationDTO.md)
|
|
297
319
|
- [OrganizeRequest](docs/OrganizeRequest.md)
|
|
298
320
|
- [OutputTarget](docs/OutputTarget.md)
|
|
@@ -303,7 +325,9 @@ Class | Method | HTTP request | Description
|
|
|
303
325
|
- [PdfOutputInfo](docs/PdfOutputInfo.md)
|
|
304
326
|
- [PdfPageInfo](docs/PdfPageInfo.md)
|
|
305
327
|
- [PdfTransformAudit](docs/PdfTransformAudit.md)
|
|
328
|
+
- [PerDefinition](docs/PerDefinition.md)
|
|
306
329
|
- [PublicSignatureView](docs/PublicSignatureView.md)
|
|
330
|
+
- [ReassignTaskRequest](docs/ReassignTaskRequest.md)
|
|
307
331
|
- [RenameAudit](docs/RenameAudit.md)
|
|
308
332
|
- [RenameRequest](docs/RenameRequest.md)
|
|
309
333
|
- [ReorganizationApplyRequest](docs/ReorganizationApplyRequest.md)
|
|
@@ -318,6 +342,7 @@ Class | Method | HTTP request | Description
|
|
|
318
342
|
- [RotateRequest](docs/RotateRequest.md)
|
|
319
343
|
- [SaveAiPreferencesRequest](docs/SaveAiPreferencesRequest.md)
|
|
320
344
|
- [SaveAiSettingsRequest](docs/SaveAiSettingsRequest.md)
|
|
345
|
+
- [SaveWorkflowDefinitionRequest](docs/SaveWorkflowDefinitionRequest.md)
|
|
321
346
|
- [ScanJobStatusDto](docs/ScanJobStatusDto.md)
|
|
322
347
|
- [ScanRequestDto](docs/ScanRequestDto.md)
|
|
323
348
|
- [ScannerInfoDto](docs/ScannerInfoDto.md)
|
|
@@ -345,6 +370,7 @@ Class | Method | HTTP request | Description
|
|
|
345
370
|
- [SortInput](docs/SortInput.md)
|
|
346
371
|
- [SplitOutput](docs/SplitOutput.md)
|
|
347
372
|
- [SplitRequest](docs/SplitRequest.md)
|
|
373
|
+
- [StartWorkflowRequest](docs/StartWorkflowRequest.md)
|
|
348
374
|
- [StorageBreakdown](docs/StorageBreakdown.md)
|
|
349
375
|
- [Suggest](docs/Suggest.md)
|
|
350
376
|
- [TeamMemberInfo](docs/TeamMemberInfo.md)
|
|
@@ -364,6 +390,22 @@ Class | Method | HTTP request | Description
|
|
|
364
390
|
- [UserPrivacyDTO](docs/UserPrivacyDTO.md)
|
|
365
391
|
- [UserRegistrationRequest](docs/UserRegistrationRequest.md)
|
|
366
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)
|
|
367
409
|
|
|
368
410
|
|
|
369
411
|
<a id="documentation-for-authorization"></a>
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import type { Configuration } from '../configuration';
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
+
import globalAxios from 'axios';
|
|
19
|
+
// Some imports not used depending on template conditions
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from '../common';
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
import type { EmbeddingBackfillRequest } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { EmbeddingBackfillStatus } from '../models';
|
|
28
|
+
/**
|
|
29
|
+
* AIEmbeddingsApi - axios parameter creator
|
|
30
|
+
*/
|
|
31
|
+
export const AIEmbeddingsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
|
+
return {
|
|
33
|
+
/**
|
|
34
|
+
* Queues every FILE without a chunk in the vector store (or every FILE when force), optionally under one folder, and returns the job at once. Poll GET /backfill/{jobId}. Run it after wiping the vector store for an embedding-provider switch.
|
|
35
|
+
* @summary Embed existing documents
|
|
36
|
+
* @param {EmbeddingBackfillRequest} [embeddingBackfillRequest]
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
backfill1: async (embeddingBackfillRequest?: EmbeddingBackfillRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
41
|
+
const localVarPath = `/api/v1/ai/embeddings/backfill`;
|
|
42
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
43
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
44
|
+
let baseOptions;
|
|
45
|
+
if (configuration) {
|
|
46
|
+
baseOptions = configuration.baseOptions;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
50
|
+
const localVarHeaderParameter = {} as any;
|
|
51
|
+
const localVarQueryParameter = {} as any;
|
|
52
|
+
|
|
53
|
+
// authentication keycloak_auth required
|
|
54
|
+
// http bearer authentication required
|
|
55
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
56
|
+
|
|
57
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
58
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
59
|
+
|
|
60
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
61
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
62
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
63
|
+
localVarRequestOptions.data = serializeDataIfNeeded(embeddingBackfillRequest, localVarRequestOptions, configuration)
|
|
64
|
+
|
|
65
|
+
return {
|
|
66
|
+
url: toPathString(localVarUrlObj),
|
|
67
|
+
options: localVarRequestOptions,
|
|
68
|
+
};
|
|
69
|
+
},
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @summary Progress of an embedding backfill job
|
|
73
|
+
* @param {string} jobId
|
|
74
|
+
* @param {*} [options] Override http request option.
|
|
75
|
+
* @throws {RequiredError}
|
|
76
|
+
*/
|
|
77
|
+
backfillStatus1: async (jobId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
78
|
+
// verify required parameter 'jobId' is not null or undefined
|
|
79
|
+
assertParamExists('backfillStatus1', 'jobId', jobId)
|
|
80
|
+
const localVarPath = `/api/v1/ai/embeddings/backfill/{jobId}`
|
|
81
|
+
.replace('{jobId}', encodeURIComponent(String(jobId)));
|
|
82
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
84
|
+
let baseOptions;
|
|
85
|
+
if (configuration) {
|
|
86
|
+
baseOptions = configuration.baseOptions;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
90
|
+
const localVarHeaderParameter = {} as any;
|
|
91
|
+
const localVarQueryParameter = {} as any;
|
|
92
|
+
|
|
93
|
+
// authentication keycloak_auth required
|
|
94
|
+
// http bearer authentication required
|
|
95
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
96
|
+
|
|
97
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
98
|
+
|
|
99
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
100
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
101
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
102
|
+
|
|
103
|
+
return {
|
|
104
|
+
url: toPathString(localVarUrlObj),
|
|
105
|
+
options: localVarRequestOptions,
|
|
106
|
+
};
|
|
107
|
+
},
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* AIEmbeddingsApi - functional programming interface
|
|
113
|
+
*/
|
|
114
|
+
export const AIEmbeddingsApiFp = function(configuration?: Configuration) {
|
|
115
|
+
const localVarAxiosParamCreator = AIEmbeddingsApiAxiosParamCreator(configuration)
|
|
116
|
+
return {
|
|
117
|
+
/**
|
|
118
|
+
* Queues every FILE without a chunk in the vector store (or every FILE when force), optionally under one folder, and returns the job at once. Poll GET /backfill/{jobId}. Run it after wiping the vector store for an embedding-provider switch.
|
|
119
|
+
* @summary Embed existing documents
|
|
120
|
+
* @param {EmbeddingBackfillRequest} [embeddingBackfillRequest]
|
|
121
|
+
* @param {*} [options] Override http request option.
|
|
122
|
+
* @throws {RequiredError}
|
|
123
|
+
*/
|
|
124
|
+
async backfill1(embeddingBackfillRequest?: EmbeddingBackfillRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmbeddingBackfillStatus>> {
|
|
125
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.backfill1(embeddingBackfillRequest, options);
|
|
126
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
127
|
+
const localVarOperationServerBasePath = operationServerMap['AIEmbeddingsApi.backfill1']?.[localVarOperationServerIndex]?.url;
|
|
128
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
129
|
+
},
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
* @summary Progress of an embedding backfill job
|
|
133
|
+
* @param {string} jobId
|
|
134
|
+
* @param {*} [options] Override http request option.
|
|
135
|
+
* @throws {RequiredError}
|
|
136
|
+
*/
|
|
137
|
+
async backfillStatus1(jobId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmbeddingBackfillStatus>> {
|
|
138
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.backfillStatus1(jobId, options);
|
|
139
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
140
|
+
const localVarOperationServerBasePath = operationServerMap['AIEmbeddingsApi.backfillStatus1']?.[localVarOperationServerIndex]?.url;
|
|
141
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
142
|
+
},
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* AIEmbeddingsApi - factory interface
|
|
148
|
+
*/
|
|
149
|
+
export const AIEmbeddingsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
150
|
+
const localVarFp = AIEmbeddingsApiFp(configuration)
|
|
151
|
+
return {
|
|
152
|
+
/**
|
|
153
|
+
* Queues every FILE without a chunk in the vector store (or every FILE when force), optionally under one folder, and returns the job at once. Poll GET /backfill/{jobId}. Run it after wiping the vector store for an embedding-provider switch.
|
|
154
|
+
* @summary Embed existing documents
|
|
155
|
+
* @param {EmbeddingBackfillRequest} [embeddingBackfillRequest]
|
|
156
|
+
* @param {*} [options] Override http request option.
|
|
157
|
+
* @throws {RequiredError}
|
|
158
|
+
*/
|
|
159
|
+
backfill1(embeddingBackfillRequest?: EmbeddingBackfillRequest, options?: RawAxiosRequestConfig): AxiosPromise<EmbeddingBackfillStatus> {
|
|
160
|
+
return localVarFp.backfill1(embeddingBackfillRequest, options).then((request) => request(axios, basePath));
|
|
161
|
+
},
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @summary Progress of an embedding backfill job
|
|
165
|
+
* @param {string} jobId
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
backfillStatus1(jobId: string, options?: RawAxiosRequestConfig): AxiosPromise<EmbeddingBackfillStatus> {
|
|
170
|
+
return localVarFp.backfillStatus1(jobId, options).then((request) => request(axios, basePath));
|
|
171
|
+
},
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* AIEmbeddingsApi - object-oriented interface
|
|
177
|
+
*/
|
|
178
|
+
export class AIEmbeddingsApi extends BaseAPI {
|
|
179
|
+
/**
|
|
180
|
+
* Queues every FILE without a chunk in the vector store (or every FILE when force), optionally under one folder, and returns the job at once. Poll GET /backfill/{jobId}. Run it after wiping the vector store for an embedding-provider switch.
|
|
181
|
+
* @summary Embed existing documents
|
|
182
|
+
* @param {EmbeddingBackfillRequest} [embeddingBackfillRequest]
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
*/
|
|
186
|
+
public backfill1(embeddingBackfillRequest?: EmbeddingBackfillRequest, options?: RawAxiosRequestConfig) {
|
|
187
|
+
return AIEmbeddingsApiFp(this.configuration).backfill1(embeddingBackfillRequest, options).then((request) => request(this.axios, this.basePath));
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
*
|
|
192
|
+
* @summary Progress of an embedding backfill job
|
|
193
|
+
* @param {string} jobId
|
|
194
|
+
* @param {*} [options] Override http request option.
|
|
195
|
+
* @throws {RequiredError}
|
|
196
|
+
*/
|
|
197
|
+
public backfillStatus1(jobId: string, options?: RawAxiosRequestConfig) {
|
|
198
|
+
return AIEmbeddingsApiFp(this.configuration).backfillStatus1(jobId, options).then((request) => request(this.axios, this.basePath));
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
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
|
/**
|