@openfilz-sdk/typescript-ee 1.9.9 → 1.9.11
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 +50 -0
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +43 -3
- package/api/esign-api.ts +9 -9
- package/api/smart-filing-api.ts +75 -0
- 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/smart-filing-api.d.ts +33 -0
- package/dist/api/smart-filing-api.js +70 -0
- 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/smart-filing-api.d.ts +33 -0
- package/dist/esm/api/smart-filing-api.js +70 -0
- 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/auto-file-jobs-request.d.ts +14 -0
- package/dist/esm/models/auto-file-jobs-request.js +14 -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 +24 -0
- package/dist/esm/models/index.js +24 -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/auto-file-jobs-request.d.ts +14 -0
- package/dist/models/auto-file-jobs-request.js +15 -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 +24 -0
- package/dist/models/index.js +24 -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/AutoFileJobsRequest.md +20 -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/SmartFilingApi.md +53 -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/auto-file-jobs-request.ts +20 -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 +24 -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
|
|
@@ -55,6 +56,7 @@ docs/ApplySignatureRequest.md
|
|
|
55
56
|
docs/AuditLogDetails.md
|
|
56
57
|
docs/AuditVerificationResult.md
|
|
57
58
|
docs/AutoFileJobView.md
|
|
59
|
+
docs/AutoFileJobsRequest.md
|
|
58
60
|
docs/AutoFileRequest.md
|
|
59
61
|
docs/AutoFileTicket.md
|
|
60
62
|
docs/BrokenLink.md
|
|
@@ -62,11 +64,13 @@ docs/BulkRow.md
|
|
|
62
64
|
docs/BulkRowResult.md
|
|
63
65
|
docs/BulkSendRequest.md
|
|
64
66
|
docs/BulkSendResponse.md
|
|
67
|
+
docs/CancelInstanceRequest.md
|
|
65
68
|
docs/CloudSignatureSubscription.md
|
|
66
69
|
docs/CollaborationAuditControllerApi.md
|
|
67
70
|
docs/CollaborationControllerApi.md
|
|
68
71
|
docs/CommentDTO.md
|
|
69
72
|
docs/CommentsApi.md
|
|
73
|
+
docs/CompleteTaskRequest.md
|
|
70
74
|
docs/ConsumeDelegatedGrantRequest.md
|
|
71
75
|
docs/CopyAudit.md
|
|
72
76
|
docs/CopyRequest.md
|
|
@@ -137,6 +141,7 @@ docs/MintMcpAgentTokenRequest.md
|
|
|
137
141
|
docs/MintUploadTokenRequest.md
|
|
138
142
|
docs/MoveAudit.md
|
|
139
143
|
docs/MoveRequest.md
|
|
144
|
+
docs/MyTasksCountDTO.md
|
|
140
145
|
docs/NotificationDTO.md
|
|
141
146
|
docs/NotificationsApi.md
|
|
142
147
|
docs/OrganizeRequest.md
|
|
@@ -149,7 +154,9 @@ docs/PdfOutlineEntry.md
|
|
|
149
154
|
docs/PdfOutputInfo.md
|
|
150
155
|
docs/PdfPageInfo.md
|
|
151
156
|
docs/PdfTransformAudit.md
|
|
157
|
+
docs/PerDefinition.md
|
|
152
158
|
docs/PublicSignatureView.md
|
|
159
|
+
docs/ReassignTaskRequest.md
|
|
153
160
|
docs/RenameAudit.md
|
|
154
161
|
docs/RenameRequest.md
|
|
155
162
|
docs/ReorganizationApplyRequest.md
|
|
@@ -164,6 +171,7 @@ docs/RoleBinding.md
|
|
|
164
171
|
docs/RotateRequest.md
|
|
165
172
|
docs/SaveAiPreferencesRequest.md
|
|
166
173
|
docs/SaveAiSettingsRequest.md
|
|
174
|
+
docs/SaveWorkflowDefinitionRequest.md
|
|
167
175
|
docs/ScanAgentApi.md
|
|
168
176
|
docs/ScanJobStatusDto.md
|
|
169
177
|
docs/ScanRequestDto.md
|
|
@@ -196,6 +204,7 @@ docs/SmartFilingApi.md
|
|
|
196
204
|
docs/SortInput.md
|
|
197
205
|
docs/SplitOutput.md
|
|
198
206
|
docs/SplitRequest.md
|
|
207
|
+
docs/StartWorkflowRequest.md
|
|
199
208
|
docs/StorageBreakdown.md
|
|
200
209
|
docs/Suggest.md
|
|
201
210
|
docs/TeamMemberInfo.md
|
|
@@ -219,6 +228,23 @@ docs/UserPrivacyDTO.md
|
|
|
219
228
|
docs/UserRegistrationRequest.md
|
|
220
229
|
docs/VerifyOtpRequest.md
|
|
221
230
|
docs/WebhookProxyControllerApi.md
|
|
231
|
+
docs/WorkflowAction.md
|
|
232
|
+
docs/WorkflowActionFailureAudit.md
|
|
233
|
+
docs/WorkflowAssignment.md
|
|
234
|
+
docs/WorkflowAudit.md
|
|
235
|
+
docs/WorkflowDefinitionDTO.md
|
|
236
|
+
docs/WorkflowEventDTO.md
|
|
237
|
+
docs/WorkflowInstanceDTO.md
|
|
238
|
+
docs/WorkflowInstanceDetailDTO.md
|
|
239
|
+
docs/WorkflowInstancePage.md
|
|
240
|
+
docs/WorkflowProblem.md
|
|
241
|
+
docs/WorkflowSpec.md
|
|
242
|
+
docs/WorkflowState.md
|
|
243
|
+
docs/WorkflowSummaryDTO.md
|
|
244
|
+
docs/WorkflowTaskDTO.md
|
|
245
|
+
docs/WorkflowTransition.md
|
|
246
|
+
docs/WorkflowValidationResult.md
|
|
247
|
+
docs/WorkflowsApi.md
|
|
222
248
|
git_push.sh
|
|
223
249
|
index.ts
|
|
224
250
|
models/ai-chat-conversation.ts
|
|
@@ -233,6 +259,7 @@ models/apply-signature-request.ts
|
|
|
233
259
|
models/audit-log-details.ts
|
|
234
260
|
models/audit-verification-result.ts
|
|
235
261
|
models/auto-file-job-view.ts
|
|
262
|
+
models/auto-file-jobs-request.ts
|
|
236
263
|
models/auto-file-request.ts
|
|
237
264
|
models/auto-file-ticket.ts
|
|
238
265
|
models/broken-link.ts
|
|
@@ -240,8 +267,10 @@ models/bulk-row-result.ts
|
|
|
240
267
|
models/bulk-row.ts
|
|
241
268
|
models/bulk-send-request.ts
|
|
242
269
|
models/bulk-send-response.ts
|
|
270
|
+
models/cancel-instance-request.ts
|
|
243
271
|
models/cloud-signature-subscription.ts
|
|
244
272
|
models/comment-dto.ts
|
|
273
|
+
models/complete-task-request.ts
|
|
245
274
|
models/consume-delegated-grant-request.ts
|
|
246
275
|
models/copy-audit.ts
|
|
247
276
|
models/copy-request.ts
|
|
@@ -296,6 +325,7 @@ models/mint-mcp-agent-token-request.ts
|
|
|
296
325
|
models/mint-upload-token-request.ts
|
|
297
326
|
models/move-audit.ts
|
|
298
327
|
models/move-request.ts
|
|
328
|
+
models/my-tasks-count-dto.ts
|
|
299
329
|
models/notification-dto.ts
|
|
300
330
|
models/organize-request.ts
|
|
301
331
|
models/output-target.ts
|
|
@@ -306,7 +336,9 @@ models/pdf-outline-entry.ts
|
|
|
306
336
|
models/pdf-output-info.ts
|
|
307
337
|
models/pdf-page-info.ts
|
|
308
338
|
models/pdf-transform-audit.ts
|
|
339
|
+
models/per-definition.ts
|
|
309
340
|
models/public-signature-view.ts
|
|
341
|
+
models/reassign-task-request.ts
|
|
310
342
|
models/rename-audit.ts
|
|
311
343
|
models/rename-request.ts
|
|
312
344
|
models/reorganization-apply-request.ts
|
|
@@ -321,6 +353,7 @@ models/role-binding.ts
|
|
|
321
353
|
models/rotate-request.ts
|
|
322
354
|
models/save-ai-preferences-request.ts
|
|
323
355
|
models/save-ai-settings-request.ts
|
|
356
|
+
models/save-workflow-definition-request.ts
|
|
324
357
|
models/scan-job-status-dto.ts
|
|
325
358
|
models/scan-request-dto.ts
|
|
326
359
|
models/scanner-info-dto.ts
|
|
@@ -348,6 +381,7 @@ models/signature-template-role.ts
|
|
|
348
381
|
models/sort-input.ts
|
|
349
382
|
models/split-output.ts
|
|
350
383
|
models/split-request.ts
|
|
384
|
+
models/start-workflow-request.ts
|
|
351
385
|
models/storage-breakdown.ts
|
|
352
386
|
models/suggest.ts
|
|
353
387
|
models/team-member-info.ts
|
|
@@ -367,6 +401,22 @@ models/user-preferences-request.ts
|
|
|
367
401
|
models/user-privacy-dto.ts
|
|
368
402
|
models/user-registration-request.ts
|
|
369
403
|
models/verify-otp-request.ts
|
|
404
|
+
models/workflow-action-failure-audit.ts
|
|
405
|
+
models/workflow-action.ts
|
|
406
|
+
models/workflow-assignment.ts
|
|
407
|
+
models/workflow-audit.ts
|
|
408
|
+
models/workflow-definition-dto.ts
|
|
409
|
+
models/workflow-event-dto.ts
|
|
410
|
+
models/workflow-instance-detail-dto.ts
|
|
411
|
+
models/workflow-instance-dto.ts
|
|
412
|
+
models/workflow-instance-page.ts
|
|
413
|
+
models/workflow-problem.ts
|
|
414
|
+
models/workflow-spec.ts
|
|
415
|
+
models/workflow-state.ts
|
|
416
|
+
models/workflow-summary-dto.ts
|
|
417
|
+
models/workflow-task-dto.ts
|
|
418
|
+
models/workflow-transition.ts
|
|
419
|
+
models/workflow-validation-result.ts
|
|
370
420
|
package.json
|
|
371
421
|
tsconfig.esm.json
|
|
372
422
|
tsconfig.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c6542df1a7dca342928d6cac68641b89057f85d48f2afc7b29ae0acce68a4853
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @openfilz-sdk/typescript-ee@1.9.
|
|
1
|
+
## @openfilz-sdk/typescript-ee@1.9.11
|
|
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.11 --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
|
|
@@ -196,6 +196,7 @@ Class | Method | HTTP request | Description
|
|
|
196
196
|
*SettingsApi* | [**saveSettings**](docs/SettingsApi.md#savesettings) | **PUT** /api/v1/settings | Save user preferences
|
|
197
197
|
*SmartFilingApi* | [**file**](docs/SmartFilingApi.md#file) | **POST** /api/v1/ai/auto-file | File existing documents on demand
|
|
198
198
|
*SmartFilingApi* | [**job**](docs/SmartFilingApi.md#job) | **GET** /api/v1/ai/auto-file/{jobId} | Progress and outcome of a filing job
|
|
199
|
+
*SmartFilingApi* | [**jobs**](docs/SmartFilingApi.md#jobs) | **POST** /api/v1/ai/auto-file/jobs | Progress and outcome of several filing jobs
|
|
199
200
|
*SmartFilingApi* | [**lastFiling**](docs/SmartFilingApi.md#lastfiling) | **GET** /api/v1/ai/auto-file/document/{documentId} | The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
200
201
|
*SmartFilingApi* | [**undo**](docs/SmartFilingApi.md#undo) | **POST** /api/v1/ai/auto-file/{jobId}/undo | Move every document the job filed back where it came from
|
|
201
202
|
*SmartFilingApi* | [**undoFiling**](docs/SmartFilingApi.md#undofiling) | **POST** /api/v1/ai/auto-file/filing/{planId}/undo | Move one filed document back (the chip\'s \"Move back\")
|
|
@@ -219,6 +220,21 @@ Class | Method | HTTP request | Description
|
|
|
219
220
|
*WebhookProxyControllerApi* | [**proxy4**](docs/WebhookProxyControllerApi.md#proxy4) | **PATCH** /api/v1/webhooks/** |
|
|
220
221
|
*WebhookProxyControllerApi* | [**proxy5**](docs/WebhookProxyControllerApi.md#proxy5) | **HEAD** /api/v1/webhooks/** |
|
|
221
222
|
*WebhookProxyControllerApi* | [**proxy6**](docs/WebhookProxyControllerApi.md#proxy6) | **OPTIONS** /api/v1/webhooks/** |
|
|
223
|
+
*WorkflowsApi* | [**cancel**](docs/WorkflowsApi.md#cancel) | **POST** /api/v1/workflows/instances/{id}/cancel | Cancel a running instance (initiator)
|
|
224
|
+
*WorkflowsApi* | [**complete**](docs/WorkflowsApi.md#complete) | **POST** /api/v1/workflows/tasks/{id}/complete | Take a transition on a task I am a candidate of
|
|
225
|
+
*WorkflowsApi* | [**createDefinition**](docs/WorkflowsApi.md#createdefinition) | **POST** /api/v1/workflows/definitions | Create a workflow definition (400 with the problem list when invalid)
|
|
226
|
+
*WorkflowsApi* | [**deleteDefinition**](docs/WorkflowsApi.md#deletedefinition) | **DELETE** /api/v1/workflows/definitions/{id} | Delete a workflow definition (409 while instances are running)
|
|
227
|
+
*WorkflowsApi* | [**getDefinition**](docs/WorkflowsApi.md#getdefinition) | **GET** /api/v1/workflows/definitions/{id} | Get a workflow definition
|
|
228
|
+
*WorkflowsApi* | [**getInstance**](docs/WorkflowsApi.md#getinstance) | **GET** /api/v1/workflows/instances/{id} | One instance with its snapshot spec, open task and history
|
|
229
|
+
*WorkflowsApi* | [**listDefinitions**](docs/WorkflowsApi.md#listdefinitions) | **GET** /api/v1/workflows/definitions | List workflow definitions
|
|
230
|
+
*WorkflowsApi* | [**listInstances**](docs/WorkflowsApi.md#listinstances) | **GET** /api/v1/workflows/instances | List instances (monitor), newest first
|
|
231
|
+
*WorkflowsApi* | [**myTasks**](docs/WorkflowsApi.md#mytasks) | **GET** /api/v1/workflows/tasks/mine | Open tasks I can act on (by e-mail or role)
|
|
232
|
+
*WorkflowsApi* | [**myTasksCount**](docs/WorkflowsApi.md#mytaskscount) | **GET** /api/v1/workflows/tasks/mine/count | Number of open tasks I can act on (sidebar badge)
|
|
233
|
+
*WorkflowsApi* | [**reassign**](docs/WorkflowsApi.md#reassign) | **POST** /api/v1/workflows/tasks/{id}/reassign | Hand a task to other people (initiator or current candidate)
|
|
234
|
+
*WorkflowsApi* | [**start**](docs/WorkflowsApi.md#start) | **POST** /api/v1/workflows/instances | Start a workflow on a document (409 when one is already running)
|
|
235
|
+
*WorkflowsApi* | [**summary**](docs/WorkflowsApi.md#summary) | **GET** /api/v1/workflows/instances/summary | Counts for the monitor header
|
|
236
|
+
*WorkflowsApi* | [**updateDefinition**](docs/WorkflowsApi.md#updatedefinition) | **PUT** /api/v1/workflows/definitions/{id} | Update a workflow definition (running instances keep their snapshot)
|
|
237
|
+
*WorkflowsApi* | [**validateDefinition**](docs/WorkflowsApi.md#validatedefinition) | **POST** /api/v1/workflows/definitions/validate | Validate a definition without saving it
|
|
222
238
|
|
|
223
239
|
|
|
224
240
|
### Documentation For Models
|
|
@@ -235,6 +251,7 @@ Class | Method | HTTP request | Description
|
|
|
235
251
|
- [AuditLogDetails](docs/AuditLogDetails.md)
|
|
236
252
|
- [AuditVerificationResult](docs/AuditVerificationResult.md)
|
|
237
253
|
- [AutoFileJobView](docs/AutoFileJobView.md)
|
|
254
|
+
- [AutoFileJobsRequest](docs/AutoFileJobsRequest.md)
|
|
238
255
|
- [AutoFileRequest](docs/AutoFileRequest.md)
|
|
239
256
|
- [AutoFileTicket](docs/AutoFileTicket.md)
|
|
240
257
|
- [BrokenLink](docs/BrokenLink.md)
|
|
@@ -242,8 +259,10 @@ Class | Method | HTTP request | Description
|
|
|
242
259
|
- [BulkRowResult](docs/BulkRowResult.md)
|
|
243
260
|
- [BulkSendRequest](docs/BulkSendRequest.md)
|
|
244
261
|
- [BulkSendResponse](docs/BulkSendResponse.md)
|
|
262
|
+
- [CancelInstanceRequest](docs/CancelInstanceRequest.md)
|
|
245
263
|
- [CloudSignatureSubscription](docs/CloudSignatureSubscription.md)
|
|
246
264
|
- [CommentDTO](docs/CommentDTO.md)
|
|
265
|
+
- [CompleteTaskRequest](docs/CompleteTaskRequest.md)
|
|
247
266
|
- [ConsumeDelegatedGrantRequest](docs/ConsumeDelegatedGrantRequest.md)
|
|
248
267
|
- [CopyAudit](docs/CopyAudit.md)
|
|
249
268
|
- [CopyRequest](docs/CopyRequest.md)
|
|
@@ -297,6 +316,7 @@ Class | Method | HTTP request | Description
|
|
|
297
316
|
- [MintUploadTokenRequest](docs/MintUploadTokenRequest.md)
|
|
298
317
|
- [MoveAudit](docs/MoveAudit.md)
|
|
299
318
|
- [MoveRequest](docs/MoveRequest.md)
|
|
319
|
+
- [MyTasksCountDTO](docs/MyTasksCountDTO.md)
|
|
300
320
|
- [NotificationDTO](docs/NotificationDTO.md)
|
|
301
321
|
- [OrganizeRequest](docs/OrganizeRequest.md)
|
|
302
322
|
- [OutputTarget](docs/OutputTarget.md)
|
|
@@ -307,7 +327,9 @@ Class | Method | HTTP request | Description
|
|
|
307
327
|
- [PdfOutputInfo](docs/PdfOutputInfo.md)
|
|
308
328
|
- [PdfPageInfo](docs/PdfPageInfo.md)
|
|
309
329
|
- [PdfTransformAudit](docs/PdfTransformAudit.md)
|
|
330
|
+
- [PerDefinition](docs/PerDefinition.md)
|
|
310
331
|
- [PublicSignatureView](docs/PublicSignatureView.md)
|
|
332
|
+
- [ReassignTaskRequest](docs/ReassignTaskRequest.md)
|
|
311
333
|
- [RenameAudit](docs/RenameAudit.md)
|
|
312
334
|
- [RenameRequest](docs/RenameRequest.md)
|
|
313
335
|
- [ReorganizationApplyRequest](docs/ReorganizationApplyRequest.md)
|
|
@@ -322,6 +344,7 @@ Class | Method | HTTP request | Description
|
|
|
322
344
|
- [RotateRequest](docs/RotateRequest.md)
|
|
323
345
|
- [SaveAiPreferencesRequest](docs/SaveAiPreferencesRequest.md)
|
|
324
346
|
- [SaveAiSettingsRequest](docs/SaveAiSettingsRequest.md)
|
|
347
|
+
- [SaveWorkflowDefinitionRequest](docs/SaveWorkflowDefinitionRequest.md)
|
|
325
348
|
- [ScanJobStatusDto](docs/ScanJobStatusDto.md)
|
|
326
349
|
- [ScanRequestDto](docs/ScanRequestDto.md)
|
|
327
350
|
- [ScannerInfoDto](docs/ScannerInfoDto.md)
|
|
@@ -349,6 +372,7 @@ Class | Method | HTTP request | Description
|
|
|
349
372
|
- [SortInput](docs/SortInput.md)
|
|
350
373
|
- [SplitOutput](docs/SplitOutput.md)
|
|
351
374
|
- [SplitRequest](docs/SplitRequest.md)
|
|
375
|
+
- [StartWorkflowRequest](docs/StartWorkflowRequest.md)
|
|
352
376
|
- [StorageBreakdown](docs/StorageBreakdown.md)
|
|
353
377
|
- [Suggest](docs/Suggest.md)
|
|
354
378
|
- [TeamMemberInfo](docs/TeamMemberInfo.md)
|
|
@@ -368,6 +392,22 @@ Class | Method | HTTP request | Description
|
|
|
368
392
|
- [UserPrivacyDTO](docs/UserPrivacyDTO.md)
|
|
369
393
|
- [UserRegistrationRequest](docs/UserRegistrationRequest.md)
|
|
370
394
|
- [VerifyOtpRequest](docs/VerifyOtpRequest.md)
|
|
395
|
+
- [WorkflowAction](docs/WorkflowAction.md)
|
|
396
|
+
- [WorkflowActionFailureAudit](docs/WorkflowActionFailureAudit.md)
|
|
397
|
+
- [WorkflowAssignment](docs/WorkflowAssignment.md)
|
|
398
|
+
- [WorkflowAudit](docs/WorkflowAudit.md)
|
|
399
|
+
- [WorkflowDefinitionDTO](docs/WorkflowDefinitionDTO.md)
|
|
400
|
+
- [WorkflowEventDTO](docs/WorkflowEventDTO.md)
|
|
401
|
+
- [WorkflowInstanceDTO](docs/WorkflowInstanceDTO.md)
|
|
402
|
+
- [WorkflowInstanceDetailDTO](docs/WorkflowInstanceDetailDTO.md)
|
|
403
|
+
- [WorkflowInstancePage](docs/WorkflowInstancePage.md)
|
|
404
|
+
- [WorkflowProblem](docs/WorkflowProblem.md)
|
|
405
|
+
- [WorkflowSpec](docs/WorkflowSpec.md)
|
|
406
|
+
- [WorkflowState](docs/WorkflowState.md)
|
|
407
|
+
- [WorkflowSummaryDTO](docs/WorkflowSummaryDTO.md)
|
|
408
|
+
- [WorkflowTaskDTO](docs/WorkflowTaskDTO.md)
|
|
409
|
+
- [WorkflowTransition](docs/WorkflowTransition.md)
|
|
410
|
+
- [WorkflowValidationResult](docs/WorkflowValidationResult.md)
|
|
371
411
|
|
|
372
412
|
|
|
373
413
|
<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
|
/**
|
package/api/smart-filing-api.ts
CHANGED
|
@@ -24,6 +24,8 @@ import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError
|
|
|
24
24
|
// @ts-ignore
|
|
25
25
|
import type { AutoFileJobView } from '../models';
|
|
26
26
|
// @ts-ignore
|
|
27
|
+
import type { AutoFileJobsRequest } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
27
29
|
import type { AutoFileRequest } from '../models';
|
|
28
30
|
// @ts-ignore
|
|
29
31
|
import type { FilingOutcome } from '../models';
|
|
@@ -109,6 +111,45 @@ export const SmartFilingApiAxiosParamCreator = function (configuration?: Configu
|
|
|
109
111
|
options: localVarRequestOptions,
|
|
110
112
|
};
|
|
111
113
|
},
|
|
114
|
+
/**
|
|
115
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
116
|
+
* @summary Progress and outcome of several filing jobs
|
|
117
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
*/
|
|
121
|
+
jobs: async (autoFileJobsRequest: AutoFileJobsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
122
|
+
// verify required parameter 'autoFileJobsRequest' is not null or undefined
|
|
123
|
+
assertParamExists('jobs', 'autoFileJobsRequest', autoFileJobsRequest)
|
|
124
|
+
const localVarPath = `/api/v1/ai/auto-file/jobs`;
|
|
125
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
126
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
127
|
+
let baseOptions;
|
|
128
|
+
if (configuration) {
|
|
129
|
+
baseOptions = configuration.baseOptions;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
133
|
+
const localVarHeaderParameter = {} as any;
|
|
134
|
+
const localVarQueryParameter = {} as any;
|
|
135
|
+
|
|
136
|
+
// authentication keycloak_auth required
|
|
137
|
+
// http bearer authentication required
|
|
138
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
139
|
+
|
|
140
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
141
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
142
|
+
|
|
143
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
144
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
146
|
+
localVarRequestOptions.data = serializeDataIfNeeded(autoFileJobsRequest, localVarRequestOptions, configuration)
|
|
147
|
+
|
|
148
|
+
return {
|
|
149
|
+
url: toPathString(localVarUrlObj),
|
|
150
|
+
options: localVarRequestOptions,
|
|
151
|
+
};
|
|
152
|
+
},
|
|
112
153
|
/**
|
|
113
154
|
*
|
|
114
155
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -258,6 +299,19 @@ export const SmartFilingApiFp = function(configuration?: Configuration) {
|
|
|
258
299
|
const localVarOperationServerBasePath = operationServerMap['SmartFilingApi.job']?.[localVarOperationServerIndex]?.url;
|
|
259
300
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
260
301
|
},
|
|
302
|
+
/**
|
|
303
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
304
|
+
* @summary Progress and outcome of several filing jobs
|
|
305
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
306
|
+
* @param {*} [options] Override http request option.
|
|
307
|
+
* @throws {RequiredError}
|
|
308
|
+
*/
|
|
309
|
+
async jobs(autoFileJobsRequest: AutoFileJobsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AutoFileJobView>>> {
|
|
310
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.jobs(autoFileJobsRequest, options);
|
|
311
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
312
|
+
const localVarOperationServerBasePath = operationServerMap['SmartFilingApi.jobs']?.[localVarOperationServerIndex]?.url;
|
|
313
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
314
|
+
},
|
|
261
315
|
/**
|
|
262
316
|
*
|
|
263
317
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -326,6 +380,16 @@ export const SmartFilingApiFactory = function (configuration?: Configuration, ba
|
|
|
326
380
|
job(jobId: string, options?: RawAxiosRequestConfig): AxiosPromise<AutoFileJobView> {
|
|
327
381
|
return localVarFp.job(jobId, options).then((request) => request(axios, basePath));
|
|
328
382
|
},
|
|
383
|
+
/**
|
|
384
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
385
|
+
* @summary Progress and outcome of several filing jobs
|
|
386
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
387
|
+
* @param {*} [options] Override http request option.
|
|
388
|
+
* @throws {RequiredError}
|
|
389
|
+
*/
|
|
390
|
+
jobs(autoFileJobsRequest: AutoFileJobsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AutoFileJobView>> {
|
|
391
|
+
return localVarFp.jobs(autoFileJobsRequest, options).then((request) => request(axios, basePath));
|
|
392
|
+
},
|
|
329
393
|
/**
|
|
330
394
|
*
|
|
331
395
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -385,6 +449,17 @@ export class SmartFilingApi extends BaseAPI {
|
|
|
385
449
|
return SmartFilingApiFp(this.configuration).job(jobId, options).then((request) => request(this.axios, this.basePath));
|
|
386
450
|
}
|
|
387
451
|
|
|
452
|
+
/**
|
|
453
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
454
|
+
* @summary Progress and outcome of several filing jobs
|
|
455
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
456
|
+
* @param {*} [options] Override http request option.
|
|
457
|
+
* @throws {RequiredError}
|
|
458
|
+
*/
|
|
459
|
+
public jobs(autoFileJobsRequest: AutoFileJobsRequest, options?: RawAxiosRequestConfig) {
|
|
460
|
+
return SmartFilingApiFp(this.configuration).jobs(autoFileJobsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
461
|
+
}
|
|
462
|
+
|
|
388
463
|
/**
|
|
389
464
|
*
|
|
390
465
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|