@openfilz-sdk/typescript-ee 1.7.4 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/.openapi-generator/FILES +16 -1
  2. package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
  3. package/README.md +16 -2
  4. package/api/aichat-api.ts +341 -0
  5. package/api/aisettings-api.ts +335 -0
  6. package/api.ts +2 -0
  7. package/common.ts +2 -2
  8. package/dist/api/aichat-api.d.ts +161 -0
  9. package/dist/api/aichat-api.js +332 -0
  10. package/dist/api/aisettings-api.d.ts +157 -0
  11. package/dist/api/aisettings-api.js +326 -0
  12. package/dist/api/collaboration-audit-controller-api.d.ts +3 -3
  13. package/dist/api/collaboration-controller-api.d.ts +15 -15
  14. package/dist/api/comments-api.d.ts +3 -3
  15. package/dist/api/dashboard-api.d.ts +1 -1
  16. package/dist/api/delegated-browse-grants-admin-api.d.ts +5 -5
  17. package/dist/api/delegated-browse-grants-end-user-api.d.ts +5 -5
  18. package/dist/api/digital-signature-api.d.ts +6 -6
  19. package/dist/api/digital-signature-public-api.d.ts +5 -5
  20. package/dist/api/document-controller-api.d.ts +15 -15
  21. package/dist/api/document-suggestion-controller-api.d.ts +1 -1
  22. package/dist/api/document-version-controller-api.d.ts +3 -3
  23. package/dist/api/favorites-api.d.ts +4 -4
  24. package/dist/api/file-controller-api.d.ts +4 -4
  25. package/dist/api/folder-controller-api.d.ts +7 -7
  26. package/dist/api/notifications-api.d.ts +5 -5
  27. package/dist/api/scan-agent-api.d.ts +2 -2
  28. package/dist/api/scanner-proxy-api.d.ts +5 -5
  29. package/dist/api/search-administration-api.d.ts +4 -4
  30. package/dist/api/settings-api.d.ts +2 -2
  31. package/dist/api/tus-controller-api.d.ts +9 -9
  32. package/dist/api/upload-token-controller-api.d.ts +2 -2
  33. package/dist/api/user-privacy-api.d.ts +2 -2
  34. package/dist/api/webhook-proxy-controller-api.d.ts +7 -7
  35. package/dist/api.d.ts +2 -0
  36. package/dist/api.js +2 -0
  37. package/dist/esm/api/aichat-api.d.ts +161 -0
  38. package/dist/esm/api/aichat-api.js +325 -0
  39. package/dist/esm/api/aisettings-api.d.ts +157 -0
  40. package/dist/esm/api/aisettings-api.js +319 -0
  41. package/dist/esm/api/collaboration-audit-controller-api.d.ts +3 -3
  42. package/dist/esm/api/collaboration-controller-api.d.ts +15 -15
  43. package/dist/esm/api/comments-api.d.ts +3 -3
  44. package/dist/esm/api/dashboard-api.d.ts +1 -1
  45. package/dist/esm/api/delegated-browse-grants-admin-api.d.ts +5 -5
  46. package/dist/esm/api/delegated-browse-grants-end-user-api.d.ts +5 -5
  47. package/dist/esm/api/digital-signature-api.d.ts +6 -6
  48. package/dist/esm/api/digital-signature-public-api.d.ts +5 -5
  49. package/dist/esm/api/document-controller-api.d.ts +15 -15
  50. package/dist/esm/api/document-suggestion-controller-api.d.ts +1 -1
  51. package/dist/esm/api/document-version-controller-api.d.ts +3 -3
  52. package/dist/esm/api/favorites-api.d.ts +4 -4
  53. package/dist/esm/api/file-controller-api.d.ts +4 -4
  54. package/dist/esm/api/folder-controller-api.d.ts +7 -7
  55. package/dist/esm/api/notifications-api.d.ts +5 -5
  56. package/dist/esm/api/scan-agent-api.d.ts +2 -2
  57. package/dist/esm/api/scanner-proxy-api.d.ts +5 -5
  58. package/dist/esm/api/search-administration-api.d.ts +4 -4
  59. package/dist/esm/api/settings-api.d.ts +2 -2
  60. package/dist/esm/api/tus-controller-api.d.ts +9 -9
  61. package/dist/esm/api/upload-token-controller-api.d.ts +2 -2
  62. package/dist/esm/api/user-privacy-api.d.ts +2 -2
  63. package/dist/esm/api/webhook-proxy-controller-api.d.ts +7 -7
  64. package/dist/esm/api.d.ts +2 -0
  65. package/dist/esm/api.js +2 -0
  66. package/dist/esm/models/ai-chat-conversation.d.ts +18 -0
  67. package/dist/esm/models/ai-chat-conversation.js +14 -0
  68. package/dist/esm/models/ai-chat-request.d.ts +15 -0
  69. package/dist/esm/models/ai-chat-request.js +14 -0
  70. package/dist/esm/models/ai-chat-response.d.ts +23 -0
  71. package/dist/esm/models/ai-chat-response.js +18 -0
  72. package/dist/esm/models/ai-connection-test-result.d.ts +16 -0
  73. package/dist/esm/models/ai-connection-test-result.js +14 -0
  74. package/dist/esm/models/ai-settings-response.d.ts +21 -0
  75. package/dist/esm/models/ai-settings-response.js +14 -0
  76. package/dist/esm/models/index.d.ts +6 -0
  77. package/dist/esm/models/index.js +6 -0
  78. package/dist/esm/models/save-ai-settings-request.d.ts +36 -0
  79. package/dist/esm/models/save-ai-settings-request.js +19 -0
  80. package/dist/esm/models/settings.d.ts +2 -0
  81. package/dist/models/ai-chat-conversation.d.ts +18 -0
  82. package/dist/models/ai-chat-conversation.js +15 -0
  83. package/dist/models/ai-chat-request.d.ts +15 -0
  84. package/dist/models/ai-chat-request.js +15 -0
  85. package/dist/models/ai-chat-response.d.ts +23 -0
  86. package/dist/models/ai-chat-response.js +21 -0
  87. package/dist/models/ai-connection-test-result.d.ts +16 -0
  88. package/dist/models/ai-connection-test-result.js +15 -0
  89. package/dist/models/ai-settings-response.d.ts +21 -0
  90. package/dist/models/ai-settings-response.js +15 -0
  91. package/dist/models/index.d.ts +6 -0
  92. package/dist/models/index.js +6 -0
  93. package/dist/models/save-ai-settings-request.d.ts +36 -0
  94. package/dist/models/save-ai-settings-request.js +22 -0
  95. package/dist/models/settings.d.ts +2 -0
  96. package/docs/AIChatApi.md +209 -0
  97. package/docs/AISettingsApi.md +203 -0
  98. package/docs/AiChatConversation.md +28 -0
  99. package/docs/AiChatRequest.md +22 -0
  100. package/docs/AiChatResponse.md +26 -0
  101. package/docs/AiConnectionTestResult.md +24 -0
  102. package/docs/AiSettingsResponse.md +34 -0
  103. package/docs/SaveAiSettingsRequest.md +26 -0
  104. package/docs/Settings.md +4 -0
  105. package/models/ai-chat-conversation.ts +24 -0
  106. package/models/ai-chat-request.ts +21 -0
  107. package/models/ai-chat-response.ts +32 -0
  108. package/models/ai-connection-test-result.ts +22 -0
  109. package/models/ai-settings-response.ts +27 -0
  110. package/models/index.ts +6 -0
  111. package/models/save-ai-settings-request.ts +45 -0
  112. package/models/settings.ts +2 -0
  113. package/package.json +1 -1
