diff --git a/src/lib/graphql/generated/graphql.ts b/src/lib/graphql/generated/graphql.ts index 0f22c469..5b422d43 100644 --- a/src/lib/graphql/generated/graphql.ts +++ b/src/lib/graphql/generated/graphql.ts @@ -40,8 +40,6 @@ export enum BackupRestoreState { Idle = 'IDLE', RestoringCategories = 'RESTORING_CATEGORIES', RestoringManga = 'RESTORING_MANGA', - RestoringMeta = 'RESTORING_META', - RestoringSettings = 'RESTORING_SETTINGS', Success = 'SUCCESS' } @@ -55,8 +53,6 @@ export type BackupRestoreStatus = { export type BindTrackInput = { clientMutationId?: InputMaybe; mangaId: Scalars['Int']['input']; - /** This will only work if the tracker of the track record supports private tracking */ - private?: InputMaybe; remoteId: Scalars['LongString']['input']; trackerId: Scalars['Int']['input']; }; @@ -1066,7 +1062,6 @@ export type MangaType = { firstUnreadChapter?: Maybe; genre: Array; hasDuplicateChapters: Scalars['Boolean']['output']; - highestNumberedChapter?: Maybe; id: Scalars['Int']['output']; inLibrary: Scalars['Boolean']['output']; inLibraryAt: Scalars['LongString']['output']; @@ -1561,13 +1556,6 @@ export type PartialSettingsType = Settings & { maxLogFiles?: Maybe; maxLogFolderSize?: Maybe; maxSourcesInParallel?: Maybe; - opdsChapterSortOrder?: Maybe; - opdsEnablePageReadProgress?: Maybe; - opdsItemsPerPage?: Maybe; - opdsMarkAsReadOnDownload?: Maybe; - opdsShowOnlyDownloadedChapters?: Maybe; - opdsShowOnlyUnreadChapters?: Maybe; - opdsUseBinaryFileSizes?: Maybe; port?: Maybe; socksProxyEnabled?: Maybe; socksProxyHost?: Maybe; @@ -1617,13 +1605,6 @@ export type PartialSettingsTypeInput = { maxLogFiles?: InputMaybe; maxLogFolderSize?: InputMaybe; maxSourcesInParallel?: InputMaybe; - opdsChapterSortOrder?: InputMaybe; - opdsEnablePageReadProgress?: InputMaybe; - opdsItemsPerPage?: InputMaybe; - opdsMarkAsReadOnDownload?: InputMaybe; - opdsShowOnlyDownloadedChapters?: InputMaybe; - opdsShowOnlyUnreadChapters?: InputMaybe; - opdsUseBinaryFileSizes?: InputMaybe; port?: InputMaybe; socksProxyEnabled?: InputMaybe; socksProxyHost?: InputMaybe; @@ -1685,8 +1666,6 @@ export type QueryCategoriesArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -1709,8 +1688,6 @@ export type QueryChaptersArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -1728,8 +1705,6 @@ export type QueryExtensionsArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -1747,8 +1722,6 @@ export type QueryMangasArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -1766,8 +1739,6 @@ export type QueryMetasArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -1795,8 +1766,6 @@ export type QuerySourcesArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -1814,8 +1783,6 @@ export type QueryTrackRecordsArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -1832,8 +1799,6 @@ export type QueryTrackersArgs = { last?: InputMaybe; offset?: InputMaybe; order?: InputMaybe>; - orderBy?: InputMaybe; - orderByType?: InputMaybe; }; @@ -2001,13 +1966,6 @@ export type Settings = { maxLogFiles?: Maybe; maxLogFolderSize?: Maybe; maxSourcesInParallel?: Maybe; - opdsChapterSortOrder?: Maybe; - opdsEnablePageReadProgress?: Maybe; - opdsItemsPerPage?: Maybe; - opdsMarkAsReadOnDownload?: Maybe; - opdsShowOnlyDownloadedChapters?: Maybe; - opdsShowOnlyUnreadChapters?: Maybe; - opdsUseBinaryFileSizes?: Maybe; port?: Maybe; socksProxyEnabled?: Maybe; socksProxyHost?: Maybe; @@ -2062,13 +2020,6 @@ export type SettingsType = Settings & { maxLogFiles: Scalars['Int']['output']; maxLogFolderSize: Scalars['String']['output']; maxSourcesInParallel: Scalars['Int']['output']; - opdsChapterSortOrder: SortOrder; - opdsEnablePageReadProgress: Scalars['Boolean']['output']; - opdsItemsPerPage: Scalars['Int']['output']; - opdsMarkAsReadOnDownload: Scalars['Boolean']['output']; - opdsShowOnlyDownloadedChapters: Scalars['Boolean']['output']; - opdsShowOnlyUnreadChapters: Scalars['Boolean']['output']; - opdsUseBinaryFileSizes: Scalars['Boolean']['output']; port: Scalars['Int']['output']; socksProxyEnabled: Scalars['Boolean']['output']; socksProxyHost: Scalars['String']['output']; @@ -2413,7 +2364,6 @@ export type TrackRecordType = { libraryId?: Maybe; manga: MangaType; mangaId: Scalars['Int']['output']; - private: Scalars['Boolean']['output']; remoteId: Scalars['LongString']['output']; remoteUrl: Scalars['String']['output']; score: Scalars['Float']['output']; @@ -2428,19 +2378,11 @@ export type TrackRecordType = { export type TrackSearchType = { __typename?: 'TrackSearchType'; coverUrl: Scalars['String']['output']; - displayScore: Scalars['String']['output']; - finishedReadingDate: Scalars['LongString']['output']; id: Scalars['Int']['output']; - lastChapterRead: Scalars['Float']['output']; - libraryId?: Maybe; - private: Scalars['Boolean']['output']; publishingStatus: Scalars['String']['output']; publishingType: Scalars['String']['output']; remoteId: Scalars['LongString']['output']; - score: Scalars['Float']['output']; startDate: Scalars['String']['output']; - startedReadingDate: Scalars['LongString']['output']; - status: Scalars['Int']['output']; summary: Scalars['String']['output']; title: Scalars['String']['output']; totalChapters: Scalars['Int']['output']; @@ -2497,9 +2439,7 @@ export type TrackerType = { name: Scalars['String']['output']; scores: Array; statuses: Array; - supportsPrivateTracking: Scalars['Boolean']['output']; - supportsReadingDates: Scalars['Boolean']['output']; - supportsTrackDeletion: Scalars['Boolean']['output']; + supportsTrackDeletion?: Maybe; trackRecords: TrackRecordNodeList; }; @@ -2779,14 +2719,10 @@ export enum UpdateStrategy { export type UpdateTrackInput = { clientMutationId?: InputMaybe; - /** This will only work if the tracker of the track record supports reading dates */ finishDate?: InputMaybe; lastChapterRead?: InputMaybe; - /** This will only work if the tracker of the track record supports private tracking */ - private?: InputMaybe; recordId: Scalars['Int']['input']; scoreString?: InputMaybe; - /** This will only work if the tracker of the track record supports reading dates */ startDate?: InputMaybe; status?: InputMaybe; }; @@ -2961,7 +2897,7 @@ export type TrackerBaseFieldsFragment = { __typename?: 'TrackerType', id: number export type TrackerSettingFieldsFragment = { __typename?: 'TrackerType', authUrl?: string | null, id: number, name: string, icon: string, isLoggedIn: boolean, isTokenExpired: boolean }; -export type TrackerBindFieldsFragment = { __typename?: 'TrackerType', icon: string, supportsTrackDeletion: boolean, scores: Array, id: number, name: string, isLoggedIn: boolean, isTokenExpired: boolean, statuses: Array<{ __typename?: 'TrackStatusType', name: string, value: number }>, trackRecords: { __typename?: 'TrackRecordNodeList', nodes: Array<{ __typename?: 'TrackRecordType', id: number, remoteId: string, trackerId: number, remoteUrl: string, title: string, status: number, lastChapterRead: number, totalChapters: number, score: number, displayScore: string, startDate: string, finishDate: string }> } }; +export type TrackerBindFieldsFragment = { __typename?: 'TrackerType', icon: string, supportsTrackDeletion?: boolean | null, scores: Array, id: number, name: string, isLoggedIn: boolean, isTokenExpired: boolean, statuses: Array<{ __typename?: 'TrackStatusType', name: string, value: number }>, trackRecords: { __typename?: 'TrackRecordNodeList', nodes: Array<{ __typename?: 'TrackRecordType', id: number, remoteId: string, trackerId: number, remoteUrl: string, title: string, status: number, lastChapterRead: number, totalChapters: number, score: number, displayScore: string, startDate: string, finishDate: string }> } }; export type TrackRecordSearchFieldsFragment = { __typename?: 'TrackSearchType', id: number, remoteId: string, title: string, trackingUrl: string, coverUrl: string, publishingType: string, startDate: string, publishingStatus: string, summary: string }; @@ -3739,7 +3675,7 @@ export type GetTrackersSettingsQuery = { __typename?: 'Query', trackers: { __typ export type GetTrackersBindQueryVariables = Exact<{ [key: string]: never; }>; -export type GetTrackersBindQuery = { __typename?: 'Query', trackers: { __typename?: 'TrackerNodeList', totalCount: number, pageInfo: { __typename?: 'PageInfo', endCursor?: string | null, hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null }, nodes: Array<{ __typename?: 'TrackerType', icon: string, supportsTrackDeletion: boolean, scores: Array, id: number, name: string, isLoggedIn: boolean, isTokenExpired: boolean, statuses: Array<{ __typename?: 'TrackStatusType', name: string, value: number }>, trackRecords: { __typename?: 'TrackRecordNodeList', nodes: Array<{ __typename?: 'TrackRecordType', id: number, remoteId: string, trackerId: number, remoteUrl: string, title: string, status: number, lastChapterRead: number, totalChapters: number, score: number, displayScore: string, startDate: string, finishDate: string }> } }> } }; +export type GetTrackersBindQuery = { __typename?: 'Query', trackers: { __typename?: 'TrackerNodeList', totalCount: number, pageInfo: { __typename?: 'PageInfo', endCursor?: string | null, hasNextPage: boolean, hasPreviousPage: boolean, startCursor?: string | null }, nodes: Array<{ __typename?: 'TrackerType', icon: string, supportsTrackDeletion?: boolean | null, scores: Array, id: number, name: string, isLoggedIn: boolean, isTokenExpired: boolean, statuses: Array<{ __typename?: 'TrackStatusType', name: string, value: number }>, trackRecords: { __typename?: 'TrackRecordNodeList', nodes: Array<{ __typename?: 'TrackRecordType', id: number, remoteId: string, trackerId: number, remoteUrl: string, title: string, status: number, lastChapterRead: number, totalChapters: number, score: number, displayScore: string, startDate: string, finishDate: string }> } }> } }; export type TrackerSearchQueryVariables = Exact<{ query: Scalars['String']['input'];