/* eslint-disable */ import { SubscriberTaskInput } from 'recorder/bindings/SubscriberTaskInput'; import { SubscriberTaskType } from 'recorder/bindings/SubscriberTaskType'; import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; export type MakeEmpty = { [_ in K]?: never }; export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { ID: { input: string; output: string; } String: { input: string; output: string; } Boolean: { input: boolean; output: boolean; } Int: { input: number; output: number; } Float: { input: number; output: number; } /** The `JSON` scalar type represents raw JSON values */ Json: { input: any; output: any; } JsonbFilterInput: { input: any; output: any; } /** type SubscriberTaskType = { "taskType": "sync_one_subscription_feeds_incremental" } & SyncOneSubscriptionFeedsIncrementalTask | { "taskType": "sync_one_subscription_feeds_full" } & SyncOneSubscriptionFeedsFullTask | { "taskType": "sync_one_subscription_sources" } & SyncOneSubscriptionSourcesTask; */ SubscriberTaskType: { input: SubscriberTaskInput; output: SubscriberTaskType; } /** type SystemTaskType = { "taskType": "optimize_image" } & OptimizeImageTask | { "taskType": "test" } & EchoTask; */ SystemTaskType: { input: any; output: any; } }; export type Bangumi = { __typename?: 'Bangumi'; bangumiType: BangumiTypeEnum; createdAt: Scalars['String']['output']; displayName: Scalars['String']['output']; episode: EpisodesConnection; fansub?: Maybe; filter?: Maybe; homepage?: Maybe; id: Scalars['Int']['output']; mikanBangumiId?: Maybe; mikanFansubId?: Maybe; originName: Scalars['String']['output']; originPosterLink?: Maybe; posterLink?: Maybe; rssLink?: Maybe; season: Scalars['Int']['output']; seasonRaw?: Maybe; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; subscription: SubscriptionsConnection; subscriptionBangumi: SubscriptionBangumiConnection; updatedAt: Scalars['String']['output']; }; export type BangumiEpisodeArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type BangumiSubscriptionArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type BangumiSubscriptionBangumiArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type BangumiBasic = { __typename?: 'BangumiBasic'; bangumiType: BangumiTypeEnum; createdAt: Scalars['String']['output']; displayName: Scalars['String']['output']; fansub?: Maybe; filter?: Maybe; homepage?: Maybe; id: Scalars['Int']['output']; mikanBangumiId?: Maybe; mikanFansubId?: Maybe; originName: Scalars['String']['output']; originPosterLink?: Maybe; posterLink?: Maybe; rssLink?: Maybe; season: Scalars['Int']['output']; seasonRaw?: Maybe; subscriberId: Scalars['Int']['output']; updatedAt: Scalars['String']['output']; }; export type BangumiConnection = { __typename?: 'BangumiConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type BangumiEdge = { __typename?: 'BangumiEdge'; cursor: Scalars['String']['output']; node: Bangumi; }; export type BangumiFilterInput = { and?: InputMaybe>; bangumiType?: InputMaybe; createdAt?: InputMaybe; displayName?: InputMaybe; fansub?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanBangumiId?: InputMaybe; mikanFansubId?: InputMaybe; or?: InputMaybe>; originName?: InputMaybe; originPosterLink?: InputMaybe; posterLink?: InputMaybe; rssLink?: InputMaybe; season?: InputMaybe; seasonRaw?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; }; export type BangumiInsertInput = { bangumiType: BangumiTypeEnum; createdAt?: InputMaybe; displayName: Scalars['String']['input']; fansub?: InputMaybe; filter?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanBangumiId?: InputMaybe; mikanFansubId?: InputMaybe; originName: Scalars['String']['input']; originPosterLink?: InputMaybe; posterLink?: InputMaybe; rssLink?: InputMaybe; season: Scalars['Int']['input']; seasonRaw?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; }; export type BangumiOrderInput = { bangumiType?: InputMaybe; createdAt?: InputMaybe; displayName?: InputMaybe; fansub?: InputMaybe; filter?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanBangumiId?: InputMaybe; mikanFansubId?: InputMaybe; originName?: InputMaybe; originPosterLink?: InputMaybe; posterLink?: InputMaybe; rssLink?: InputMaybe; season?: InputMaybe; seasonRaw?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; }; export const BangumiTypeEnum = { Mikan: 'mikan' } as const; export type BangumiTypeEnum = typeof BangumiTypeEnum[keyof typeof BangumiTypeEnum]; export type BangumiTypeEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type BangumiUpdateInput = { bangumiType?: InputMaybe; createdAt?: InputMaybe; displayName?: InputMaybe; fansub?: InputMaybe; filter?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanBangumiId?: InputMaybe; mikanFansubId?: InputMaybe; originName?: InputMaybe; originPosterLink?: InputMaybe; posterLink?: InputMaybe; rssLink?: InputMaybe; season?: InputMaybe; seasonRaw?: InputMaybe; updatedAt?: InputMaybe; }; export type BooleanFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type Credential3rd = { __typename?: 'Credential3rd'; cookies?: Maybe; createdAt: Scalars['String']['output']; credentialType: Credential3rdTypeEnum; id: Scalars['Int']['output']; password?: Maybe; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; subscription: SubscriptionsConnection; updatedAt: Scalars['String']['output']; userAgent?: Maybe; username?: Maybe; }; export type Credential3rdSubscriptionArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type Credential3rdBasic = { __typename?: 'Credential3rdBasic'; cookies?: Maybe; createdAt: Scalars['String']['output']; credentialType: Credential3rdTypeEnum; id: Scalars['Int']['output']; password?: Maybe; subscriberId: Scalars['Int']['output']; updatedAt: Scalars['String']['output']; userAgent?: Maybe; username?: Maybe; }; /** The output of the credential3rdCheckAvailable query */ export type Credential3rdCheckAvailableInfo = { __typename?: 'Credential3rdCheckAvailableInfo'; available: Scalars['Boolean']['output']; }; export type Credential3rdConnection = { __typename?: 'Credential3rdConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type Credential3rdEdge = { __typename?: 'Credential3rdEdge'; cursor: Scalars['String']['output']; node: Credential3rd; }; export type Credential3rdFilterInput = { and?: InputMaybe>; cookies?: InputMaybe; createdAt?: InputMaybe; credentialType?: InputMaybe; id?: InputMaybe; or?: InputMaybe>; password?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; userAgent?: InputMaybe; username?: InputMaybe; }; export type Credential3rdInsertInput = { cookies?: InputMaybe; createdAt?: InputMaybe; credentialType: Credential3rdTypeEnum; id?: InputMaybe; password?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; userAgent?: InputMaybe; username?: InputMaybe; }; export type Credential3rdOrderInput = { cookies?: InputMaybe; createdAt?: InputMaybe; credentialType?: InputMaybe; id?: InputMaybe; password?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; userAgent?: InputMaybe; username?: InputMaybe; }; export const Credential3rdTypeEnum = { Mikan: 'mikan' } as const; export type Credential3rdTypeEnum = typeof Credential3rdTypeEnum[keyof typeof Credential3rdTypeEnum]; export type Credential3rdTypeEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type Credential3rdUpdateInput = { cookies?: InputMaybe; createdAt?: InputMaybe; credentialType?: InputMaybe; id?: InputMaybe; password?: InputMaybe; updatedAt?: InputMaybe; userAgent?: InputMaybe; username?: InputMaybe; }; export type Cron = { __typename?: 'Cron'; attempts: Scalars['Int']['output']; createdAt: Scalars['String']['output']; cronExpr: Scalars['String']['output']; cronTimezone: Scalars['String']['output']; enabled: Scalars['Boolean']['output']; id: Scalars['Int']['output']; lastError?: Maybe; lastRun?: Maybe; lockedAt?: Maybe; lockedBy?: Maybe; maxAttempts: Scalars['Int']['output']; nextRun?: Maybe; priority: Scalars['Int']['output']; status: CronStatusEnum; subscriber?: Maybe; subscriberId?: Maybe; subscriberTask: SubscriberTasksConnection; subscriberTaskCron?: Maybe; subscription?: Maybe; subscriptionId?: Maybe; systemTask: SystemTasksConnection; systemTaskCron?: Maybe; timeoutMs?: Maybe; updatedAt: Scalars['String']['output']; }; export type CronSubscriberTaskArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type CronSystemTaskArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type CronBasic = { __typename?: 'CronBasic'; attempts: Scalars['Int']['output']; createdAt: Scalars['String']['output']; cronExpr: Scalars['String']['output']; cronTimezone: Scalars['String']['output']; enabled: Scalars['Boolean']['output']; id: Scalars['Int']['output']; lastError?: Maybe; lastRun?: Maybe; lockedAt?: Maybe; lockedBy?: Maybe; maxAttempts: Scalars['Int']['output']; nextRun?: Maybe; priority: Scalars['Int']['output']; status: CronStatusEnum; subscriberId?: Maybe; subscriberTaskCron?: Maybe; subscriptionId?: Maybe; systemTaskCron?: Maybe; timeoutMs?: Maybe; updatedAt: Scalars['String']['output']; }; export type CronConnection = { __typename?: 'CronConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type CronEdge = { __typename?: 'CronEdge'; cursor: Scalars['String']['output']; node: Cron; }; export type CronFilterInput = { and?: InputMaybe>; attempts?: InputMaybe; createdAt?: InputMaybe; cronExpr?: InputMaybe; cronTimezone?: InputMaybe; enabled?: InputMaybe; id?: InputMaybe; lastError?: InputMaybe; lastRun?: InputMaybe; lockedAt?: InputMaybe; lockedBy?: InputMaybe; maxAttempts?: InputMaybe; nextRun?: InputMaybe; or?: InputMaybe>; priority?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; subscriberTaskCron?: InputMaybe; subscriptionId?: InputMaybe; systemTaskCron?: InputMaybe; timeoutMs?: InputMaybe; updatedAt?: InputMaybe; }; export type CronInsertInput = { cronExpr: Scalars['String']['input']; cronTimezone: Scalars['String']['input']; enabled?: InputMaybe; maxAttempts?: InputMaybe; subscriberTaskCron?: InputMaybe; systemTaskCron?: InputMaybe; timeoutMs?: InputMaybe; }; export type CronOrderInput = { attempts?: InputMaybe; createdAt?: InputMaybe; cronExpr?: InputMaybe; cronTimezone?: InputMaybe; enabled?: InputMaybe; id?: InputMaybe; lastError?: InputMaybe; lastRun?: InputMaybe; lockedAt?: InputMaybe; lockedBy?: InputMaybe; maxAttempts?: InputMaybe; nextRun?: InputMaybe; priority?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; subscriberTaskCron?: InputMaybe; subscriptionId?: InputMaybe; systemTaskCron?: InputMaybe; timeoutMs?: InputMaybe; updatedAt?: InputMaybe; }; export const CronStatusEnum = { Completed: 'completed', Failed: 'failed', Pending: 'pending', Running: 'running' } as const; export type CronStatusEnum = typeof CronStatusEnum[keyof typeof CronStatusEnum]; export type CronStatusEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type CronUpdateInput = { cronExpr?: InputMaybe; cronTimezone?: InputMaybe; enabled?: InputMaybe; maxAttempts?: InputMaybe; priority?: InputMaybe; timeoutMs?: InputMaybe; }; export type CursorInput = { cursor?: InputMaybe; limit: Scalars['Int']['input']; }; export const DownloadMimeEnum = { Applicationoctetstream: 'applicationoctetstream', Applicationxbittorrent: 'applicationxbittorrent' } as const; export type DownloadMimeEnum = typeof DownloadMimeEnum[keyof typeof DownloadMimeEnum]; export type DownloadMimeEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export const DownloadStatusEnum = { Completed: 'completed', Deleted: 'deleted', Downloading: 'downloading', Failed: 'failed', Paused: 'paused', Pending: 'pending' } as const; export type DownloadStatusEnum = typeof DownloadStatusEnum[keyof typeof DownloadStatusEnum]; export type DownloadStatusEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export const DownloaderCategoryEnum = { Dandanplay: 'dandanplay', Qbittorrent: 'qbittorrent' } as const; export type DownloaderCategoryEnum = typeof DownloaderCategoryEnum[keyof typeof DownloaderCategoryEnum]; export type DownloaderCategoryEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type Downloaders = { __typename?: 'Downloaders'; category: DownloaderCategoryEnum; createdAt: Scalars['String']['output']; download: DownloadsConnection; endpoint: Scalars['String']['output']; id: Scalars['Int']['output']; password: Scalars['String']['output']; savePath: Scalars['String']['output']; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; updatedAt: Scalars['String']['output']; username: Scalars['String']['output']; }; export type DownloadersDownloadArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type DownloadersBasic = { __typename?: 'DownloadersBasic'; category: DownloaderCategoryEnum; createdAt: Scalars['String']['output']; endpoint: Scalars['String']['output']; id: Scalars['Int']['output']; password: Scalars['String']['output']; savePath: Scalars['String']['output']; subscriberId: Scalars['Int']['output']; updatedAt: Scalars['String']['output']; username: Scalars['String']['output']; }; export type DownloadersConnection = { __typename?: 'DownloadersConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type DownloadersEdge = { __typename?: 'DownloadersEdge'; cursor: Scalars['String']['output']; node: Downloaders; }; export type DownloadersFilterInput = { and?: InputMaybe>; category?: InputMaybe; createdAt?: InputMaybe; endpoint?: InputMaybe; id?: InputMaybe; or?: InputMaybe>; password?: InputMaybe; savePath?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; username?: InputMaybe; }; export type DownloadersInsertInput = { category: DownloaderCategoryEnum; createdAt?: InputMaybe; endpoint: Scalars['String']['input']; id?: InputMaybe; password: Scalars['String']['input']; savePath: Scalars['String']['input']; subscriberId?: InputMaybe; updatedAt?: InputMaybe; username: Scalars['String']['input']; }; export type DownloadersOrderInput = { category?: InputMaybe; createdAt?: InputMaybe; endpoint?: InputMaybe; id?: InputMaybe; password?: InputMaybe; savePath?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; username?: InputMaybe; }; export type DownloadersUpdateInput = { category?: InputMaybe; createdAt?: InputMaybe; endpoint?: InputMaybe; id?: InputMaybe; password?: InputMaybe; savePath?: InputMaybe; updatedAt?: InputMaybe; username?: InputMaybe; }; export type Downloads = { __typename?: 'Downloads'; allSize?: Maybe; createdAt: Scalars['String']['output']; currSize?: Maybe; displayName: Scalars['String']['output']; downloader?: Maybe; downloaderId: Scalars['Int']['output']; episode?: Maybe; episodeId: Scalars['Int']['output']; homepage?: Maybe; id: Scalars['Int']['output']; mime: DownloadMimeEnum; originName: Scalars['String']['output']; savePath?: Maybe; status: DownloadStatusEnum; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; updatedAt: Scalars['String']['output']; url: Scalars['String']['output']; }; export type DownloadsBasic = { __typename?: 'DownloadsBasic'; allSize?: Maybe; createdAt: Scalars['String']['output']; currSize?: Maybe; displayName: Scalars['String']['output']; downloaderId: Scalars['Int']['output']; episodeId: Scalars['Int']['output']; homepage?: Maybe; id: Scalars['Int']['output']; mime: DownloadMimeEnum; originName: Scalars['String']['output']; savePath?: Maybe; status: DownloadStatusEnum; subscriberId: Scalars['Int']['output']; updatedAt: Scalars['String']['output']; url: Scalars['String']['output']; }; export type DownloadsConnection = { __typename?: 'DownloadsConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type DownloadsEdge = { __typename?: 'DownloadsEdge'; cursor: Scalars['String']['output']; node: Downloads; }; export type DownloadsFilterInput = { allSize?: InputMaybe; and?: InputMaybe>; createdAt?: InputMaybe; currSize?: InputMaybe; displayName?: InputMaybe; downloaderId?: InputMaybe; episodeId?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mime?: InputMaybe; or?: InputMaybe>; originName?: InputMaybe; savePath?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; url?: InputMaybe; }; export type DownloadsInsertInput = { allSize?: InputMaybe; createdAt?: InputMaybe; currSize?: InputMaybe; displayName: Scalars['String']['input']; downloaderId: Scalars['Int']['input']; episodeId: Scalars['Int']['input']; homepage?: InputMaybe; id?: InputMaybe; mime: DownloadMimeEnum; originName: Scalars['String']['input']; savePath?: InputMaybe; status: DownloadStatusEnum; subscriberId?: InputMaybe; updatedAt?: InputMaybe; url: Scalars['String']['input']; }; export type DownloadsOrderInput = { allSize?: InputMaybe; createdAt?: InputMaybe; currSize?: InputMaybe; displayName?: InputMaybe; downloaderId?: InputMaybe; episodeId?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mime?: InputMaybe; originName?: InputMaybe; savePath?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; url?: InputMaybe; }; export type DownloadsUpdateInput = { allSize?: InputMaybe; createdAt?: InputMaybe; currSize?: InputMaybe; displayName?: InputMaybe; downloaderId?: InputMaybe; episodeId?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mime?: InputMaybe; originName?: InputMaybe; savePath?: InputMaybe; status?: InputMaybe; updatedAt?: InputMaybe; url?: InputMaybe; }; export const EpisodeTypeEnum = { Mikan: 'mikan' } as const; export type EpisodeTypeEnum = typeof EpisodeTypeEnum[keyof typeof EpisodeTypeEnum]; export type EpisodeTypeEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type Episodes = { __typename?: 'Episodes'; bangumi?: Maybe; bangumiId: Scalars['Int']['output']; createdAt: Scalars['String']['output']; displayName: Scalars['String']['output']; download: SubscriptionsConnection; enclosureContentLength?: Maybe; enclosureMagnetLink?: Maybe; enclosurePubDate?: Maybe; enclosureTorrentLink?: Maybe; episodeIndex: Scalars['Int']['output']; episodeType: EpisodeTypeEnum; fansub?: Maybe; homepage?: Maybe; id: Scalars['Int']['output']; mikanEpisodeId?: Maybe; originName: Scalars['String']['output']; originPosterLink?: Maybe; posterLink?: Maybe; resolution?: Maybe; season: Scalars['Int']['output']; seasonRaw?: Maybe; source?: Maybe; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; subscription: DownloadsConnection; subscriptionEpisode: SubscriptionEpisodeConnection; subtitle?: Maybe; updatedAt: Scalars['String']['output']; }; export type EpisodesDownloadArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type EpisodesSubscriptionArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type EpisodesSubscriptionEpisodeArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type EpisodesBasic = { __typename?: 'EpisodesBasic'; bangumiId: Scalars['Int']['output']; createdAt: Scalars['String']['output']; displayName: Scalars['String']['output']; enclosureContentLength?: Maybe; enclosureMagnetLink?: Maybe; enclosurePubDate?: Maybe; enclosureTorrentLink?: Maybe; episodeIndex: Scalars['Int']['output']; episodeType: EpisodeTypeEnum; fansub?: Maybe; homepage?: Maybe; id: Scalars['Int']['output']; mikanEpisodeId?: Maybe; originName: Scalars['String']['output']; originPosterLink?: Maybe; posterLink?: Maybe; resolution?: Maybe; season: Scalars['Int']['output']; seasonRaw?: Maybe; source?: Maybe; subscriberId: Scalars['Int']['output']; subtitle?: Maybe; updatedAt: Scalars['String']['output']; }; export type EpisodesConnection = { __typename?: 'EpisodesConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type EpisodesEdge = { __typename?: 'EpisodesEdge'; cursor: Scalars['String']['output']; node: Episodes; }; export type EpisodesFilterInput = { and?: InputMaybe>; bangumiId?: InputMaybe; createdAt?: InputMaybe; displayName?: InputMaybe; enclosureContentLength?: InputMaybe; enclosureMagnetLink?: InputMaybe; enclosurePubDate?: InputMaybe; enclosureTorrentLink?: InputMaybe; episodeIndex?: InputMaybe; episodeType?: InputMaybe; fansub?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanEpisodeId?: InputMaybe; or?: InputMaybe>; originName?: InputMaybe; originPosterLink?: InputMaybe; posterLink?: InputMaybe; resolution?: InputMaybe; season?: InputMaybe; seasonRaw?: InputMaybe; source?: InputMaybe; subscriberId?: InputMaybe; subtitle?: InputMaybe; updatedAt?: InputMaybe; }; export type EpisodesInsertInput = { bangumiId: Scalars['Int']['input']; createdAt?: InputMaybe; displayName: Scalars['String']['input']; enclosureContentLength?: InputMaybe; enclosureMagnetLink?: InputMaybe; enclosurePubDate?: InputMaybe; enclosureTorrentLink?: InputMaybe; episodeIndex: Scalars['Int']['input']; episodeType: EpisodeTypeEnum; fansub?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanEpisodeId?: InputMaybe; originName: Scalars['String']['input']; originPosterLink?: InputMaybe; posterLink?: InputMaybe; resolution?: InputMaybe; season: Scalars['Int']['input']; seasonRaw?: InputMaybe; source?: InputMaybe; subscriberId?: InputMaybe; subtitle?: InputMaybe; updatedAt?: InputMaybe; }; export type EpisodesOrderInput = { bangumiId?: InputMaybe; createdAt?: InputMaybe; displayName?: InputMaybe; enclosureContentLength?: InputMaybe; enclosureMagnetLink?: InputMaybe; enclosurePubDate?: InputMaybe; enclosureTorrentLink?: InputMaybe; episodeIndex?: InputMaybe; episodeType?: InputMaybe; fansub?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanEpisodeId?: InputMaybe; originName?: InputMaybe; originPosterLink?: InputMaybe; posterLink?: InputMaybe; resolution?: InputMaybe; season?: InputMaybe; seasonRaw?: InputMaybe; source?: InputMaybe; subscriberId?: InputMaybe; subtitle?: InputMaybe; updatedAt?: InputMaybe; }; export type EpisodesUpdateInput = { bangumiId?: InputMaybe; createdAt?: InputMaybe; displayName?: InputMaybe; enclosureContentLength?: InputMaybe; enclosureMagnetLink?: InputMaybe; enclosurePubDate?: InputMaybe; enclosureTorrentLink?: InputMaybe; episodeIndex?: InputMaybe; episodeType?: InputMaybe; fansub?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe; mikanEpisodeId?: InputMaybe; originName?: InputMaybe; originPosterLink?: InputMaybe; posterLink?: InputMaybe; resolution?: InputMaybe; season?: InputMaybe; seasonRaw?: InputMaybe; source?: InputMaybe; subtitle?: InputMaybe; updatedAt?: InputMaybe; }; export const FeedSourceEnum = { SubscriptionEpisode: 'subscription_episode' } as const; export type FeedSourceEnum = typeof FeedSourceEnum[keyof typeof FeedSourceEnum]; export type FeedSourceEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export const FeedTypeEnum = { Rss: 'rss' } as const; export type FeedTypeEnum = typeof FeedTypeEnum[keyof typeof FeedTypeEnum]; export type FeedTypeEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type Feeds = { __typename?: 'Feeds'; createdAt: Scalars['String']['output']; feedSource: FeedSourceEnum; feedType: FeedTypeEnum; id: Scalars['Int']['output']; subscriber?: Maybe; subscriberId?: Maybe; subscription?: Maybe; subscriptionId?: Maybe; token: Scalars['String']['output']; updatedAt: Scalars['String']['output']; }; export type FeedsBasic = { __typename?: 'FeedsBasic'; createdAt: Scalars['String']['output']; feedSource: FeedSourceEnum; feedType: FeedTypeEnum; id: Scalars['Int']['output']; subscriberId?: Maybe; subscriptionId?: Maybe; token: Scalars['String']['output']; updatedAt: Scalars['String']['output']; }; export type FeedsConnection = { __typename?: 'FeedsConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type FeedsEdge = { __typename?: 'FeedsEdge'; cursor: Scalars['String']['output']; node: Feeds; }; export type FeedsFilterInput = { and?: InputMaybe>; createdAt?: InputMaybe; feedSource?: InputMaybe; feedType?: InputMaybe; id?: InputMaybe; or?: InputMaybe>; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; token?: InputMaybe; updatedAt?: InputMaybe; }; export type FeedsInsertInput = { createdAt?: InputMaybe; feedSource: FeedSourceEnum; feedType: FeedTypeEnum; id?: InputMaybe; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; token?: InputMaybe; updatedAt?: InputMaybe; }; export type FeedsOrderInput = { createdAt?: InputMaybe; feedSource?: InputMaybe; feedType?: InputMaybe; id?: InputMaybe; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; token?: InputMaybe; updatedAt?: InputMaybe; }; export type FeedsUpdateInput = { createdAt?: InputMaybe; feedSource?: InputMaybe; feedType?: InputMaybe; id?: InputMaybe; subscriptionId?: InputMaybe; token?: InputMaybe; updatedAt?: InputMaybe; }; export type IntegerFilterInput = { between?: InputMaybe>; eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; not_between?: InputMaybe>; }; export type Mutation = { __typename?: 'Mutation'; _ping?: Maybe; bangumiCreateBatch: Array; bangumiCreateOne: BangumiBasic; bangumiDelete: Scalars['Int']['output']; bangumiUpdate: Array; credential3rdCheckAvailable: Credential3rdCheckAvailableInfo; credential3rdCreateBatch: Array; credential3rdCreateOne: Credential3rdBasic; credential3rdDelete: Scalars['Int']['output']; credential3rdUpdate: Array; cronCreateBatch: Array; cronCreateOne: CronBasic; cronDelete: Scalars['Int']['output']; cronUpdate: Array; downloadersCreateBatch: Array; downloadersCreateOne: DownloadersBasic; downloadersDelete: Scalars['Int']['output']; downloadersUpdate: Array; downloadsCreateBatch: Array; downloadsCreateOne: DownloadsBasic; downloadsDelete: Scalars['Int']['output']; downloadsUpdate: Array; episodesCreateBatch: Array; episodesCreateOne: EpisodesBasic; episodesDelete: Scalars['Int']['output']; episodesUpdate: Array; feedsCreateBatch: Array; feedsCreateOne: FeedsBasic; feedsDelete: Scalars['Int']['output']; feedsUpdate: Array; subscriberTasksCreateOne: SubscriberTasksBasic; subscriberTasksDelete: Scalars['Int']['output']; subscriberTasksRetryOne: SubscriberTasksBasic; subscriptionBangumiCreateBatch: Array; subscriptionBangumiCreateOne: SubscriptionBangumiBasic; subscriptionBangumiDelete: Scalars['Int']['output']; subscriptionBangumiUpdate: Array; subscriptionEpisodeCreateBatch: Array; subscriptionEpisodeCreateOne: SubscriptionEpisodeBasic; subscriptionEpisodeDelete: Scalars['Int']['output']; subscriptionEpisodeUpdate: Array; subscriptionsCreateBatch: Array; subscriptionsCreateOne: SubscriptionsBasic; subscriptionsDelete: Scalars['Int']['output']; subscriptionsUpdate: Array; systemTasksCreateOne: SystemTasksBasic; systemTasksDelete: Scalars['Int']['output']; systemTasksRetryOne: SystemTasksBasic; }; export type MutationBangumiCreateBatchArgs = { data: Array; }; export type MutationBangumiCreateOneArgs = { data: BangumiInsertInput; }; export type MutationBangumiDeleteArgs = { filter?: InputMaybe; }; export type MutationBangumiUpdateArgs = { data: BangumiUpdateInput; filter?: InputMaybe; }; export type MutationCredential3rdCheckAvailableArgs = { filter?: InputMaybe; }; export type MutationCredential3rdCreateBatchArgs = { data: Array; }; export type MutationCredential3rdCreateOneArgs = { data: Credential3rdInsertInput; }; export type MutationCredential3rdDeleteArgs = { filter?: InputMaybe; }; export type MutationCredential3rdUpdateArgs = { data: Credential3rdUpdateInput; filter?: InputMaybe; }; export type MutationCronCreateBatchArgs = { data: Array; }; export type MutationCronCreateOneArgs = { data: CronInsertInput; }; export type MutationCronDeleteArgs = { filter?: InputMaybe; }; export type MutationCronUpdateArgs = { data: CronUpdateInput; filter?: InputMaybe; }; export type MutationDownloadersCreateBatchArgs = { data: Array; }; export type MutationDownloadersCreateOneArgs = { data: DownloadersInsertInput; }; export type MutationDownloadersDeleteArgs = { filter?: InputMaybe; }; export type MutationDownloadersUpdateArgs = { data: DownloadersUpdateInput; filter?: InputMaybe; }; export type MutationDownloadsCreateBatchArgs = { data: Array; }; export type MutationDownloadsCreateOneArgs = { data: DownloadsInsertInput; }; export type MutationDownloadsDeleteArgs = { filter?: InputMaybe; }; export type MutationDownloadsUpdateArgs = { data: DownloadsUpdateInput; filter?: InputMaybe; }; export type MutationEpisodesCreateBatchArgs = { data: Array; }; export type MutationEpisodesCreateOneArgs = { data: EpisodesInsertInput; }; export type MutationEpisodesDeleteArgs = { filter?: InputMaybe; }; export type MutationEpisodesUpdateArgs = { data: EpisodesUpdateInput; filter?: InputMaybe; }; export type MutationFeedsCreateBatchArgs = { data: Array; }; export type MutationFeedsCreateOneArgs = { data: FeedsInsertInput; }; export type MutationFeedsDeleteArgs = { filter?: InputMaybe; }; export type MutationFeedsUpdateArgs = { data: FeedsUpdateInput; filter?: InputMaybe; }; export type MutationSubscriberTasksCreateOneArgs = { data: SubscriberTasksInsertInput; }; export type MutationSubscriberTasksDeleteArgs = { filter?: InputMaybe; }; export type MutationSubscriberTasksRetryOneArgs = { filter?: InputMaybe; }; export type MutationSubscriptionBangumiCreateBatchArgs = { data: Array; }; export type MutationSubscriptionBangumiCreateOneArgs = { data: SubscriptionBangumiInsertInput; }; export type MutationSubscriptionBangumiDeleteArgs = { filter?: InputMaybe; }; export type MutationSubscriptionBangumiUpdateArgs = { data: SubscriptionBangumiUpdateInput; filter?: InputMaybe; }; export type MutationSubscriptionEpisodeCreateBatchArgs = { data: Array; }; export type MutationSubscriptionEpisodeCreateOneArgs = { data: SubscriptionEpisodeInsertInput; }; export type MutationSubscriptionEpisodeDeleteArgs = { filter?: InputMaybe; }; export type MutationSubscriptionEpisodeUpdateArgs = { data: SubscriptionEpisodeUpdateInput; filter?: InputMaybe; }; export type MutationSubscriptionsCreateBatchArgs = { data: Array; }; export type MutationSubscriptionsCreateOneArgs = { data: SubscriptionsInsertInput; }; export type MutationSubscriptionsDeleteArgs = { filter?: InputMaybe; }; export type MutationSubscriptionsUpdateArgs = { data: SubscriptionsUpdateInput; filter?: InputMaybe; }; export type MutationSystemTasksCreateOneArgs = { data: SystemTasksInsertInput; }; export type MutationSystemTasksDeleteArgs = { filter?: InputMaybe; }; export type MutationSystemTasksRetryOneArgs = { filter?: InputMaybe; }; export type OffsetInput = { limit: Scalars['Int']['input']; offset: Scalars['Int']['input']; }; export const OrderByEnum = { Asc: 'ASC', Desc: 'DESC' } as const; export type OrderByEnum = typeof OrderByEnum[keyof typeof OrderByEnum]; export type PageInfo = { __typename?: 'PageInfo'; endCursor?: Maybe; hasNextPage: Scalars['Boolean']['output']; hasPreviousPage: Scalars['Boolean']['output']; startCursor?: Maybe; }; export type PageInput = { limit: Scalars['Int']['input']; page: Scalars['Int']['input']; }; export type PaginationInfo = { __typename?: 'PaginationInfo'; current: Scalars['Int']['output']; offset: Scalars['Int']['output']; pages: Scalars['Int']['output']; total: Scalars['Int']['output']; }; export type PaginationInput = { cursor?: InputMaybe; offset?: InputMaybe; page?: InputMaybe; }; export type Query = { __typename?: 'Query'; _sea_orm_entity_metadata?: Maybe; bangumi: BangumiConnection; credential3rd: Credential3rdConnection; cron: CronConnection; downloaders: DownloadersConnection; downloads: DownloadsConnection; episodes: EpisodesConnection; feeds: FeedsConnection; subscriberTasks: SubscriberTasksConnection; subscribers: SubscribersConnection; subscriptionBangumi: SubscriptionBangumiConnection; subscriptionEpisode: SubscriptionEpisodeConnection; subscriptions: SubscriptionsConnection; systemTasks: SystemTasksConnection; }; export type Query_Sea_Orm_Entity_MetadataArgs = { table_name: Scalars['String']['input']; }; export type QueryBangumiArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QueryCredential3rdArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QueryCronArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QueryDownloadersArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QueryDownloadsArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QueryEpisodesArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QueryFeedsArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QuerySubscriberTasksArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QuerySubscribersArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QuerySubscriptionBangumiArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QuerySubscriptionEpisodeArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QuerySubscriptionsArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type QuerySystemTasksArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type StringFilterInput = { between?: InputMaybe>; contains?: InputMaybe; ends_with?: InputMaybe; eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; like?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; not_between?: InputMaybe>; not_like?: InputMaybe; starts_with?: InputMaybe; }; export type SubscriberIdFilterInput = { eq?: InputMaybe; }; export const SubscriberTaskStatusEnum = { Done: 'Done', Failed: 'Failed', Killed: 'Killed', Pending: 'Pending', Running: 'Running', Scheduled: 'Scheduled' } as const; export type SubscriberTaskStatusEnum = typeof SubscriberTaskStatusEnum[keyof typeof SubscriberTaskStatusEnum]; export const SubscriberTaskTypeEnum = { SyncOneSubscriptionFeedsFull: 'sync_one_subscription_feeds_full', SyncOneSubscriptionFeedsIncremental: 'sync_one_subscription_feeds_incremental', SyncOneSubscriptionSources: 'sync_one_subscription_sources' } as const; export type SubscriberTaskTypeEnum = typeof SubscriberTaskTypeEnum[keyof typeof SubscriberTaskTypeEnum]; export type SubscriberTasks = { __typename?: 'SubscriberTasks'; attempts: Scalars['Int']['output']; cron?: Maybe; cronId?: Maybe; doneAt?: Maybe; id: Scalars['String']['output']; job: Scalars['SubscriberTaskType']['output']; lastError?: Maybe; lockAt?: Maybe; lockBy?: Maybe; maxAttempts: Scalars['Int']['output']; priority: Scalars['Int']['output']; runAt: Scalars['String']['output']; status: SubscriberTaskStatusEnum; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; subscription?: Maybe; subscriptionId?: Maybe; taskType: SubscriberTaskTypeEnum; }; export type SubscriberTasksBasic = { __typename?: 'SubscriberTasksBasic'; attempts: Scalars['Int']['output']; cronId?: Maybe; doneAt?: Maybe; id: Scalars['String']['output']; job: Scalars['SubscriberTaskType']['output']; lastError?: Maybe; lockAt?: Maybe; lockBy?: Maybe; maxAttempts: Scalars['Int']['output']; priority: Scalars['Int']['output']; runAt: Scalars['String']['output']; status: SubscriberTaskStatusEnum; subscriberId: Scalars['Int']['output']; subscriptionId?: Maybe; taskType: SubscriberTaskTypeEnum; }; export type SubscriberTasksConnection = { __typename?: 'SubscriberTasksConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type SubscriberTasksEdge = { __typename?: 'SubscriberTasksEdge'; cursor: Scalars['String']['output']; node: SubscriberTasks; }; export type SubscriberTasksFilterInput = { and?: InputMaybe>; attempts?: InputMaybe; cronId?: InputMaybe; doneAt?: InputMaybe; id?: InputMaybe; job?: InputMaybe; lastError?: InputMaybe; lockAt?: InputMaybe; lockBy?: InputMaybe; maxAttempts?: InputMaybe; or?: InputMaybe>; priority?: InputMaybe; runAt?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; taskType?: InputMaybe; }; export type SubscriberTasksInsertInput = { job: Scalars['SubscriberTaskType']['input']; subscriberId?: InputMaybe; }; export type SubscriberTasksOrderInput = { attempts?: InputMaybe; cronId?: InputMaybe; doneAt?: InputMaybe; id?: InputMaybe; job?: InputMaybe; lastError?: InputMaybe; lockAt?: InputMaybe; lockBy?: InputMaybe; maxAttempts?: InputMaybe; priority?: InputMaybe; runAt?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; taskType?: InputMaybe; }; export type Subscribers = { __typename?: 'Subscribers'; bangumi: BangumiConnection; bangumiConf?: Maybe; createdAt: Scalars['String']['output']; credential3rd: Credential3rdConnection; displayName: Scalars['String']['output']; downloader: DownloadersConnection; episode: EpisodesConnection; feed: FeedsConnection; id: Scalars['Int']['output']; subscriberTask: SubscriberTasksConnection; subscription: SubscriptionsConnection; systemTask: SystemTasksConnection; updatedAt: Scalars['String']['output']; }; export type SubscribersBangumiArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersCredential3rdArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersDownloaderArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersEpisodeArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersFeedArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersSubscriberTaskArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersSubscriptionArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersSystemTaskArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscribersConnection = { __typename?: 'SubscribersConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type SubscribersEdge = { __typename?: 'SubscribersEdge'; cursor: Scalars['String']['output']; node: Subscribers; }; export type SubscribersFilterInput = { and?: InputMaybe>; id?: InputMaybe; or?: InputMaybe>; }; export type SubscribersOrderInput = { bangumiConf?: InputMaybe; createdAt?: InputMaybe; displayName?: InputMaybe; id?: InputMaybe; updatedAt?: InputMaybe; }; export type SubscriptionBangumi = { __typename?: 'SubscriptionBangumi'; bangumi?: Maybe; bangumiId: Scalars['Int']['output']; id: Scalars['Int']['output']; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; subscription?: Maybe; subscriptionId: Scalars['Int']['output']; }; export type SubscriptionBangumiBasic = { __typename?: 'SubscriptionBangumiBasic'; bangumiId: Scalars['Int']['output']; id: Scalars['Int']['output']; subscriberId: Scalars['Int']['output']; subscriptionId: Scalars['Int']['output']; }; export type SubscriptionBangumiConnection = { __typename?: 'SubscriptionBangumiConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type SubscriptionBangumiEdge = { __typename?: 'SubscriptionBangumiEdge'; cursor: Scalars['String']['output']; node: SubscriptionBangumi; }; export type SubscriptionBangumiFilterInput = { and?: InputMaybe>; bangumiId?: InputMaybe; id?: InputMaybe; or?: InputMaybe>; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; }; export type SubscriptionBangumiInsertInput = { bangumiId: Scalars['Int']['input']; id?: InputMaybe; subscriberId?: InputMaybe; subscriptionId: Scalars['Int']['input']; }; export type SubscriptionBangumiOrderInput = { bangumiId?: InputMaybe; id?: InputMaybe; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; }; export type SubscriptionBangumiUpdateInput = { bangumiId?: InputMaybe; id?: InputMaybe; subscriptionId?: InputMaybe; }; export const SubscriptionCategoryEnum = { MikanBangumi: 'mikan_bangumi', MikanSeason: 'mikan_season', MikanSubscriber: 'mikan_subscriber' } as const; export type SubscriptionCategoryEnum = typeof SubscriptionCategoryEnum[keyof typeof SubscriptionCategoryEnum]; export type SubscriptionCategoryEnumFilterInput = { eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; }; export type SubscriptionEpisode = { __typename?: 'SubscriptionEpisode'; episode?: Maybe; episodeId: Scalars['Int']['output']; id: Scalars['Int']['output']; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; subscription?: Maybe; subscriptionId: Scalars['Int']['output']; }; export type SubscriptionEpisodeBasic = { __typename?: 'SubscriptionEpisodeBasic'; episodeId: Scalars['Int']['output']; id: Scalars['Int']['output']; subscriberId: Scalars['Int']['output']; subscriptionId: Scalars['Int']['output']; }; export type SubscriptionEpisodeConnection = { __typename?: 'SubscriptionEpisodeConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type SubscriptionEpisodeEdge = { __typename?: 'SubscriptionEpisodeEdge'; cursor: Scalars['String']['output']; node: SubscriptionEpisode; }; export type SubscriptionEpisodeFilterInput = { and?: InputMaybe>; episodeId?: InputMaybe; id?: InputMaybe; or?: InputMaybe>; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; }; export type SubscriptionEpisodeInsertInput = { episodeId: Scalars['Int']['input']; id?: InputMaybe; subscriberId?: InputMaybe; subscriptionId: Scalars['Int']['input']; }; export type SubscriptionEpisodeOrderInput = { episodeId?: InputMaybe; id?: InputMaybe; subscriberId?: InputMaybe; subscriptionId?: InputMaybe; }; export type SubscriptionEpisodeUpdateInput = { episodeId?: InputMaybe; id?: InputMaybe; subscriptionId?: InputMaybe; }; export type Subscriptions = { __typename?: 'Subscriptions'; bangumi: BangumiConnection; category: SubscriptionCategoryEnum; createdAt: Scalars['String']['output']; credential3rd?: Maybe; credentialId?: Maybe; cron: CronConnection; displayName: Scalars['String']['output']; enabled: Scalars['Boolean']['output']; episode: EpisodesConnection; feed: FeedsConnection; id: Scalars['Int']['output']; sourceUrl: Scalars['String']['output']; subscriber?: Maybe; subscriberId: Scalars['Int']['output']; subscriberTask: SubscriberTasksConnection; subscriptionBangumi: SubscriptionBangumiConnection; subscriptionEpisode: SubscriptionEpisodeConnection; updatedAt: Scalars['String']['output']; }; export type SubscriptionsBangumiArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscriptionsCronArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscriptionsEpisodeArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscriptionsFeedArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscriptionsSubscriberTaskArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscriptionsSubscriptionBangumiArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscriptionsSubscriptionEpisodeArgs = { filter?: InputMaybe; orderBy?: InputMaybe; pagination?: InputMaybe; }; export type SubscriptionsBasic = { __typename?: 'SubscriptionsBasic'; category: SubscriptionCategoryEnum; createdAt: Scalars['String']['output']; credentialId?: Maybe; displayName: Scalars['String']['output']; enabled: Scalars['Boolean']['output']; id: Scalars['Int']['output']; sourceUrl: Scalars['String']['output']; subscriberId: Scalars['Int']['output']; updatedAt: Scalars['String']['output']; }; export type SubscriptionsConnection = { __typename?: 'SubscriptionsConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type SubscriptionsEdge = { __typename?: 'SubscriptionsEdge'; cursor: Scalars['String']['output']; node: Subscriptions; }; export type SubscriptionsFilterInput = { and?: InputMaybe>; category?: InputMaybe; createdAt?: InputMaybe; credentialId?: InputMaybe; displayName?: InputMaybe; enabled?: InputMaybe; id?: InputMaybe; or?: InputMaybe>; sourceUrl?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; }; export type SubscriptionsInsertInput = { category: SubscriptionCategoryEnum; createdAt?: InputMaybe; credentialId?: InputMaybe; displayName: Scalars['String']['input']; enabled: Scalars['Boolean']['input']; id?: InputMaybe; sourceUrl: Scalars['String']['input']; subscriberId?: InputMaybe; updatedAt?: InputMaybe; }; export type SubscriptionsOrderInput = { category?: InputMaybe; createdAt?: InputMaybe; credentialId?: InputMaybe; displayName?: InputMaybe; enabled?: InputMaybe; id?: InputMaybe; sourceUrl?: InputMaybe; subscriberId?: InputMaybe; updatedAt?: InputMaybe; }; export type SubscriptionsUpdateInput = { category?: InputMaybe; createdAt?: InputMaybe; credentialId?: InputMaybe; displayName?: InputMaybe; enabled?: InputMaybe; id?: InputMaybe; sourceUrl?: InputMaybe; updatedAt?: InputMaybe; }; export const SystemTaskStatusEnum = { Done: 'Done', Failed: 'Failed', Killed: 'Killed', Pending: 'Pending', Running: 'Running', Scheduled: 'Scheduled' } as const; export type SystemTaskStatusEnum = typeof SystemTaskStatusEnum[keyof typeof SystemTaskStatusEnum]; export const SystemTaskTypeEnum = { OptimizeImage: 'optimize_image', Test: 'test' } as const; export type SystemTaskTypeEnum = typeof SystemTaskTypeEnum[keyof typeof SystemTaskTypeEnum]; export type SystemTasks = { __typename?: 'SystemTasks'; attempts: Scalars['Int']['output']; cron?: Maybe; cronId?: Maybe; doneAt?: Maybe; id: Scalars['String']['output']; job: Scalars['SystemTaskType']['output']; lastError?: Maybe; lockAt?: Maybe; lockBy?: Maybe; maxAttempts: Scalars['Int']['output']; priority: Scalars['Int']['output']; runAt: Scalars['String']['output']; status: SystemTaskStatusEnum; subscriber?: Maybe; subscriberId?: Maybe; taskType: SystemTaskTypeEnum; }; export type SystemTasksBasic = { __typename?: 'SystemTasksBasic'; attempts: Scalars['Int']['output']; cronId?: Maybe; doneAt?: Maybe; id: Scalars['String']['output']; job: Scalars['SystemTaskType']['output']; lastError?: Maybe; lockAt?: Maybe; lockBy?: Maybe; maxAttempts: Scalars['Int']['output']; priority: Scalars['Int']['output']; runAt: Scalars['String']['output']; status: SystemTaskStatusEnum; subscriberId?: Maybe; taskType: SystemTaskTypeEnum; }; export type SystemTasksConnection = { __typename?: 'SystemTasksConnection'; edges: Array; nodes: Array; pageInfo: PageInfo; paginationInfo?: Maybe; }; export type SystemTasksEdge = { __typename?: 'SystemTasksEdge'; cursor: Scalars['String']['output']; node: SystemTasks; }; export type SystemTasksFilterInput = { and?: InputMaybe>; attempts?: InputMaybe; cronId?: InputMaybe; doneAt?: InputMaybe; id?: InputMaybe; job?: InputMaybe; lastError?: InputMaybe; lockAt?: InputMaybe; lockBy?: InputMaybe; maxAttempts?: InputMaybe; or?: InputMaybe>; priority?: InputMaybe; runAt?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; taskType?: InputMaybe; }; export type SystemTasksInsertInput = { job: Scalars['SystemTaskType']['input']; subscriberId?: InputMaybe; }; export type SystemTasksOrderInput = { attempts?: InputMaybe; cronId?: InputMaybe; doneAt?: InputMaybe; id?: InputMaybe; job?: InputMaybe; lastError?: InputMaybe; lockAt?: InputMaybe; lockBy?: InputMaybe; maxAttempts?: InputMaybe; priority?: InputMaybe; runAt?: InputMaybe; status?: InputMaybe; subscriberId?: InputMaybe; taskType?: InputMaybe; }; export type TextFilterInput = { between?: InputMaybe>; eq?: InputMaybe; gt?: InputMaybe; gte?: InputMaybe; is_in?: InputMaybe>; is_not_in?: InputMaybe>; is_not_null?: InputMaybe; is_null?: InputMaybe; lt?: InputMaybe; lte?: InputMaybe; ne?: InputMaybe; not_between?: InputMaybe>; }; export type GetCredential3rdQueryVariables = Exact<{ filter: Credential3rdFilterInput; orderBy?: InputMaybe; pagination?: InputMaybe; }>; export type GetCredential3rdQuery = { __typename?: 'Query', credential3rd: { __typename?: 'Credential3rdConnection', nodes: Array<{ __typename?: 'Credential3rd', id: number, cookies?: string | null, username?: string | null, password?: string | null, userAgent?: string | null, createdAt: string, updatedAt: string, credentialType: Credential3rdTypeEnum }>, paginationInfo?: { __typename?: 'PaginationInfo', total: number, pages: number } | null } }; export type InsertCredential3rdMutationVariables = Exact<{ data: Credential3rdInsertInput; }>; export type InsertCredential3rdMutation = { __typename?: 'Mutation', credential3rdCreateOne: { __typename?: 'Credential3rdBasic', id: number, cookies?: string | null, username?: string | null, password?: string | null, userAgent?: string | null, createdAt: string, updatedAt: string, credentialType: Credential3rdTypeEnum } }; export type UpdateCredential3rdMutationVariables = Exact<{ data: Credential3rdUpdateInput; filter: Credential3rdFilterInput; }>; export type UpdateCredential3rdMutation = { __typename?: 'Mutation', credential3rdUpdate: Array<{ __typename?: 'Credential3rdBasic', id: number, cookies?: string | null, username?: string | null, password?: string | null, userAgent?: string | null, createdAt: string, updatedAt: string, credentialType: Credential3rdTypeEnum }> }; export type DeleteCredential3rdMutationVariables = Exact<{ filter: Credential3rdFilterInput; }>; export type DeleteCredential3rdMutation = { __typename?: 'Mutation', credential3rdDelete: number }; export type GetCredential3rdDetailQueryVariables = Exact<{ id: Scalars['Int']['input']; }>; export type GetCredential3rdDetailQuery = { __typename?: 'Query', credential3rd: { __typename?: 'Credential3rdConnection', nodes: Array<{ __typename?: 'Credential3rd', id: number, cookies?: string | null, username?: string | null, password?: string | null, userAgent?: string | null, createdAt: string, updatedAt: string, credentialType: Credential3rdTypeEnum }> } }; export type CheckCredential3rdAvailableMutationVariables = Exact<{ filter: Credential3rdFilterInput; }>; export type CheckCredential3rdAvailableMutation = { __typename?: 'Mutation', credential3rdCheckAvailable: { __typename?: 'Credential3rdCheckAvailableInfo', available: boolean } }; export type GetCronsQueryVariables = Exact<{ filter: CronFilterInput; orderBy: CronOrderInput; pagination: PaginationInput; }>; export type GetCronsQuery = { __typename?: 'Query', cron: { __typename?: 'CronConnection', nodes: Array<{ __typename?: 'Cron', id: number, cronExpr: string, nextRun?: string | null, lastRun?: string | null, lastError?: string | null, status: CronStatusEnum, lockedAt?: string | null, lockedBy?: string | null, createdAt: string, updatedAt: string, timeoutMs?: number | null, maxAttempts: number, priority: number, attempts: number, enabled: boolean, subscriberTaskCron?: SubscriberTaskType | null, subscriberTask: { __typename?: 'SubscriberTasksConnection', nodes: Array<{ __typename?: 'SubscriberTasks', id: string, job: SubscriberTaskType, taskType: SubscriberTaskTypeEnum, status: SubscriberTaskStatusEnum, attempts: number, maxAttempts: number, runAt: string, lastError?: string | null, lockAt?: string | null, lockBy?: string | null, doneAt?: string | null, priority: number, subscription?: { __typename?: 'Subscriptions', displayName: string, sourceUrl: string } | null }> } }>, paginationInfo?: { __typename?: 'PaginationInfo', total: number, pages: number } | null } }; export type DeleteCronsMutationVariables = Exact<{ filter: CronFilterInput; }>; export type DeleteCronsMutation = { __typename?: 'Mutation', cronDelete: number }; export type UpdateCronsMutationVariables = Exact<{ filter: CronFilterInput; data: CronUpdateInput; }>; export type UpdateCronsMutation = { __typename?: 'Mutation', cronUpdate: Array<{ __typename?: 'CronBasic', id: number, cronExpr: string, nextRun?: string | null, lastRun?: string | null, lastError?: string | null, status: CronStatusEnum, lockedAt?: string | null, lockedBy?: string | null, createdAt: string, updatedAt: string, timeoutMs?: number | null, enabled: boolean, maxAttempts: number, priority: number, attempts: number, subscriberTaskCron?: SubscriberTaskType | null }> }; export type InsertCronMutationVariables = Exact<{ data: CronInsertInput; }>; export type InsertCronMutation = { __typename?: 'Mutation', cronCreateOne: { __typename?: 'CronBasic', id: number, cronExpr: string, nextRun?: string | null, lastRun?: string | null, lastError?: string | null, status: CronStatusEnum, lockedAt?: string | null, lockedBy?: string | null, createdAt: string, updatedAt: string, enabled: boolean, timeoutMs?: number | null, maxAttempts: number, priority: number, attempts: number, subscriberTaskCron?: SubscriberTaskType | null } }; export type InsertFeedMutationVariables = Exact<{ data: FeedsInsertInput; }>; export type InsertFeedMutation = { __typename?: 'Mutation', feedsCreateOne: { __typename?: 'FeedsBasic', id: number, createdAt: string, updatedAt: string, feedType: FeedTypeEnum, token: string } }; export type DeleteFeedMutationVariables = Exact<{ filter: FeedsFilterInput; }>; export type DeleteFeedMutation = { __typename?: 'Mutation', feedsDelete: number }; export type GetSubscriptionsQueryVariables = Exact<{ filter: SubscriptionsFilterInput; orderBy: SubscriptionsOrderInput; pagination: PaginationInput; }>; export type GetSubscriptionsQuery = { __typename?: 'Query', subscriptions: { __typename?: 'SubscriptionsConnection', nodes: Array<{ __typename?: 'Subscriptions', id: number, createdAt: string, updatedAt: string, displayName: string, category: SubscriptionCategoryEnum, sourceUrl: string, enabled: boolean, credentialId?: number | null }>, paginationInfo?: { __typename?: 'PaginationInfo', total: number, pages: number } | null } }; export type InsertSubscriptionMutationVariables = Exact<{ data: SubscriptionsInsertInput; }>; export type InsertSubscriptionMutation = { __typename?: 'Mutation', subscriptionsCreateOne: { __typename?: 'SubscriptionsBasic', id: number, createdAt: string, updatedAt: string, displayName: string, category: SubscriptionCategoryEnum, sourceUrl: string, enabled: boolean, credentialId?: number | null } }; export type UpdateSubscriptionsMutationVariables = Exact<{ data: SubscriptionsUpdateInput; filter: SubscriptionsFilterInput; }>; export type UpdateSubscriptionsMutation = { __typename?: 'Mutation', subscriptionsUpdate: Array<{ __typename?: 'SubscriptionsBasic', id: number, createdAt: string, updatedAt: string, displayName: string, category: SubscriptionCategoryEnum, sourceUrl: string, enabled: boolean }> }; export type DeleteSubscriptionsMutationVariables = Exact<{ filter?: InputMaybe; }>; export type DeleteSubscriptionsMutation = { __typename?: 'Mutation', subscriptionsDelete: number }; export type GetSubscriptionDetailQueryVariables = Exact<{ id: Scalars['Int']['input']; }>; export type GetSubscriptionDetailQuery = { __typename?: 'Query', subscriptions: { __typename?: 'SubscriptionsConnection', nodes: Array<{ __typename?: 'Subscriptions', id: number, subscriberId: number, displayName: string, createdAt: string, updatedAt: string, category: SubscriptionCategoryEnum, sourceUrl: string, enabled: boolean, feed: { __typename?: 'FeedsConnection', nodes: Array<{ __typename?: 'Feeds', id: number, createdAt: string, updatedAt: string, token: string, feedType: FeedTypeEnum, feedSource: FeedSourceEnum }> }, subscriberTask: { __typename?: 'SubscriberTasksConnection', nodes: Array<{ __typename?: 'SubscriberTasks', id: string, taskType: SubscriberTaskTypeEnum, status: SubscriberTaskStatusEnum }> }, credential3rd?: { __typename?: 'Credential3rd', id: number, username?: string | null } | null, cron: { __typename?: 'CronConnection', nodes: Array<{ __typename?: 'Cron', id: number, cronExpr: string, nextRun?: string | null, lastRun?: string | null, lastError?: string | null, enabled: boolean, status: CronStatusEnum, lockedAt?: string | null, lockedBy?: string | null, createdAt: string, updatedAt: string, timeoutMs?: number | null, maxAttempts: number, priority: number, attempts: number, subscriberTaskCron?: SubscriberTaskType | null }> }, bangumi: { __typename?: 'BangumiConnection', nodes: Array<{ __typename?: 'Bangumi', createdAt: string, updatedAt: string, id: number, mikanBangumiId?: string | null, displayName: string, season: number, seasonRaw?: string | null, fansub?: string | null, mikanFansubId?: string | null, rssLink?: string | null, posterLink?: string | null, homepage?: string | null }> } }> } }; export type GetTasksQueryVariables = Exact<{ filter: SubscriberTasksFilterInput; orderBy: SubscriberTasksOrderInput; pagination: PaginationInput; }>; export type GetTasksQuery = { __typename?: 'Query', subscriberTasks: { __typename?: 'SubscriberTasksConnection', nodes: Array<{ __typename?: 'SubscriberTasks', id: string, job: SubscriberTaskType, taskType: SubscriberTaskTypeEnum, status: SubscriberTaskStatusEnum, attempts: number, maxAttempts: number, runAt: string, lastError?: string | null, lockAt?: string | null, lockBy?: string | null, doneAt?: string | null, priority: number, subscription?: { __typename?: 'Subscriptions', displayName: string, sourceUrl: string, cron: { __typename?: 'CronConnection', nodes: Array<{ __typename?: 'Cron', id: number, cronExpr: string, nextRun?: string | null, lastRun?: string | null, lastError?: string | null, status: CronStatusEnum, lockedAt?: string | null, lockedBy?: string | null, createdAt: string, updatedAt: string, timeoutMs?: number | null, maxAttempts: number, priority: number, attempts: number }> } } | null }>, paginationInfo?: { __typename?: 'PaginationInfo', total: number, pages: number } | null } }; export type InsertSubscriberTaskMutationVariables = Exact<{ data: SubscriberTasksInsertInput; }>; export type InsertSubscriberTaskMutation = { __typename?: 'Mutation', subscriberTasksCreateOne: { __typename?: 'SubscriberTasksBasic', id: string } }; export type DeleteTasksMutationVariables = Exact<{ filter: SubscriberTasksFilterInput; }>; export type DeleteTasksMutation = { __typename?: 'Mutation', subscriberTasksDelete: number }; export type RetryTasksMutationVariables = Exact<{ filter: SubscriberTasksFilterInput; }>; export type RetryTasksMutation = { __typename?: 'Mutation', subscriberTasksRetryOne: { __typename?: 'SubscriberTasksBasic', id: string, job: SubscriberTaskType, taskType: SubscriberTaskTypeEnum, status: SubscriberTaskStatusEnum, attempts: number, maxAttempts: number, runAt: string, lastError?: string | null, lockAt?: string | null, lockBy?: string | null, doneAt?: string | null, priority: number } }; export const GetCredential3rdDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetCredential3rd"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Credential3rdFilterInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Credential3rdOrderInput"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PaginationInput"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"credential3rd"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}},{"kind":"Argument","name":{"kind":"Name","value":"orderBy"},"value":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}}},{"kind":"Argument","name":{"kind":"Name","value":"pagination"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cookies"}},{"kind":"Field","name":{"kind":"Name","value":"username"}},{"kind":"Field","name":{"kind":"Name","value":"password"}},{"kind":"Field","name":{"kind":"Name","value":"userAgent"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"credentialType"}}]}},{"kind":"Field","name":{"kind":"Name","value":"paginationInfo"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"total"}},{"kind":"Field","name":{"kind":"Name","value":"pages"}}]}}]}}]}}]} as unknown as DocumentNode; export const InsertCredential3rdDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"InsertCredential3rd"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Credential3rdInsertInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"credential3rdCreateOne"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cookies"}},{"kind":"Field","name":{"kind":"Name","value":"username"}},{"kind":"Field","name":{"kind":"Name","value":"password"}},{"kind":"Field","name":{"kind":"Name","value":"userAgent"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"credentialType"}}]}}]}}]} as unknown as DocumentNode; export const UpdateCredential3rdDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateCredential3rd"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Credential3rdUpdateInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Credential3rdFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"credential3rdUpdate"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}},{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cookies"}},{"kind":"Field","name":{"kind":"Name","value":"username"}},{"kind":"Field","name":{"kind":"Name","value":"password"}},{"kind":"Field","name":{"kind":"Name","value":"userAgent"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"credentialType"}}]}}]}}]} as unknown as DocumentNode; export const DeleteCredential3rdDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteCredential3rd"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Credential3rdFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"credential3rdDelete"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}]}]}}]} as unknown as DocumentNode; export const GetCredential3rdDetailDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetCredential3rdDetail"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"credential3rd"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"id"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"eq"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}]}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cookies"}},{"kind":"Field","name":{"kind":"Name","value":"username"}},{"kind":"Field","name":{"kind":"Name","value":"password"}},{"kind":"Field","name":{"kind":"Name","value":"userAgent"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"credentialType"}}]}}]}}]}}]} as unknown as DocumentNode; export const CheckCredential3rdAvailableDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"CheckCredential3rdAvailable"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Credential3rdFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"credential3rdCheckAvailable"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"available"}}]}}]}}]} as unknown as DocumentNode; export const GetCronsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetCrons"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CronFilterInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CronOrderInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PaginationInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cron"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"pagination"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}}},{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}},{"kind":"Argument","name":{"kind":"Name","value":"orderBy"},"value":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cronExpr"}},{"kind":"Field","name":{"kind":"Name","value":"nextRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"lockedAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockedBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"timeoutMs"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}},{"kind":"Field","name":{"kind":"Name","value":"subscriberTaskCron"}},{"kind":"Field","name":{"kind":"Name","value":"subscriberTask"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"job"}},{"kind":"Field","name":{"kind":"Name","value":"taskType"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"runAt"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"lockAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockBy"}},{"kind":"Field","name":{"kind":"Name","value":"doneAt"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}},{"kind":"Field","name":{"kind":"Name","value":"subscription"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"sourceUrl"}}]}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"paginationInfo"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"total"}},{"kind":"Field","name":{"kind":"Name","value":"pages"}}]}}]}}]}}]} as unknown as DocumentNode; export const DeleteCronsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteCrons"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CronFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cronDelete"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}]}]}}]} as unknown as DocumentNode; export const UpdateCronsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateCrons"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CronFilterInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CronUpdateInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cronUpdate"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}},{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cronExpr"}},{"kind":"Field","name":{"kind":"Name","value":"nextRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"lockedAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockedBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"timeoutMs"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}},{"kind":"Field","name":{"kind":"Name","value":"subscriberTaskCron"}}]}}]}}]} as unknown as DocumentNode; export const InsertCronDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"InsertCron"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"CronInsertInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cronCreateOne"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cronExpr"}},{"kind":"Field","name":{"kind":"Name","value":"nextRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"lockedAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockedBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}},{"kind":"Field","name":{"kind":"Name","value":"timeoutMs"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}},{"kind":"Field","name":{"kind":"Name","value":"subscriberTaskCron"}}]}}]}}]} as unknown as DocumentNode; export const InsertFeedDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"InsertFeed"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"FeedsInsertInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"feedsCreateOne"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"feedType"}},{"kind":"Field","name":{"kind":"Name","value":"token"}}]}}]}}]} as unknown as DocumentNode; export const DeleteFeedDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteFeed"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"FeedsFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"feedsDelete"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}]}]}}]} as unknown as DocumentNode; export const GetSubscriptionsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetSubscriptions"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriptionsFilterInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriptionsOrderInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PaginationInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriptions"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"pagination"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}}},{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}},{"kind":"Argument","name":{"kind":"Name","value":"orderBy"},"value":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"category"}},{"kind":"Field","name":{"kind":"Name","value":"sourceUrl"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}},{"kind":"Field","name":{"kind":"Name","value":"credentialId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"paginationInfo"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"total"}},{"kind":"Field","name":{"kind":"Name","value":"pages"}}]}}]}}]}}]} as unknown as DocumentNode; export const InsertSubscriptionDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"InsertSubscription"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriptionsInsertInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriptionsCreateOne"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"category"}},{"kind":"Field","name":{"kind":"Name","value":"sourceUrl"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}},{"kind":"Field","name":{"kind":"Name","value":"credentialId"}}]}}]}}]} as unknown as DocumentNode; export const UpdateSubscriptionsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateSubscriptions"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriptionsUpdateInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriptionsFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriptionsUpdate"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}},{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"category"}},{"kind":"Field","name":{"kind":"Name","value":"sourceUrl"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}}]}}]}}]} as unknown as DocumentNode; export const DeleteSubscriptionsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteSubscriptions"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriptionsFilterInput"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriptionsDelete"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}]}]}}]} as unknown as DocumentNode; export const GetSubscriptionDetailDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetSubscriptionDetail"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriptions"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"id"},"value":{"kind":"ObjectValue","fields":[{"kind":"ObjectField","name":{"kind":"Name","value":"eq"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}]}}]}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"subscriberId"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"category"}},{"kind":"Field","name":{"kind":"Name","value":"sourceUrl"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}},{"kind":"Field","name":{"kind":"Name","value":"feed"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"token"}},{"kind":"Field","name":{"kind":"Name","value":"feedType"}},{"kind":"Field","name":{"kind":"Name","value":"feedSource"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"subscriberTask"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"taskType"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"credential3rd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"username"}}]}},{"kind":"Field","name":{"kind":"Name","value":"cron"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cronExpr"}},{"kind":"Field","name":{"kind":"Name","value":"nextRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"enabled"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"lockedAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockedBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"timeoutMs"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}},{"kind":"Field","name":{"kind":"Name","value":"subscriberTaskCron"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"bangumi"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"mikanBangumiId"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"season"}},{"kind":"Field","name":{"kind":"Name","value":"seasonRaw"}},{"kind":"Field","name":{"kind":"Name","value":"fansub"}},{"kind":"Field","name":{"kind":"Name","value":"mikanFansubId"}},{"kind":"Field","name":{"kind":"Name","value":"rssLink"}},{"kind":"Field","name":{"kind":"Name","value":"posterLink"}},{"kind":"Field","name":{"kind":"Name","value":"homepage"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode; export const GetTasksDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetTasks"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriberTasksFilterInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriberTasksOrderInput"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PaginationInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriberTasks"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"pagination"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pagination"}}},{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}},{"kind":"Argument","name":{"kind":"Name","value":"orderBy"},"value":{"kind":"Variable","name":{"kind":"Name","value":"orderBy"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"job"}},{"kind":"Field","name":{"kind":"Name","value":"taskType"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"runAt"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"lockAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockBy"}},{"kind":"Field","name":{"kind":"Name","value":"doneAt"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}},{"kind":"Field","name":{"kind":"Name","value":"subscription"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"sourceUrl"}},{"kind":"Field","name":{"kind":"Name","value":"cron"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nodes"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"cronExpr"}},{"kind":"Field","name":{"kind":"Name","value":"nextRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastRun"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"lockedAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockedBy"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"timeoutMs"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}}]}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"paginationInfo"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"total"}},{"kind":"Field","name":{"kind":"Name","value":"pages"}}]}}]}}]}}]} as unknown as DocumentNode; export const InsertSubscriberTaskDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"InsertSubscriberTask"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"data"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriberTasksInsertInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriberTasksCreateOne"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"data"},"value":{"kind":"Variable","name":{"kind":"Name","value":"data"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}}]}}]}}]} as unknown as DocumentNode; export const DeleteTasksDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteTasks"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriberTasksFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriberTasksDelete"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}]}]}}]} as unknown as DocumentNode; export const RetryTasksDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"RetryTasks"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filter"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"SubscriberTasksFilterInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"subscriberTasksRetryOne"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filter"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filter"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"job"}},{"kind":"Field","name":{"kind":"Name","value":"taskType"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"attempts"}},{"kind":"Field","name":{"kind":"Name","value":"maxAttempts"}},{"kind":"Field","name":{"kind":"Name","value":"runAt"}},{"kind":"Field","name":{"kind":"Name","value":"lastError"}},{"kind":"Field","name":{"kind":"Name","value":"lockAt"}},{"kind":"Field","name":{"kind":"Name","value":"lockBy"}},{"kind":"Field","name":{"kind":"Name","value":"doneAt"}},{"kind":"Field","name":{"kind":"Name","value":"priority"}}]}}]}}]} as unknown as DocumentNode;