This commit is contained in:
2026-03-16 11:00:16 -04:00
parent 7c47f2d2eb
commit b1b8eb297e
45 changed files with 3701 additions and 3736 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,8 +6,7 @@
* OpenAPI spec version: 1.0.0
*/
export type BackupType = typeof BackupType[keyof typeof BackupType];
export type BackupType = (typeof BackupType)[keyof typeof BackupType];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const BackupType = {

View File

@@ -7,8 +7,8 @@
*/
export type GetActivityParams = {
doc_filter?: boolean;
document_id?: string;
offset?: number;
limit?: number;
doc_filter?: boolean;
document_id?: string;
offset?: number;
limit?: number;
};

View File

@@ -7,7 +7,7 @@
*/
export type GetDocumentsParams = {
page?: number;
limit?: number;
search?: string;
page?: number;
limit?: number;
search?: string;
};

View File

@@ -7,6 +7,6 @@
*/
export type GetImportDirectoryParams = {
directory?: string;
select?: string;
directory?: string;
select?: string;
};

View File

@@ -7,5 +7,5 @@
*/
export type GetLogsParams = {
filter?: string;
filter?: string;
};

View File

@@ -7,7 +7,7 @@
*/
export type GetProgressListParams = {
page?: number;
limit?: number;
document?: string;
page?: number;
limit?: number;
document?: string;
};

View File

@@ -8,6 +8,6 @@
import type { GetSearchSource } from './getSearchSource';
export type GetSearchParams = {
query: string;
source: GetSearchSource;
query: string;
source: GetSearchSource;
};

View File

@@ -6,8 +6,7 @@
* OpenAPI spec version: 1.0.0
*/
export type GetSearchSource = typeof GetSearchSource[keyof typeof GetSearchSource];
export type GetSearchSource = (typeof GetSearchSource)[keyof typeof GetSearchSource];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const GetSearchSource = {

View File

@@ -6,8 +6,7 @@
* OpenAPI spec version: 1.0.0
*/
export type ImportResultStatus = typeof ImportResultStatus[keyof typeof ImportResultStatus];
export type ImportResultStatus = (typeof ImportResultStatus)[keyof typeof ImportResultStatus];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const ImportResultStatus = {

View File

@@ -6,8 +6,7 @@
* OpenAPI spec version: 1.0.0
*/
export type ImportType = typeof ImportType[keyof typeof ImportType];
export type ImportType = (typeof ImportType)[keyof typeof ImportType];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const ImportType = {

View File

@@ -59,4 +59,4 @@ export * from './userData';
export * from './userStatisticsResponse';
export * from './userStreak';
export * from './usersResponse';
export * from './wordCount';
export * from './wordCount';

View File

@@ -6,8 +6,7 @@
* OpenAPI spec version: 1.0.0
*/
export type OperationType = typeof OperationType[keyof typeof OperationType];
export type OperationType = (typeof OperationType)[keyof typeof OperationType];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const OperationType = {

View File

@@ -6,8 +6,8 @@
* OpenAPI spec version: 1.0.0
*/
export type PostAdminActionBodyAction = typeof PostAdminActionBodyAction[keyof typeof PostAdminActionBodyAction];
export type PostAdminActionBodyAction =
(typeof PostAdminActionBodyAction)[keyof typeof PostAdminActionBodyAction];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const PostAdminActionBodyAction = {