@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.
- package/.openapi-generator/FILES +16 -1
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +16 -2
- package/api/aichat-api.ts +341 -0
- package/api/aisettings-api.ts +335 -0
- package/api.ts +2 -0
- package/common.ts +2 -2
- package/dist/api/aichat-api.d.ts +161 -0
- package/dist/api/aichat-api.js +332 -0
- package/dist/api/aisettings-api.d.ts +157 -0
- package/dist/api/aisettings-api.js +326 -0
- package/dist/api/collaboration-audit-controller-api.d.ts +3 -3
- package/dist/api/collaboration-controller-api.d.ts +15 -15
- package/dist/api/comments-api.d.ts +3 -3
- package/dist/api/dashboard-api.d.ts +1 -1
- package/dist/api/delegated-browse-grants-admin-api.d.ts +5 -5
- package/dist/api/delegated-browse-grants-end-user-api.d.ts +5 -5
- package/dist/api/digital-signature-api.d.ts +6 -6
- package/dist/api/digital-signature-public-api.d.ts +5 -5
- package/dist/api/document-controller-api.d.ts +15 -15
- package/dist/api/document-suggestion-controller-api.d.ts +1 -1
- package/dist/api/document-version-controller-api.d.ts +3 -3
- package/dist/api/favorites-api.d.ts +4 -4
- package/dist/api/file-controller-api.d.ts +4 -4
- package/dist/api/folder-controller-api.d.ts +7 -7
- package/dist/api/notifications-api.d.ts +5 -5
- package/dist/api/scan-agent-api.d.ts +2 -2
- package/dist/api/scanner-proxy-api.d.ts +5 -5
- package/dist/api/search-administration-api.d.ts +4 -4
- package/dist/api/settings-api.d.ts +2 -2
- package/dist/api/tus-controller-api.d.ts +9 -9
- package/dist/api/upload-token-controller-api.d.ts +2 -2
- package/dist/api/user-privacy-api.d.ts +2 -2
- package/dist/api/webhook-proxy-controller-api.d.ts +7 -7
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/esm/api/aichat-api.d.ts +161 -0
- package/dist/esm/api/aichat-api.js +325 -0
- package/dist/esm/api/aisettings-api.d.ts +157 -0
- package/dist/esm/api/aisettings-api.js +319 -0
- package/dist/esm/api/collaboration-audit-controller-api.d.ts +3 -3
- package/dist/esm/api/collaboration-controller-api.d.ts +15 -15
- package/dist/esm/api/comments-api.d.ts +3 -3
- package/dist/esm/api/dashboard-api.d.ts +1 -1
- package/dist/esm/api/delegated-browse-grants-admin-api.d.ts +5 -5
- package/dist/esm/api/delegated-browse-grants-end-user-api.d.ts +5 -5
- package/dist/esm/api/digital-signature-api.d.ts +6 -6
- package/dist/esm/api/digital-signature-public-api.d.ts +5 -5
- package/dist/esm/api/document-controller-api.d.ts +15 -15
- package/dist/esm/api/document-suggestion-controller-api.d.ts +1 -1
- package/dist/esm/api/document-version-controller-api.d.ts +3 -3
- package/dist/esm/api/favorites-api.d.ts +4 -4
- package/dist/esm/api/file-controller-api.d.ts +4 -4
- package/dist/esm/api/folder-controller-api.d.ts +7 -7
- package/dist/esm/api/notifications-api.d.ts +5 -5
- package/dist/esm/api/scan-agent-api.d.ts +2 -2
- package/dist/esm/api/scanner-proxy-api.d.ts +5 -5
- package/dist/esm/api/search-administration-api.d.ts +4 -4
- package/dist/esm/api/settings-api.d.ts +2 -2
- package/dist/esm/api/tus-controller-api.d.ts +9 -9
- package/dist/esm/api/upload-token-controller-api.d.ts +2 -2
- package/dist/esm/api/user-privacy-api.d.ts +2 -2
- package/dist/esm/api/webhook-proxy-controller-api.d.ts +7 -7
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/models/ai-chat-conversation.d.ts +18 -0
- package/dist/esm/models/ai-chat-conversation.js +14 -0
- package/dist/esm/models/ai-chat-request.d.ts +15 -0
- package/dist/esm/models/ai-chat-request.js +14 -0
- package/dist/esm/models/ai-chat-response.d.ts +23 -0
- package/dist/esm/models/ai-chat-response.js +18 -0
- package/dist/esm/models/ai-connection-test-result.d.ts +16 -0
- package/dist/esm/models/ai-connection-test-result.js +14 -0
- package/dist/esm/models/ai-settings-response.d.ts +21 -0
- package/dist/esm/models/ai-settings-response.js +14 -0
- package/dist/esm/models/index.d.ts +6 -0
- package/dist/esm/models/index.js +6 -0
- package/dist/esm/models/save-ai-settings-request.d.ts +36 -0
- package/dist/esm/models/save-ai-settings-request.js +19 -0
- package/dist/esm/models/settings.d.ts +2 -0
- package/dist/models/ai-chat-conversation.d.ts +18 -0
- package/dist/models/ai-chat-conversation.js +15 -0
- package/dist/models/ai-chat-request.d.ts +15 -0
- package/dist/models/ai-chat-request.js +15 -0
- package/dist/models/ai-chat-response.d.ts +23 -0
- package/dist/models/ai-chat-response.js +21 -0
- package/dist/models/ai-connection-test-result.d.ts +16 -0
- package/dist/models/ai-connection-test-result.js +15 -0
- package/dist/models/ai-settings-response.d.ts +21 -0
- package/dist/models/ai-settings-response.js +15 -0
- package/dist/models/index.d.ts +6 -0
- package/dist/models/index.js +6 -0
- package/dist/models/save-ai-settings-request.d.ts +36 -0
- package/dist/models/save-ai-settings-request.js +22 -0
- package/dist/models/settings.d.ts +2 -0
- package/docs/AIChatApi.md +209 -0
- package/docs/AISettingsApi.md +203 -0
- package/docs/AiChatConversation.md +28 -0
- package/docs/AiChatRequest.md +22 -0
- package/docs/AiChatResponse.md +26 -0
- package/docs/AiConnectionTestResult.md +24 -0
- package/docs/AiSettingsResponse.md +34 -0
- package/docs/SaveAiSettingsRequest.md +26 -0
- package/docs/Settings.md +4 -0
- package/models/ai-chat-conversation.ts +24 -0
- package/models/ai-chat-request.ts +21 -0
- package/models/ai-chat-response.ts +32 -0
- package/models/ai-connection-test-result.ts +22 -0
- package/models/ai-settings-response.ts +27 -0
- package/models/index.ts +6 -0
- package/models/save-ai-settings-request.ts +45 -0
- package/models/settings.ts +2 -0
- package/package.json +1 -1
|
@@ -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
|
}
|
|
@@ -84,7 +84,7 @@ export declare class UserPrivacyApi extends BaseAPI {
|
|
|
84
84
|
* @param {*} [options] Override http request option.
|
|
85
85
|
* @throws {RequiredError}
|
|
86
86
|
*/
|
|
87
|
-
get(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserPrivacyDTO, any, {}>>;
|
|
87
|
+
get(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserPrivacyDTO, any, {}, any>>;
|
|
88
88
|
/**
|
|
89
89
|
* Idempotent. Audits ADMIN_MONITORING_OPT_OUT_CHANGED only when the value actually changes — repeated PUTs with the same flag are silent.
|
|
90
90
|
* @summary Update my privacy preferences
|
|
@@ -92,5 +92,5 @@ export declare class UserPrivacyApi extends BaseAPI {
|
|
|
92
92
|
* @param {*} [options] Override http request option.
|
|
93
93
|
* @throws {RequiredError}
|
|
94
94
|
*/
|
|
95
|
-
update(updateUserPrivacyRequest: UpdateUserPrivacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserPrivacyDTO, any, {}>>;
|
|
95
|
+
update(updateUserPrivacyRequest: UpdateUserPrivacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserPrivacyDTO, any, {}, any>>;
|
|
96
96
|
}
|
|
@@ -184,47 +184,47 @@ export declare class WebhookProxyControllerApi extends BaseAPI {
|
|
|
184
184
|
* @param {*} [options] Override http request option.
|
|
185
185
|
* @throws {RequiredError}
|
|
186
186
|
*/
|
|
187
|
-
proxy(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
187
|
+
proxy(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}, any>>;
|
|
188
188
|
/**
|
|
189
189
|
*
|
|
190
190
|
* @param {string} [body]
|
|
191
191
|
* @param {*} [options] Override http request option.
|
|
192
192
|
* @throws {RequiredError}
|
|
193
193
|
*/
|
|
194
|
-
proxy1(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
194
|
+
proxy1(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}, any>>;
|
|
195
195
|
/**
|
|
196
196
|
*
|
|
197
197
|
* @param {string} [body]
|
|
198
198
|
* @param {*} [options] Override http request option.
|
|
199
199
|
* @throws {RequiredError}
|
|
200
200
|
*/
|
|
201
|
-
proxy2(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
201
|
+
proxy2(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}, any>>;
|
|
202
202
|
/**
|
|
203
203
|
*
|
|
204
204
|
* @param {string} [body]
|
|
205
205
|
* @param {*} [options] Override http request option.
|
|
206
206
|
* @throws {RequiredError}
|
|
207
207
|
*/
|
|
208
|
-
proxy3(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
208
|
+
proxy3(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}, any>>;
|
|
209
209
|
/**
|
|
210
210
|
*
|
|
211
211
|
* @param {string} [body]
|
|
212
212
|
* @param {*} [options] Override http request option.
|
|
213
213
|
* @throws {RequiredError}
|
|
214
214
|
*/
|
|
215
|
-
proxy4(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
215
|
+
proxy4(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}, any>>;
|
|
216
216
|
/**
|
|
217
217
|
*
|
|
218
218
|
* @param {string} [body]
|
|
219
219
|
* @param {*} [options] Override http request option.
|
|
220
220
|
* @throws {RequiredError}
|
|
221
221
|
*/
|
|
222
|
-
proxy5(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
222
|
+
proxy5(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}, any>>;
|
|
223
223
|
/**
|
|
224
224
|
*
|
|
225
225
|
* @param {string} [body]
|
|
226
226
|
* @param {*} [options] Override http request option.
|
|
227
227
|
* @throws {RequiredError}
|
|
228
228
|
*/
|
|
229
|
-
proxy6(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
229
|
+
proxy6(body?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}, any>>;
|
|
230
230
|
}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
export * from './api/aichat-api';
|
|
13
|
+
export * from './api/aisettings-api';
|
|
12
14
|
export * from './api/collaboration-audit-controller-api';
|
|
13
15
|
export * from './api/collaboration-controller-api';
|
|
14
16
|
export * from './api/comments-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
export * from './api/aichat-api';
|
|
15
|
+
export * from './api/aisettings-api';
|
|
14
16
|
export * from './api/collaboration-audit-controller-api';
|
|
15
17
|
export * from './api/collaboration-controller-api';
|
|
16
18
|
export * from './api/comments-api';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiChatConversation {
|
|
13
|
+
'id'?: string;
|
|
14
|
+
'title'?: string;
|
|
15
|
+
'createdBy'?: string;
|
|
16
|
+
'createdAt'?: string;
|
|
17
|
+
'updatedAt'?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiChatRequest {
|
|
13
|
+
'message': string;
|
|
14
|
+
'conversationId'?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiChatResponse {
|
|
13
|
+
'conversationId'?: string;
|
|
14
|
+
'content'?: string;
|
|
15
|
+
'type'?: AiChatResponseTypeEnum;
|
|
16
|
+
'modifiedFolderIds'?: Array<string>;
|
|
17
|
+
}
|
|
18
|
+
export declare const AiChatResponseTypeEnum: {
|
|
19
|
+
readonly Message: "MESSAGE";
|
|
20
|
+
readonly Done: "DONE";
|
|
21
|
+
readonly Error: "ERROR";
|
|
22
|
+
};
|
|
23
|
+
export type AiChatResponseTypeEnum = typeof AiChatResponseTypeEnum[keyof typeof AiChatResponseTypeEnum];
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
export const AiChatResponseTypeEnum = {
|
|
15
|
+
Message: 'MESSAGE',
|
|
16
|
+
Done: 'DONE',
|
|
17
|
+
Error: 'ERROR',
|
|
18
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiConnectionTestResult {
|
|
13
|
+
'ok'?: boolean;
|
|
14
|
+
'message'?: string;
|
|
15
|
+
'latencyMs'?: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiSettingsResponse {
|
|
13
|
+
'enabled'?: boolean;
|
|
14
|
+
'provider'?: string;
|
|
15
|
+
'model'?: string;
|
|
16
|
+
'baseUrl'?: string;
|
|
17
|
+
'hasApiKey'?: boolean;
|
|
18
|
+
'keySuffix'?: string;
|
|
19
|
+
'defaultProvider'?: string;
|
|
20
|
+
'defaultModel'?: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export {};
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export * from './ai-chat-conversation';
|
|
2
|
+
export * from './ai-chat-request';
|
|
3
|
+
export * from './ai-chat-response';
|
|
4
|
+
export * from './ai-connection-test-result';
|
|
5
|
+
export * from './ai-settings-response';
|
|
1
6
|
export * from './ancestor-info';
|
|
2
7
|
export * from './apply-signature-request';
|
|
3
8
|
export * from './audit-log-details';
|
|
@@ -45,6 +50,7 @@ export * from './rename-request';
|
|
|
45
50
|
export * from './replace-audit';
|
|
46
51
|
export * from './restore-version-audit';
|
|
47
52
|
export * from './restore-version-response';
|
|
53
|
+
export * from './save-ai-settings-request';
|
|
48
54
|
export * from './scan-job-status-dto';
|
|
49
55
|
export * from './scan-request-dto';
|
|
50
56
|
export * from './scanner-info-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export * from './ai-chat-conversation';
|
|
2
|
+
export * from './ai-chat-request';
|
|
3
|
+
export * from './ai-chat-response';
|
|
4
|
+
export * from './ai-connection-test-result';
|
|
5
|
+
export * from './ai-settings-response';
|
|
1
6
|
export * from './ancestor-info';
|
|
2
7
|
export * from './apply-signature-request';
|
|
3
8
|
export * from './audit-log-details';
|
|
@@ -45,6 +50,7 @@ export * from './rename-request';
|
|
|
45
50
|
export * from './replace-audit';
|
|
46
51
|
export * from './restore-version-audit';
|
|
47
52
|
export * from './restore-version-response';
|
|
53
|
+
export * from './save-ai-settings-request';
|
|
48
54
|
export * from './scan-job-status-dto';
|
|
49
55
|
export * from './scan-request-dto';
|
|
50
56
|
export * from './scanner-info-dto';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface SaveAiSettingsRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Chat LLM provider
|
|
15
|
+
*/
|
|
16
|
+
'provider': SaveAiSettingsRequestProviderEnum;
|
|
17
|
+
/**
|
|
18
|
+
* Model id, e.g. claude-opus-5, gpt-4o, gemini-2.5-flash
|
|
19
|
+
*/
|
|
20
|
+
'model'?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Base URL — required for OPENAI_COMPATIBLE, ignored otherwise
|
|
23
|
+
*/
|
|
24
|
+
'baseUrl'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* API key (write-only). Omit to keep the stored key.
|
|
27
|
+
*/
|
|
28
|
+
'apiKey'?: string;
|
|
29
|
+
}
|
|
30
|
+
export declare const SaveAiSettingsRequestProviderEnum: {
|
|
31
|
+
readonly Openai: "OPENAI";
|
|
32
|
+
readonly Anthropic: "ANTHROPIC";
|
|
33
|
+
readonly Google: "GOOGLE";
|
|
34
|
+
readonly OpenaiCompatible: "OPENAI_COMPATIBLE";
|
|
35
|
+
};
|
|
36
|
+
export type SaveAiSettingsRequestProviderEnum = typeof SaveAiSettingsRequestProviderEnum[keyof typeof SaveAiSettingsRequestProviderEnum];
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
export const SaveAiSettingsRequestProviderEnum = {
|
|
15
|
+
Openai: 'OPENAI',
|
|
16
|
+
Anthropic: 'ANTHROPIC',
|
|
17
|
+
Google: 'GOOGLE',
|
|
18
|
+
OpenaiCompatible: 'OPENAI_COMPATIBLE',
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiChatConversation {
|
|
13
|
+
'id'?: string;
|
|
14
|
+
'title'?: string;
|
|
15
|
+
'createdBy'?: string;
|
|
16
|
+
'createdAt'?: string;
|
|
17
|
+
'updatedAt'?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiChatRequest {
|
|
13
|
+
'message': string;
|
|
14
|
+
'conversationId'?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiChatResponse {
|
|
13
|
+
'conversationId'?: string;
|
|
14
|
+
'content'?: string;
|
|
15
|
+
'type'?: AiChatResponseTypeEnum;
|
|
16
|
+
'modifiedFolderIds'?: Array<string>;
|
|
17
|
+
}
|
|
18
|
+
export declare const AiChatResponseTypeEnum: {
|
|
19
|
+
readonly Message: "MESSAGE";
|
|
20
|
+
readonly Done: "DONE";
|
|
21
|
+
readonly Error: "ERROR";
|
|
22
|
+
};
|
|
23
|
+
export type AiChatResponseTypeEnum = typeof AiChatResponseTypeEnum[keyof typeof AiChatResponseTypeEnum];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AiChatResponseTypeEnum = void 0;
|
|
17
|
+
exports.AiChatResponseTypeEnum = {
|
|
18
|
+
Message: 'MESSAGE',
|
|
19
|
+
Done: 'DONE',
|
|
20
|
+
Error: 'ERROR',
|
|
21
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface AiConnectionTestResult {
|
|
13
|
+
'ok'?: boolean;
|
|
14
|
+
'message'?: string;
|
|
15
|
+
'latencyMs'?: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|