@@ -179,7 +179,7 @@ export declare class DigitalSignatureApi extends BaseAPI {
179
179
  * @param {*} [options] Override http request option.
180
180
  * @throws {RequiredError}
181
181
  */
182
- archive(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureArchiveDTO, any, {}>>;
182
+ archive(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureArchiveDTO, any, {}, any>>;
183
183
  /**
184
184
  *
185
185
  * @summary Cancel a non-terminal envelope
@@ -187,7 +187,7 @@ export declare class DigitalSignatureApi extends BaseAPI {
187
187
  * @param {*} [options] Override http request option.
188
188
  * @throws {RequiredError}
189
189
  */
190
- cancel(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO, any, {}>>;
190
+ cancel(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO, any, {}, any>>;
191
191
  /**
192
192
  *
193
193
  * @summary Create and send a signature envelope
@@ -195,7 +195,7 @@ export declare class DigitalSignatureApi extends BaseAPI {
195
195
  * @param {*} [options] Override http request option.
196
196
  * @throws {RequiredError}
197
197
  */
198
- create(createSignatureEnvelopeRequest: CreateSignatureEnvelopeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO, any, {}>>;
198
+ create(createSignatureEnvelopeRequest: CreateSignatureEnvelopeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO, any, {}, any>>;
199
199
  /**
200
200
  *
201
201
  * @summary Get a single envelope I sent
@@ -203,19 +203,19 @@ export declare class DigitalSignatureApi extends BaseAPI {
203
203
  * @param {*} [options] Override http request option.
204
204
  * @throws {RequiredError}
205
205
  */
206
- get1(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO, any, {}>>;
206
+ get1(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO, any, {}, any>>;
207
207
  /**
208
208
  *
209
209
  * @summary List envelopes I sent for signature
210
210
  * @param {*} [options] Override http request option.
211
211
  * @throws {RequiredError}
212
212
  */
213
- listSent(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO[], any, {}>>;
213
+ listSent(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO[], any, {}, any>>;
214
214
  /**
215
215
  *
216
216
  * @summary List documents waiting for my signature
217
217
  * @param {*} [options] Override http request option.
218
218
  * @throws {RequiredError}
219
219
  */
220
- listToSign(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO[], any, {}>>;
220
+ listToSign(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignatureEnvelopeDTO[], any, {}, any>>;
221
221
  }
@@ -174,7 +174,7 @@ export declare class DigitalSignaturePublicApi extends BaseAPI {
174
174
  * @param {*} [options] Override http request option.
175
175
  * @throws {RequiredError}
176
176
  */
177
- decline1(token: string, declineSignatureRequest?: DeclineSignatureRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}>>;
177
+ decline1(token: string, declineSignatureRequest?: DeclineSignatureRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}, any>>;
178
178
  /**
179
179
  *
180
180
  * @summary Stream the source PDF for signing
@@ -182,7 +182,7 @@ export declare class DigitalSignaturePublicApi extends BaseAPI {
182
182
  * @param {*} [options] Override http request option.
183
183
  * @throws {RequiredError}
184
184
  */
185
- document(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
185
+ document(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}, any>>;
186
186
  /**
187
187
  *
188
188
  * @summary Record that the recipient opened the document
@@ -191,7 +191,7 @@ export declare class DigitalSignaturePublicApi extends BaseAPI {
191
191
  * @param {*} [options] Override http request option.
192
192
  * @throws {RequiredError}
193
193
  */
194
- markViewed(token: string, userAgent?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}>>;
194
+ markViewed(token: string, userAgent?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}, any>>;
195
195
  /**
196
196
  *
197
197
  * @summary Apply the recipient\'s signature
@@ -201,7 +201,7 @@ export declare class DigitalSignaturePublicApi extends BaseAPI {
201
201
  * @param {*} [options] Override http request option.
202
202
  * @throws {RequiredError}
203
203
  */
204
- sign(token: string, applySignatureRequest: ApplySignatureRequest, userAgent?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}>>;
204
+ sign(token: string, applySignatureRequest: ApplySignatureRequest, userAgent?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}, any>>;
205
205
  /**
206
206
  *
207
207
  * @summary Resolve a signing token to its envelope view
@@ -209,5 +209,5 @@ export declare class DigitalSignaturePublicApi extends BaseAPI {
209
209
  * @param {*} [options] Override http request option.
210
210
  * @throws {RequiredError}
211
211
  */
212
- view(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}>>;
212
+ view(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PublicSignatureView, any, {}, any>>;
213
213
  }
@@ -463,7 +463,7 @@ export declare class DocumentControllerApi extends BaseAPI {
463
463
  * @param {*} [options] Override http request option.
464
464
  * @throws {RequiredError}
465
465
  */
466
- createBlankDocument(createBlankDocumentRequest: CreateBlankDocumentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}>>;
466
+ createBlankDocument(createBlankDocumentRequest: CreateBlankDocumentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}, any>>;
467
467
  /**
468
468
  * Deletes specified metadata keys from a document.
469
469
  * @summary Delete specific metadata keys
@@ -472,7 +472,7 @@ export declare class DocumentControllerApi extends BaseAPI {
472
472
  * @param {*} [options] Override http request option.
473
473
  * @throws {RequiredError}
474
474
  */
475
- deleteDocumentMetadata(documentId: string, deleteMetadataRequest: DeleteMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
475
+ deleteDocumentMetadata(documentId: string, deleteMetadataRequest: DeleteMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
476
476
  /**
477
477
  * Downloads a single file document.
478
478
  * @summary Download a document
@@ -480,7 +480,7 @@ export declare class DocumentControllerApi extends BaseAPI {
480
480
  * @param {*} [options] Override http request option.
481
481
  * @throws {RequiredError}
482
482
  */
483
- downloadDocument(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
483
+ downloadDocument(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}, any>>;
484
484
  /**
485
485
  * Internal endpoint for OnlyOffice DocumentServer to fetch document content. Uses token-based authentication.
486
486
  * @summary Download document for OnlyOffice
@@ -490,7 +490,7 @@ export declare class DocumentControllerApi extends BaseAPI {
490
490
  * @param {*} [options] Override http request option.
491
491
  * @throws {RequiredError}
492
492
  */
493
- downloadForOnlyOffice(documentId: string, token: string, versionId?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
493
+ downloadForOnlyOffice(documentId: string, token: string, versionId?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}, any>>;
494
494
  /**
495
495
  * Downloads multiple documents as a single ZIP file.
496
496
  * @summary Download multiple documents as ZIP
@@ -498,7 +498,7 @@ export declare class DocumentControllerApi extends BaseAPI {
498
498
  * @param {*} [options] Override http request option.
499
499
  * @throws {RequiredError}
500
500
  */
501
- downloadMultipleDocumentsAsZip(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
501
+ downloadMultipleDocumentsAsZip(requestBody: Array<string>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}, any>>;
502
502
  /**
503
503
  * Retrieves all ancestor folders (parent path) of a document, ordered from root to immediate parent.
504
504
  * @summary Get document ancestors
@@ -506,7 +506,7 @@ export declare class DocumentControllerApi extends BaseAPI {
506
506
  * @param {*} [options] Override http request option.
507
507
  * @throws {RequiredError}
508
508
  */
509
- getDocumentAncestors(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AncestorInfo[], any, {}>>;
509
+ getDocumentAncestors(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AncestorInfo[], any, {}, any>>;
510
510
  /**
511
511
  * Retrieves information for a document.
512
512
  * @summary Get information of a document
@@ -515,7 +515,7 @@ export declare class DocumentControllerApi extends BaseAPI {
515
515
  * @param {*} [options] Override http request option.
516
516
  * @throws {RequiredError}
517
517
  */
518
- getDocumentInfo(documentId: string, withMetadata?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentInfo, any, {}>>;
518
+ getDocumentInfo(documentId: string, withMetadata?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentInfo, any, {}, any>>;
519
519
  /**
520
520
  * Retrieves metadata for a document. Can filter by keys.
521
521
  * @summary Search metadata of a document
@@ -526,7 +526,7 @@ export declare class DocumentControllerApi extends BaseAPI {
526
526
  */
527
527
  getDocumentMetadata(documentId: string, searchMetadataRequest?: SearchMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
528
528
  [key: string]: any;
529
- }, any, {}>>;
529
+ }, any, {}, any>>;
530
530
  /**
531
531
  * Retrieves the position of a document within its parent folder, useful for pagination.
532
532
  * @summary Get document position in folder
@@ -536,7 +536,7 @@ export declare class DocumentControllerApi extends BaseAPI {
536
536
  * @param {*} [options] Override http request option.
537
537
  * @throws {RequiredError}
538
538
  */
539
- getDocumentPosition(documentId: string, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentPosition, any, {}>>;
539
+ getDocumentPosition(documentId: string, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentPosition, any, {}, any>>;
540
540
  /**
541
541
  * Replaces the content of an existing file document.
542
542
  * @summary Replace document content
@@ -545,7 +545,7 @@ export declare class DocumentControllerApi extends BaseAPI {
545
545
  * @param {*} [options] Override http request option.
546
546
  * @throws {RequiredError}
547
547
  */
548
- replaceDocumentContent(documentId: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}>>;
548
+ replaceDocumentContent(documentId: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}, any>>;
549
549
  /**
550
550
  * Replaces all metadata of a document (file or folder).
551
551
  * @summary Replace document metadata
@@ -556,7 +556,7 @@ export declare class DocumentControllerApi extends BaseAPI {
556
556
  */
557
557
  replaceDocumentMetadata(documentId: string, requestBody: {
558
558
  [key: string]: any;
559
- }, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}>>;
559
+ }, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}, any>>;
560
560
  /**
561
561
  * Finds document IDs matching all provided metadata criteria.
562
562
  * @summary Search document IDs by metadata
@@ -564,7 +564,7 @@ export declare class DocumentControllerApi extends BaseAPI {
564
564
  * @param {*} [options] Override http request option.
565
565
  * @throws {RequiredError}
566
566
  */
567
- searchDocumentIdsByMetadata(searchByMetadataRequest: SearchByMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any, {}>>;
567
+ searchDocumentIdsByMetadata(searchByMetadataRequest: SearchByMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string[], any, {}, any>>;
568
568
  /**
569
569
  * Updates or adds specific metadata fields for a document.
570
570
  * @summary Update document metadata
@@ -573,7 +573,7 @@ export declare class DocumentControllerApi extends BaseAPI {
573
573
  * @param {*} [options] Override http request option.
574
574
  * @throws {RequiredError}
575
575
  */
576
- updateDocumentMetadata(documentId: string, updateMetadataRequest: UpdateMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}>>;
576
+ updateDocumentMetadata(documentId: string, updateMetadataRequest: UpdateMetadataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}, any>>;
577
577
  /**
578
578
  * Uploads multiple files, optionally with metadata and a parent folder ID. Returns HTTP 200 if all uploads succeed, HTTP 207 (Multi-Status) if some succeed and some fail, or an appropriate error status (404, 409, 403, 500) if all uploads fail.
579
579
  * @summary Upload multiple documents
@@ -583,7 +583,7 @@ export declare class DocumentControllerApi extends BaseAPI {
583
583
  * @param {*} [options] Override http request option.
584
584
  * @throws {RequiredError}
585
585
  */
586
- uploadDocument(file: Array<File>, allowDuplicateFileNames?: boolean, parametersByFilename?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse[], any, {}>>;
586
+ uploadDocument(file: Array<File>, allowDuplicateFileNames?: boolean, parametersByFilename?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse[], any, {}, any>>;
587
587
  /**
588
588
  * Uploads a single file, optionally with metadata and a parent folder ID.
589
589
  * @summary Upload a single document
@@ -594,5 +594,5 @@ export declare class DocumentControllerApi extends BaseAPI {
594
594
  * @param {*} [options] Override http request option.
595
595
  * @throws {RequiredError}
596
596
  */
597
- uploadDocument1(file: File, allowDuplicateFileNames?: boolean, parentFolderId?: string, metadata?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}>>;
597
+ uploadDocument1(file: File, allowDuplicateFileNames?: boolean, parentFolderId?: string, metadata?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}, any>>;
598
598
  }
@@ -69,5 +69,5 @@ export declare class DocumentSuggestionControllerApi extends BaseAPI {
69
69
  * @param {*} [options] Override http request option.
70
70
  * @throws {RequiredError}
71
71
  */
72
- getSuggestions(q: string, f?: Array<FilterInput>, s?: SortInput, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Suggest[], any, {}>>;
72
+ getSuggestions(q: string, f?: Array<FilterInput>, s?: SortInput, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Suggest[], any, {}, any>>;
73
73
  }
@@ -119,7 +119,7 @@ export declare class DocumentVersionControllerApi extends BaseAPI {
119
119
  * @param {*} [options] Override http request option.
120
120
  * @throws {RequiredError}
121
121
  */
122
- downloadVersion(documentId: string, versionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
122
+ downloadVersion(documentId: string, versionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}, any>>;
123
123
  /**
124
124
  * Lists all stored versions of a file document, newest first. Requires storage versioning to be enabled (otherwise HTTP 409).
125
125
  * @summary List document versions
@@ -127,7 +127,7 @@ export declare class DocumentVersionControllerApi extends BaseAPI {
127
127
  * @param {*} [options] Override http request option.
128
128
  * @throws {RequiredError}
129
129
  */
130
- listVersions(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentVersionInfo[], any, {}>>;
130
+ listVersions(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DocumentVersionInfo[], any, {}, any>>;
131
131
  /**
132
132
  * Restores the selected version as the new latest version. History-preserving: a new version is created on top, no version is deleted, and a RESTORE_DOCUMENT_VERSION audit entry is logged. Restoring the current latest version is rejected (HTTP 400).
133
133
  * @summary Restore a previous document version
@@ -136,5 +136,5 @@ export declare class DocumentVersionControllerApi extends BaseAPI {
136
136
  * @param {*} [options] Override http request option.
137
137
  * @throws {RequiredError}
138
138
  */
139
- restoreVersion(documentId: string, versionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RestoreVersionResponse, any, {}>>;
139
+ restoreVersion(documentId: string, versionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RestoreVersionResponse, any, {}, any>>;
140
140
  }
@@ -134,7 +134,7 @@ export declare class FavoritesApi extends BaseAPI {
134
134
  * @param {*} [options] Override http request option.
135
135
  * @throws {RequiredError}
136
136
  */
137
- addFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
137
+ addFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
138
138
  /**
139
139
  * Check if a document is in the user\'s favorites
140
140
  * @summary Check favorite status
@@ -142,7 +142,7 @@ export declare class FavoritesApi extends BaseAPI {
142
142
  * @param {*} [options] Override http request option.
143
143
  * @throws {RequiredError}
144
144
  */
145
- isFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}>>;
145
+ isFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}, any>>;
146
146
  /**
147
147
  * Remove a file or folder from the user\'s favorites
148
148
  * @summary Remove document from favorites
@@ -150,7 +150,7 @@ export declare class FavoritesApi extends BaseAPI {
150
150
  * @param {*} [options] Override http request option.
151
151
  * @throws {RequiredError}
152
152
  */
153
- removeFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
153
+ removeFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
154
154
  /**
155
155
  * Toggle favorite status for a document (add if not favorited, remove if already favorited)
156
156
  * @summary Toggle favorite status
@@ -158,5 +158,5 @@ export declare class FavoritesApi extends BaseAPI {
158
158
  * @param {*} [options] Override http request option.
159
159
  * @throws {RequiredError}
160
160
  */
161
- toggleFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}>>;
161
+ toggleFavorite(documentId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}, any>>;
162
162
  }
@@ -143,7 +143,7 @@ export declare class FileControllerApi extends BaseAPI {
143
143
  * @param {*} [options] Override http request option.
144
144
  * @throws {RequiredError}
145
145
  */
146
- copyFiles(copyRequest: CopyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CopyResponse[], any, {}>>;
146
+ copyFiles(copyRequest: CopyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CopyResponse[], any, {}, any>>;
147
147
  /**
148
148
  * Deletes a set of files from storage and database.
149
149
  * @summary Delete files
@@ -151,7 +151,7 @@ export declare class FileControllerApi extends BaseAPI {
151
151
  * @param {*} [options] Override http request option.
152
152
  * @throws {RequiredError}
153
153
  */
154
- deleteFiles(deleteRequest: DeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
154
+ deleteFiles(deleteRequest: DeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
155
155
  /**
156
156
  * Moves a set of files into an existing target folder.
157
157
  * @summary Move files
@@ -159,7 +159,7 @@ export declare class FileControllerApi extends BaseAPI {
159
159
  * @param {*} [options] Override http request option.
160
160
  * @throws {RequiredError}
161
161
  */
162
- moveFiles(moveRequest: MoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
162
+ moveFiles(moveRequest: MoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
163
163
  /**
164
164
  * Renames an existing file.
165
165
  * @summary Rename a file
@@ -168,5 +168,5 @@ export declare class FileControllerApi extends BaseAPI {
168
168
  * @param {*} [options] Override http request option.
169
169
  * @throws {RequiredError}
170
170
  */
171
- renameFile(fileId: string, renameRequest: RenameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}>>;
171
+ renameFile(fileId: string, renameRequest: RenameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}, any>>;
172
172
  }
@@ -226,7 +226,7 @@ export declare class FolderControllerApi extends BaseAPI {
226
226
  * @param {*} [options] Override http request option.
227
227
  * @throws {RequiredError}
228
228
  */
229
- copyFolders(copyRequest: CopyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
229
+ copyFolders(copyRequest: CopyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
230
230
  /**
231
231
  * Retrieves the number of elements (files and folders) contained in a given folder - return 0 if empty or not exists(no recursive count, just count the flat list of objects at the root level of a folder)
232
232
  * @summary Count files and subfolders contained in a given folder - return 0 if empty or not exists
@@ -235,7 +235,7 @@ export declare class FolderControllerApi extends BaseAPI {
235
235
  * @deprecated
236
236
  * @throws {RequiredError}
237
237
  */
238
- countFolderElements(folderId?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any, {}>>;
238
+ countFolderElements(folderId?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any, {}, any>>;
239
239
  /**
240
240
  * Creates a new folder, optionally under a parent folder.
241
241
  * @summary Create a new folder
@@ -243,7 +243,7 @@ export declare class FolderControllerApi extends BaseAPI {
243
243
  * @param {*} [options] Override http request option.
244
244
  * @throws {RequiredError}
245
245
  */
246
- createFolder(createFolderRequest: CreateFolderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FolderResponse, any, {}>>;
246
+ createFolder(createFolderRequest: CreateFolderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FolderResponse, any, {}, any>>;
247
247
  /**
248
248
  * Deletes a set of folders and their contents from storage and database.
249
249
  * @summary Delete folders
@@ -251,7 +251,7 @@ export declare class FolderControllerApi extends BaseAPI {
251
251
  * @param {*} [options] Override http request option.
252
252
  * @throws {RequiredError}
253
253
  */
254
- deleteFolders(deleteRequest: DeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
254
+ deleteFolders(deleteRequest: DeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
255
255
  /**
256
256
  * Retrieves document information of all files and subfolders contained in a given folder (no recursive list, just the flat list of objects at the root level of a folder)
257
257
  * @summary List files and subfolders contained in a given folder
@@ -261,7 +261,7 @@ export declare class FolderControllerApi extends BaseAPI {
261
261
  * @param {*} [options] Override http request option.
262
262
  * @throws {RequiredError}
263
263
  */
264
- listFolder(folderId?: string, onlyFiles?: boolean, onlyFolders?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FolderElementInfo[], any, {}>>;
264
+ listFolder(folderId?: string, onlyFiles?: boolean, onlyFolders?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FolderElementInfo[], any, {}, any>>;
265
265
  /**
266
266
  * Moves a set of folders (and their contents) into an existing target folder.
267
267
  * @summary Move folders
@@ -269,7 +269,7 @@ export declare class FolderControllerApi extends BaseAPI {
269
269
  * @param {*} [options] Override http request option.
270
270
  * @throws {RequiredError}
271
271
  */
272
- moveFolders(moveRequest: MoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
272
+ moveFolders(moveRequest: MoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
273
273
  /**
274
274
  * Renames an existing folder.
275
275
  * @summary Rename a folder
@@ -278,5 +278,5 @@ export declare class FolderControllerApi extends BaseAPI {
278
278
  * @param {*} [options] Override http request option.
279
279
  * @throws {RequiredError}
280
280
  */
281
- renameFolder(folderId: string, renameRequest: RenameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}>>;
281
+ renameFolder(folderId: string, renameRequest: RenameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ElementInfo, any, {}, any>>;
282
282
  }
@@ -146,21 +146,21 @@ export declare class NotificationsApi extends BaseAPI {
146
146
  * @param {*} [options] Override http request option.
147
147
  * @throws {RequiredError}
148
148
  */
149
- getNotifications(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationDTO[], any, {}>>;
149
+ getNotifications(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationDTO[], any, {}, any>>;
150
150
  /**
151
151
  * Get the count of unread notifications for the authenticated user
152
152
  * @summary Get unread notification count
153
153
  * @param {*} [options] Override http request option.
154
154
  * @throws {RequiredError}
155
155
  */
156
- getUnreadCount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any, {}>>;
156
+ getUnreadCount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any, {}, any>>;
157
157
  /**
158
158
  * Mark all notifications for the authenticated user as read
159
159
  * @summary Mark all notifications as read
160
160
  * @param {*} [options] Override http request option.
161
161
  * @throws {RequiredError}
162
162
  */
163
- markAllAsRead(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
163
+ markAllAsRead(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
164
164
  /**
165
165
  * Mark a specific notification as read
166
166
  * @summary Mark notification as read
@@ -168,12 +168,12 @@ export declare class NotificationsApi extends BaseAPI {
168
168
  * @param {*} [options] Override http request option.
169
169
  * @throws {RequiredError}
170
170
  */
171
- markAsRead(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
171
+ markAsRead(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
172
172
  /**
173
173
  * Server-Sent Events stream for real-time notifications
174
174
  * @summary Subscribe to notification stream
175
175
  * @param {*} [options] Override http request option.
176
176
  * @throws {RequiredError}
177
177
  */
178
- streamNotifications(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}>>;
178
+ streamNotifications(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any[], any, {}, any>>;
179
179
  }
@@ -95,7 +95,7 @@ export declare class ScanAgentApi extends BaseAPI {
95
95
  * @param {*} [options] Override http request option.
96
96
  * @throws {RequiredError}
97
97
  */
98
- download(platform: string, format?: string, ifNoneMatch?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
98
+ download(platform: string, format?: string, ifNoneMatch?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}, any>>;
99
99
  /**
100
100
  * Returns the expected agent version, available platforms, and download formats (zip, installer)
101
101
  * @summary Get agent version
@@ -104,5 +104,5 @@ export declare class ScanAgentApi extends BaseAPI {
104
104
  */
105
105
  getVersion(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
106
106
  [key: string]: any;
107
- }, any, {}>>;
107
+ }, any, {}, any>>;
108
108
  }
@@ -164,7 +164,7 @@ export declare class ScannerProxyApi extends BaseAPI {
164
164
  * @param {*} [options] Override http request option.
165
165
  * @throws {RequiredError}
166
166
  */
167
- getIngestionStatus(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IngestionStatusDto, any, {}>>;
167
+ getIngestionStatus(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IngestionStatusDto, any, {}, any>>;
168
168
  /**
169
169
  * Get the status of a specific scan job
170
170
  * @summary Get scan job status
@@ -173,7 +173,7 @@ export declare class ScannerProxyApi extends BaseAPI {
173
173
  * @param {*} [options] Override http request option.
174
174
  * @throws {RequiredError}
175
175
  */
176
- getScanJobStatus(id: string, jobId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScanJobStatusDto, any, {}>>;
176
+ getScanJobStatus(id: string, jobId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScanJobStatusDto, any, {}, any>>;
177
177
  /**
178
178
  * Get detailed capabilities for a specific scanner
179
179
  * @summary Get scanner capabilities
@@ -181,14 +181,14 @@ export declare class ScannerProxyApi extends BaseAPI {
181
181
  * @param {*} [options] Override http request option.
182
182
  * @throws {RequiredError}
183
183
  */
184
- getScannerCapabilities(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScannerInfoDto, any, {}>>;
184
+ getScannerCapabilities(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScannerInfoDto, any, {}, any>>;
185
185
  /**
186
186
  * List all discovered eSCL scanners on the network
187
187
  * @summary List scanners
188
188
  * @param {*} [options] Override http request option.
189
189
  * @throws {RequiredError}
190
190
  */
191
- listScanners(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScannerInfoDto[], any, {}>>;
191
+ listScanners(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScannerInfoDto[], any, {}, any>>;
192
192
  /**
193
193
  * Trigger a scan on a specific scanner
194
194
  * @summary Trigger scan
@@ -198,5 +198,5 @@ export declare class ScannerProxyApi extends BaseAPI {
198
198
  * @param {*} [options] Override http request option.
199
199
  * @throws {RequiredError}
200
200
  */
201
- triggerScan(id: string, authorization?: string, scanRequestDto?: ScanRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScanJobStatusDto, any, {}>>;
201
+ triggerScan(id: string, authorization?: string, scanRequestDto?: ScanRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScanJobStatusDto, any, {}, any>>;
202
202
  }
@@ -121,26 +121,26 @@ export declare class SearchAdministrationApi extends BaseAPI {
121
121
  * @param {*} [options] Override http request option.
122
122
  * @throws {RequiredError}
123
123
  */
124
- createIndex(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
124
+ createIndex(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}, any>>;
125
125
  /**
126
126
  * Deletes the OpenSearch index. Requires full-text search to be enabled.
127
127
  * @summary Delete search index
128
128
  * @param {*} [options] Override http request option.
129
129
  * @throws {RequiredError}
130
130
  */
131
- deleteIndex(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
131
+ deleteIndex(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}, any>>;
132
132
  /**
133
133
  * Returns the current status of the reindexation process.
134
134
  * @summary Get reindexation status
135
135
  * @param {*} [options] Override http request option.
136
136
  * @throws {RequiredError}
137
137
  */
138
- getStatus(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
138
+ getStatus(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}, any>>;
139
139
  /**
140
140
  * Triggers a full reindexation of all documents. Runs asynchronously in the background.
141
141
  * @summary Reindex all documents
142
142
  * @param {*} [options] Override http request option.
143
143
  * @throws {RequiredError}
144
144
  */
145
- reindexAll(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
145
+ reindexAll(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}, any>>;
146
146
  }
@@ -84,7 +84,7 @@ export declare class SettingsApi extends BaseAPI {
84
84
  * @param {*} [options] Override http request option.
85
85
  * @throws {RequiredError}
86
86
  */
87
- getSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Settings, any, {}>>;
87
+ getSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Settings, any, {}, any>>;
88
88
  /**
89
89
  * Save user\'s language and theme preferences
90
90
  * @summary Save user preferences
@@ -92,5 +92,5 @@ export declare class SettingsApi extends BaseAPI {
92
92
  * @param {*} [options] Override http request option.
93
93
  * @throws {RequiredError}
94
94
  */
95
- saveSettings(userPreferencesRequest: UserPreferencesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Settings, any, {}>>;
95
+ saveSettings(userPreferencesRequest: UserPreferencesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Settings, any, {}, any>>;
96
96
  }
@@ -266,7 +266,7 @@ export declare class TusControllerApi extends BaseAPI {
266
266
  * @param {*} [options] Override http request option.
267
267
  * @throws {RequiredError}
268
268
  */
269
- _options(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
269
+ _options(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
270
270
  /**
271
271
  * Cancels an in-progress upload and cleans up temporary data.
272
272
  * @summary Cancel upload
@@ -274,7 +274,7 @@ export declare class TusControllerApi extends BaseAPI {
274
274
  * @param {*} [options] Override http request option.
275
275
  * @throws {RequiredError}
276
276
  */
277
- cancelUpload(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
277
+ cancelUpload(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
278
278
  /**
279
279
  * Creates a new TUS upload session. Client must provide Upload-Length header. Upload-Metadata header should contain base64-encoded values for: filename (required), parentFolderId (optional), allowDuplicateFileNames (optional, default false).
280
280
  * @summary Create new TUS upload
@@ -283,7 +283,7 @@ export declare class TusControllerApi extends BaseAPI {
283
283
  * @param {*} [options] Override http request option.
284
284
  * @throws {RequiredError}
285
285
  */
286
- createUpload(uploadLength: number, uploadMetadata?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
286
+ createUpload(uploadLength: number, uploadMetadata?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
287
287
  /**
288
288
  * Completes the upload by moving the file to permanent storage and creating the Document record. Call this after all chunks have been successfully uploaded.
289
289
  * @summary Finalize upload
@@ -292,14 +292,14 @@ export declare class TusControllerApi extends BaseAPI {
292
292
  * @param {*} [options] Override http request option.
293
293
  * @throws {RequiredError}
294
294
  */
295
- finalizeUpload(uploadId: string, tusFinalizeRequest: TusFinalizeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}>>;
295
+ finalizeUpload(uploadId: string, tusFinalizeRequest: TusFinalizeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}, any>>;
296
296
  /**
297
297
  * Returns configuration values for client-side TUS setup.
298
298
  * @summary Get TUS configuration
299
299
  * @param {*} [options] Override http request option.
300
300
  * @throws {RequiredError}
301
301
  */
302
- getConfig(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TusConfigResponse, any, {}>>;
302
+ getConfig(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TusConfigResponse, any, {}, any>>;
303
303
  /**
304
304
  * Returns detailed information about an upload including offset, length, and expiration.
305
305
  * @summary Get upload information
@@ -307,7 +307,7 @@ export declare class TusControllerApi extends BaseAPI {
307
307
  * @param {*} [options] Override http request option.
308
308
  * @throws {RequiredError}
309
309
  */
310
- getUploadInfo(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TusUploadInfo, any, {}>>;
310
+ getUploadInfo(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TusUploadInfo, any, {}, any>>;
311
311
  /**
312
312
  * Returns the current upload offset (bytes received).
313
313
  * @summary Get upload progress
@@ -315,7 +315,7 @@ export declare class TusControllerApi extends BaseAPI {
315
315
  * @param {*} [options] Override http request option.
316
316
  * @throws {RequiredError}
317
317
  */
318
- getUploadOffset(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
318
+ getUploadOffset(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
319
319
  /**
320
320
  * Returns whether the upload has received all bytes.
321
321
  * @summary Check upload completion
@@ -323,7 +323,7 @@ export declare class TusControllerApi extends BaseAPI {
323
323
  * @param {*} [options] Override http request option.
324
324
  * @throws {RequiredError}
325
325
  */
326
- isUploadComplete(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}>>;
326
+ isUploadComplete(uploadId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any, {}, any>>;
327
327
  /**
328
328
  * Uploads a chunk of data. Client must send Upload-Offset header matching current offset.
329
329
  * @summary Upload chunk
@@ -334,5 +334,5 @@ export declare class TusControllerApi extends BaseAPI {
334
334
  * @param {*} [options] Override http request option.
335
335
  * @throws {RequiredError}
336
336
  */
337
- uploadChunk(uploadId: string, uploadOffset: number, requestBody: Array<any>, contentLength?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
337
+ uploadChunk(uploadId: string, uploadOffset: number, requestBody: Array<any>, contentLength?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}, any>>;
338
338
  }
@@ -92,7 +92,7 @@ export declare class UploadTokenControllerApi extends BaseAPI {
92
92
  * @param {*} [options] Override http request option.
93
93
  * @throws {RequiredError}
94
94
  */
95
- mintUploadToken(mintUploadTokenRequest: MintUploadTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadTokenResponse, any, {}>>;
95
+ mintUploadToken(mintUploadTokenRequest: MintUploadTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadTokenResponse, any, {}, any>>;
96
96
  /**
97
97
  * Anonymous-callable endpoint authenticated by the scoped JWT minted via POST /api/v1/upload-tokens. Forces the target folder to the one baked into the token. One-shot — replays return 401.
98
98
  * @summary Upload a single document with a scoped upload token
@@ -101,5 +101,5 @@ export declare class UploadTokenControllerApi extends BaseAPI {
101
101
  * @param {*} [options] Override http request option.
102
102
  * @throws {RequiredError}
103
103
  */
104
- uploadWithToken(file: File, metadata?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}>>;
104
+ uploadWithToken(file: File, metadata?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UploadResponse, any, {}, any>>;
105
105
  }