diff --git a/package-lock.json b/package-lock.json index 4ffb6ee..60fd386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "prettier": "^2.8.1", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.4", - "ts-unused-exports": "^9.0.0", + "ts-unused-exports": "^9.0.1", "typescript": "^4.9.4" } }, @@ -9818,9 +9818,9 @@ "dev": true }, "node_modules/ts-unused-exports": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/ts-unused-exports/-/ts-unused-exports-9.0.0.tgz", - "integrity": "sha512-1ceabtcUClC2x2LlQIPZlMFUj7m6jqsR/GGS0zPJZ7TI6agCLKqUdC2H0gXZKQlb+iXy9eBlMMEWr0VnU71NRg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ts-unused-exports/-/ts-unused-exports-9.0.1.tgz", + "integrity": "sha512-nlP+g0guz1AGO8bV2wbRkbfYG8q+kIt6KiMCz2dRAMwfuX77sukuKN4hG1Bx9ilBeM+CNA4NskE5sdHejlVeug==", "dev": true, "dependencies": { "chalk": "^4.0.0", @@ -17758,9 +17758,9 @@ } }, "ts-unused-exports": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/ts-unused-exports/-/ts-unused-exports-9.0.0.tgz", - "integrity": "sha512-1ceabtcUClC2x2LlQIPZlMFUj7m6jqsR/GGS0zPJZ7TI6agCLKqUdC2H0gXZKQlb+iXy9eBlMMEWr0VnU71NRg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ts-unused-exports/-/ts-unused-exports-9.0.1.tgz", + "integrity": "sha512-nlP+g0guz1AGO8bV2wbRkbfYG8q+kIt6KiMCz2dRAMwfuX77sukuKN4hG1Bx9ilBeM+CNA4NskE5sdHejlVeug==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 45426e6..4832f8d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "prettier": "^2.8.1", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.4", - "ts-unused-exports": "^9.0.0", + "ts-unused-exports": "^9.0.1", "typescript": "^4.9.4" }, "overrides": { diff --git a/src/helpers/asserts.ts b/src/helpers/asserts.ts index 96673bd..121db8e 100644 --- a/src/helpers/asserts.ts +++ b/src/helpers/asserts.ts @@ -36,7 +36,7 @@ type Split = Str extends `${infer Head}.${infer ? [...Acc, Last] : never; -export type SelectiveNonNullable> = Recursive, Split

>; +type SelectiveNonNullable> = Recursive, Split

>; export const isDefined = (t: T): t is NonNullable => t !== null && t !== undefined; diff --git a/src/shared/meilisearch-graphql-typings/generated.ts b/src/shared/meilisearch-graphql-typings/generated.ts index b8a8faa..7dc887e 100644 --- a/src/shared/meilisearch-graphql-typings/generated.ts +++ b/src/shared/meilisearch-graphql-typings/generated.ts @@ -1,6 +1,6 @@ -import { GraphQLClient } from 'graphql-request'; -import * as Dom from 'graphql-request/dist/types.dom'; -import gql from 'graphql-tag'; +import { GraphQLClient } from "graphql-request"; +import * as Dom from "graphql-request/dist/types.dom"; +import gql from "graphql-tag"; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; @@ -22,33 +22,32 @@ export type Scalars = { }; export type AudioSubtype = { - __typename?: 'AudioSubtype'; - createdAt?: Maybe; - slug: Scalars['String']; + __typename?: "AudioSubtype"; + createdAt?: Maybe; + slug: Scalars["String"]; titles?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type AudioSubtypeTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type AudioSubtypeEntity = { - __typename?: 'AudioSubtypeEntity'; + __typename?: "AudioSubtypeEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type AudioSubtypeEntityResponse = { - __typename?: 'AudioSubtypeEntityResponse'; + __typename?: "AudioSubtypeEntityResponse"; data?: Maybe; }; export type AudioSubtypeEntityResponseCollection = { - __typename?: 'AudioSubtypeEntityResponseCollection'; + __typename?: "AudioSubtypeEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -65,56 +64,56 @@ export type AudioSubtypeFiltersInput = { }; export type AudioSubtypeInput = { - slug?: InputMaybe; + slug?: InputMaybe; titles?: InputMaybe>>; }; export type BooleanFilterInput = { - and?: InputMaybe>>; - between?: InputMaybe>>; - contains?: InputMaybe; - containsi?: InputMaybe; - endsWith?: InputMaybe; - eq?: InputMaybe; - eqi?: InputMaybe; - gt?: InputMaybe; - gte?: InputMaybe; - in?: InputMaybe>>; - lt?: InputMaybe; - lte?: InputMaybe; - ne?: InputMaybe; + and?: InputMaybe>>; + between?: InputMaybe>>; + contains?: InputMaybe; + containsi?: InputMaybe; + endsWith?: InputMaybe; + eq?: InputMaybe; + eqi?: InputMaybe; + gt?: InputMaybe; + gte?: InputMaybe; + in?: InputMaybe>>; + lt?: InputMaybe; + lte?: InputMaybe; + ne?: InputMaybe; not?: InputMaybe; - notContains?: InputMaybe; - notContainsi?: InputMaybe; - notIn?: InputMaybe>>; - notNull?: InputMaybe; - null?: InputMaybe; - or?: InputMaybe>>; - startsWith?: InputMaybe; + notContains?: InputMaybe; + notContainsi?: InputMaybe; + notIn?: InputMaybe>>; + notNull?: InputMaybe; + null?: InputMaybe; + or?: InputMaybe>>; + startsWith?: InputMaybe; }; export type Category = { - __typename?: 'Category'; - createdAt?: Maybe; - name: Scalars['String']; + __typename?: "Category"; + createdAt?: Maybe; + name: Scalars["String"]; series?: Maybe; - short: Scalars['String']; - updatedAt?: Maybe; + short: Scalars["String"]; + updatedAt?: Maybe; }; export type CategoryEntity = { - __typename?: 'CategoryEntity'; + __typename?: "CategoryEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type CategoryEntityResponse = { - __typename?: 'CategoryEntityResponse'; + __typename?: "CategoryEntityResponse"; data?: Maybe; }; export type CategoryEntityResponseCollection = { - __typename?: 'CategoryEntityResponseCollection'; + __typename?: "CategoryEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -132,55 +131,53 @@ export type CategoryFiltersInput = { }; export type CategoryInput = { - name?: InputMaybe; + name?: InputMaybe; series?: InputMaybe; - short?: InputMaybe; + short?: InputMaybe; }; export type CategoryRelationResponseCollection = { - __typename?: 'CategoryRelationResponseCollection'; + __typename?: "CategoryRelationResponseCollection"; data: Array; }; export type Chronicle = { - __typename?: 'Chronicle'; + __typename?: "Chronicle"; chapter?: Maybe; contents?: Maybe; - createdAt?: Maybe; + createdAt?: Maybe; date_end: ComponentBasicsDatepicker; date_start: ComponentBasicsDatepicker; - slug: Scalars['String']; + slug: Scalars["String"]; translations?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type ChronicleContentsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ChronicleTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ChronicleEntity = { - __typename?: 'ChronicleEntity'; + __typename?: "ChronicleEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type ChronicleEntityResponse = { - __typename?: 'ChronicleEntityResponse'; + __typename?: "ChronicleEntityResponse"; data?: Maybe; }; export type ChronicleEntityResponseCollection = { - __typename?: 'ChronicleEntityResponseCollection'; + __typename?: "ChronicleEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -201,55 +198,53 @@ export type ChronicleFiltersInput = { }; export type ChronicleInput = { - chapter?: InputMaybe; - contents?: InputMaybe>>; + chapter?: InputMaybe; + contents?: InputMaybe>>; date_end?: InputMaybe; date_start?: InputMaybe; - slug?: InputMaybe; + slug?: InputMaybe; translations?: InputMaybe>>; }; export type ChronicleRelationResponseCollection = { - __typename?: 'ChronicleRelationResponseCollection'; + __typename?: "ChronicleRelationResponseCollection"; data: Array; }; export type ChroniclesChapter = { - __typename?: 'ChroniclesChapter'; + __typename?: "ChroniclesChapter"; chronicles?: Maybe; - createdAt?: Maybe; - slug: Scalars['String']; + createdAt?: Maybe; + slug: Scalars["String"]; titles?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type ChroniclesChapterChroniclesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ChroniclesChapterTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ChroniclesChapterEntity = { - __typename?: 'ChroniclesChapterEntity'; + __typename?: "ChroniclesChapterEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type ChroniclesChapterEntityResponse = { - __typename?: 'ChroniclesChapterEntityResponse'; + __typename?: "ChroniclesChapterEntityResponse"; data?: Maybe; }; export type ChroniclesChapterEntityResponseCollection = { - __typename?: 'ChroniclesChapterEntityResponseCollection'; + __typename?: "ChroniclesChapterEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -267,41 +262,40 @@ export type ChroniclesChapterFiltersInput = { }; export type ChroniclesChapterInput = { - chronicles?: InputMaybe>>; - slug?: InputMaybe; + chronicles?: InputMaybe>>; + slug?: InputMaybe; titles?: InputMaybe>>; }; export type ChronologyEra = { - __typename?: 'ChronologyEra'; - createdAt?: Maybe; - ending_year: Scalars['Int']; - slug: Scalars['String']; - starting_year: Scalars['Int']; + __typename?: "ChronologyEra"; + createdAt?: Maybe; + ending_year: Scalars["Int"]; + slug: Scalars["String"]; + starting_year: Scalars["Int"]; title?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type ChronologyEraTitleArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ChronologyEraEntity = { - __typename?: 'ChronologyEraEntity'; + __typename?: "ChronologyEraEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type ChronologyEraEntityResponse = { - __typename?: 'ChronologyEraEntityResponse'; + __typename?: "ChronologyEraEntityResponse"; data?: Maybe; }; export type ChronologyEraEntityResponseCollection = { - __typename?: 'ChronologyEraEntityResponseCollection'; + __typename?: "ChronologyEraEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -320,51 +314,49 @@ export type ChronologyEraFiltersInput = { }; export type ChronologyEraInput = { - ending_year?: InputMaybe; - slug?: InputMaybe; - starting_year?: InputMaybe; + ending_year?: InputMaybe; + slug?: InputMaybe; + starting_year?: InputMaybe; title?: InputMaybe>>; }; export type ChronologyItem = { - __typename?: 'ChronologyItem'; - createdAt?: Maybe; - day?: Maybe; - displayed_date?: Maybe; + __typename?: "ChronologyItem"; + createdAt?: Maybe; + day?: Maybe; + displayed_date?: Maybe; events?: Maybe>>; - month?: Maybe; - updatedAt?: Maybe; + month?: Maybe; + updatedAt?: Maybe; wiki_pages?: Maybe; - year: Scalars['Int']; + year: Scalars["Int"]; }; - export type ChronologyItemEventsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ChronologyItemWiki_PagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ChronologyItemEntity = { - __typename?: 'ChronologyItemEntity'; + __typename?: "ChronologyItemEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type ChronologyItemEntityResponse = { - __typename?: 'ChronologyItemEntityResponse'; + __typename?: "ChronologyItemEntityResponse"; data?: Maybe; }; export type ChronologyItemEntityResponseCollection = { - __typename?: 'ChronologyItemEntityResponseCollection'; + __typename?: "ChronologyItemEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -385,24 +377,24 @@ export type ChronologyItemFiltersInput = { }; export type ChronologyItemInput = { - day?: InputMaybe; - displayed_date?: InputMaybe; + day?: InputMaybe; + displayed_date?: InputMaybe; events?: InputMaybe>>; - month?: InputMaybe; - wiki_pages?: InputMaybe>>; - year?: InputMaybe; + month?: InputMaybe; + wiki_pages?: InputMaybe>>; + year?: InputMaybe; }; export type ChronologyItemRelationResponseCollection = { - __typename?: 'ChronologyItemRelationResponseCollection'; + __typename?: "ChronologyItemRelationResponseCollection"; data: Array; }; export type ComponentBasicsCredits = { - __typename?: 'ComponentBasicsCredits'; + __typename?: "ComponentBasicsCredits"; cleaners?: Maybe; - footnotes?: Maybe; - id: Scalars['ID']; + footnotes?: Maybe; + id: Scalars["ID"]; proofreaders?: Maybe; scanners?: Maybe; source_language?: Maybe; @@ -412,61 +404,54 @@ export type ComponentBasicsCredits = { typesetters?: Maybe; }; - export type ComponentBasicsCreditsCleanersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentBasicsCreditsProofreadersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentBasicsCreditsScannersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentBasicsCreditsSubbersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentBasicsCreditsTranscribersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentBasicsCreditsTranslatorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentBasicsCreditsTypesettersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentBasicsDatepicker = { - __typename?: 'ComponentBasicsDatepicker'; - day?: Maybe; - id: Scalars['ID']; - month?: Maybe; - year?: Maybe; + __typename?: "ComponentBasicsDatepicker"; + day?: Maybe; + id: Scalars["ID"]; + month?: Maybe; + year?: Maybe; }; export type ComponentBasicsDatepickerFiltersInput = { @@ -479,16 +464,16 @@ export type ComponentBasicsDatepickerFiltersInput = { }; export type ComponentBasicsDatepickerInput = { - day?: InputMaybe; - id?: InputMaybe; - month?: InputMaybe; - year?: InputMaybe; + day?: InputMaybe; + id?: InputMaybe; + month?: InputMaybe; + year?: InputMaybe; }; export type ComponentBasicsFileSize = { - __typename?: 'ComponentBasicsFileSize'; - id: Scalars['ID']; - size: Scalars['Float']; + __typename?: "ComponentBasicsFileSize"; + id: Scalars["ID"]; + size: Scalars["Float"]; unit: Enum_Componentbasicsfilesize_Unit; }; @@ -501,16 +486,16 @@ export type ComponentBasicsFileSizeFiltersInput = { }; export type ComponentBasicsFileSizeInput = { - id?: InputMaybe; - size?: InputMaybe; + id?: InputMaybe; + size?: InputMaybe; unit?: InputMaybe; }; export type ComponentBasicsPrice = { - __typename?: 'ComponentBasicsPrice'; - amount?: Maybe; + __typename?: "ComponentBasicsPrice"; + amount?: Maybe; currency?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; }; export type ComponentBasicsPriceFiltersInput = { @@ -522,17 +507,17 @@ export type ComponentBasicsPriceFiltersInput = { }; export type ComponentBasicsPriceInput = { - amount?: InputMaybe; - currency?: InputMaybe; - id?: InputMaybe; + amount?: InputMaybe; + currency?: InputMaybe; + id?: InputMaybe; }; export type ComponentBasicsSize = { - __typename?: 'ComponentBasicsSize'; - height?: Maybe; - id: Scalars['ID']; - thickness?: Maybe; - width?: Maybe; + __typename?: "ComponentBasicsSize"; + height?: Maybe; + id: Scalars["ID"]; + thickness?: Maybe; + width?: Maybe; }; export type ComponentBasicsSizeFiltersInput = { @@ -545,16 +530,16 @@ export type ComponentBasicsSizeFiltersInput = { }; export type ComponentBasicsSizeInput = { - height?: InputMaybe; - id?: InputMaybe; - thickness?: InputMaybe; - width?: InputMaybe; + height?: InputMaybe; + id?: InputMaybe; + thickness?: InputMaybe; + width?: InputMaybe; }; export type ComponentBasicsUrl = { - __typename?: 'ComponentBasicsUrl'; - id: Scalars['ID']; - url?: Maybe; + __typename?: "ComponentBasicsUrl"; + id: Scalars["ID"]; + url?: Maybe; }; export type ComponentBasicsUrlFiltersInput = { @@ -565,14 +550,14 @@ export type ComponentBasicsUrlFiltersInput = { }; export type ComponentBasicsUrlInput = { - id?: InputMaybe; - url?: InputMaybe; + id?: InputMaybe; + url?: InputMaybe; }; export type ComponentCollectionsComponentAliases = { - __typename?: 'ComponentCollectionsComponentAliases'; - alias: Scalars['String']; - id: Scalars['ID']; + __typename?: "ComponentCollectionsComponentAliases"; + alias: Scalars["String"]; + id: Scalars["ID"]; }; export type ComponentCollectionsComponentAliasesFiltersInput = { @@ -583,40 +568,37 @@ export type ComponentCollectionsComponentAliasesFiltersInput = { }; export type ComponentCollectionsComponentAliasesInput = { - alias?: InputMaybe; - id?: InputMaybe; + alias?: InputMaybe; + id?: InputMaybe; }; export type ComponentCollectionsComponentBody = { - __typename?: 'ComponentCollectionsComponentBody'; + __typename?: "ComponentCollectionsComponentBody"; authors?: Maybe; - body: Scalars['String']; - id: Scalars['ID']; + body: Scalars["String"]; + id: Scalars["ID"]; proofreaders?: Maybe; source_language?: Maybe; status: Enum_Componentcollectionscomponentbody_Status; translators?: Maybe; }; - export type ComponentCollectionsComponentBodyAuthorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentCollectionsComponentBodyProofreadersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentCollectionsComponentBodyTranslatorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentCollectionsComponentBodyFiltersInput = { @@ -632,36 +614,35 @@ export type ComponentCollectionsComponentBodyFiltersInput = { }; export type ComponentCollectionsComponentBodyInput = { - authors?: InputMaybe>>; - body?: InputMaybe; - id?: InputMaybe; - proofreaders?: InputMaybe>>; - source_language?: InputMaybe; + authors?: InputMaybe>>; + body?: InputMaybe; + id?: InputMaybe; + proofreaders?: InputMaybe>>; + source_language?: InputMaybe; status?: InputMaybe; - translators?: InputMaybe>>; + translators?: InputMaybe>>; }; export type ComponentCollectionsComponentDefinition = { - __typename?: 'ComponentCollectionsComponentDefinition'; - definition: Scalars['String']; - id: Scalars['ID']; + __typename?: "ComponentCollectionsComponentDefinition"; + definition: Scalars["String"]; + id: Scalars["ID"]; source?: Maybe; source_language?: Maybe; status: Enum_Componentcollectionscomponentdefinition_Status; }; export type ComponentCollectionsComponentEvent = { - __typename?: 'ComponentCollectionsComponentEvent'; - id: Scalars['ID']; + __typename?: "ComponentCollectionsComponentEvent"; + id: Scalars["ID"]; source?: Maybe; translations?: Maybe>>; }; - export type ComponentCollectionsComponentEventTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentCollectionsComponentEventFiltersInput = { @@ -673,31 +654,29 @@ export type ComponentCollectionsComponentEventFiltersInput = { }; export type ComponentCollectionsComponentEventInput = { - id?: InputMaybe; - source?: InputMaybe; + id?: InputMaybe; + source?: InputMaybe; translations?: InputMaybe>>; }; export type ComponentCollectionsComponentGlossaryDefinition = { - __typename?: 'ComponentCollectionsComponentGlossaryDefinition'; + __typename?: "ComponentCollectionsComponentGlossaryDefinition"; categories?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; source?: Maybe; translations?: Maybe>>; }; - export type ComponentCollectionsComponentGlossaryDefinitionCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentCollectionsComponentGlossaryDefinitionTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentCollectionsComponentGlossaryDefinitionFiltersInput = { @@ -710,18 +689,18 @@ export type ComponentCollectionsComponentGlossaryDefinitionFiltersInput = { }; export type ComponentCollectionsComponentGlossaryDefinitionInput = { - categories?: InputMaybe>>; - id?: InputMaybe; - source?: InputMaybe; + categories?: InputMaybe>>; + id?: InputMaybe; + source?: InputMaybe; translations?: InputMaybe>>; }; export type ComponentCollectionsComponentLibraryCover = { - __typename?: 'ComponentCollectionsComponentLibraryCover'; + __typename?: "ComponentCollectionsComponentLibraryCover"; back?: Maybe; front?: Maybe; full?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; inside_back?: Maybe; inside_front?: Maybe; inside_full?: Maybe; @@ -735,24 +714,24 @@ export type ComponentCollectionsComponentLibraryCoverFiltersInput = { }; export type ComponentCollectionsComponentLibraryCoverInput = { - back?: InputMaybe; - front?: InputMaybe; - full?: InputMaybe; - id?: InputMaybe; - inside_back?: InputMaybe; - inside_front?: InputMaybe; - inside_full?: InputMaybe; - spine?: InputMaybe; + back?: InputMaybe; + front?: InputMaybe; + full?: InputMaybe; + id?: InputMaybe; + inside_back?: InputMaybe; + inside_front?: InputMaybe; + inside_full?: InputMaybe; + spine?: InputMaybe; }; export type ComponentCollectionsComponentLibraryDustJacket = { - __typename?: 'ComponentCollectionsComponentLibraryDustJacket'; + __typename?: "ComponentCollectionsComponentLibraryDustJacket"; back?: Maybe; flap_back?: Maybe; flap_front?: Maybe; front?: Maybe; full?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; inside_full?: Maybe; spine?: Maybe; }; @@ -764,22 +743,22 @@ export type ComponentCollectionsComponentLibraryDustJacketFiltersInput = { }; export type ComponentCollectionsComponentLibraryDustJacketInput = { - back?: InputMaybe; - flap_back?: InputMaybe; - flap_front?: InputMaybe; - front?: InputMaybe; - full?: InputMaybe; - id?: InputMaybe; - inside_full?: InputMaybe; - spine?: InputMaybe; + back?: InputMaybe; + flap_back?: InputMaybe; + flap_front?: InputMaybe; + front?: InputMaybe; + full?: InputMaybe; + id?: InputMaybe; + inside_full?: InputMaybe; + spine?: InputMaybe; }; export type ComponentCollectionsComponentLibraryImages = { - __typename?: 'ComponentCollectionsComponentLibraryImages'; + __typename?: "ComponentCollectionsComponentLibraryImages"; cleaners?: Maybe; cover?: Maybe; dust_jacket?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; obi_belt?: Maybe; scanners?: Maybe; @@ -788,25 +767,22 @@ export type ComponentCollectionsComponentLibraryImages = { typesetters?: Maybe; }; - export type ComponentCollectionsComponentLibraryImagesCleanersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentCollectionsComponentLibraryImagesScannersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentCollectionsComponentLibraryImagesTypesettersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentCollectionsComponentLibraryImagesFiltersInput = { @@ -825,26 +801,26 @@ export type ComponentCollectionsComponentLibraryImagesFiltersInput = { }; export type ComponentCollectionsComponentLibraryImagesInput = { - cleaners?: InputMaybe>>; + cleaners?: InputMaybe>>; cover?: InputMaybe; dust_jacket?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; obi_belt?: InputMaybe; - scanners?: InputMaybe>>; - source_language?: InputMaybe; + scanners?: InputMaybe>>; + source_language?: InputMaybe; status?: InputMaybe; - typesetters?: InputMaybe>>; + typesetters?: InputMaybe>>; }; export type ComponentCollectionsComponentLibraryObiBelt = { - __typename?: 'ComponentCollectionsComponentLibraryObiBelt'; + __typename?: "ComponentCollectionsComponentLibraryObiBelt"; back?: Maybe; flap_back?: Maybe; flap_front?: Maybe; front?: Maybe; full?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; inside_full?: Maybe; spine?: Maybe; }; @@ -856,20 +832,20 @@ export type ComponentCollectionsComponentLibraryObiBeltFiltersInput = { }; export type ComponentCollectionsComponentLibraryObiBeltInput = { - back?: InputMaybe; - flap_back?: InputMaybe; - flap_front?: InputMaybe; - front?: InputMaybe; - full?: InputMaybe; - id?: InputMaybe; - inside_full?: InputMaybe; - spine?: InputMaybe; + back?: InputMaybe; + flap_back?: InputMaybe; + flap_front?: InputMaybe; + front?: InputMaybe; + full?: InputMaybe; + id?: InputMaybe; + inside_full?: InputMaybe; + spine?: InputMaybe; }; export type ComponentCollectionsComponentTitles = { - __typename?: 'ComponentCollectionsComponentTitles'; - id: Scalars['ID']; - title: Scalars['String']; + __typename?: "ComponentCollectionsComponentTitles"; + id: Scalars["ID"]; + title: Scalars["String"]; }; export type ComponentCollectionsComponentTitlesFiltersInput = { @@ -880,25 +856,23 @@ export type ComponentCollectionsComponentTitlesFiltersInput = { }; export type ComponentCollectionsComponentWeaponStory = { - __typename?: 'ComponentCollectionsComponentWeaponStory'; + __typename?: "ComponentCollectionsComponentWeaponStory"; categories?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; source?: Maybe; translations?: Maybe>>; }; - export type ComponentCollectionsComponentWeaponStoryCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentCollectionsComponentWeaponStoryTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentCollectionsComponentWeaponStoryFiltersInput = { @@ -911,177 +885,169 @@ export type ComponentCollectionsComponentWeaponStoryFiltersInput = { }; export type ComponentCollectionsComponentWeaponStoryInput = { - categories?: InputMaybe>>; - id?: InputMaybe; - source?: InputMaybe; + categories?: InputMaybe>>; + id?: InputMaybe; + source?: InputMaybe; translations?: InputMaybe>>; }; export type ComponentCollectionsComponentWikiDefinition = { - __typename?: 'ComponentCollectionsComponentWikiDefinition'; + __typename?: "ComponentCollectionsComponentWikiDefinition"; categories?: Maybe; - definition?: Maybe; - id: Scalars['ID']; + definition?: Maybe; + id: Scalars["ID"]; source?: Maybe; }; - export type ComponentCollectionsComponentWikiDefinitionCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentMetadataAudio = { - __typename?: 'ComponentMetadataAudio'; - id: Scalars['ID']; + __typename?: "ComponentMetadataAudio"; + id: Scalars["ID"]; subtype?: Maybe; }; export type ComponentMetadataBooks = { - __typename?: 'ComponentMetadataBooks'; + __typename?: "ComponentMetadataBooks"; binding_type?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; languages?: Maybe; - page_count?: Maybe; + page_count?: Maybe; page_order: Enum_Componentmetadatabooks_Page_Order; subtype?: Maybe; }; - export type ComponentMetadataBooksLanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentMetadataGame = { - __typename?: 'ComponentMetadataGame'; + __typename?: "ComponentMetadataGame"; audio_languages?: Maybe; - demo: Scalars['Boolean']; - id: Scalars['ID']; + demo: Scalars["Boolean"]; + id: Scalars["ID"]; interface_languages?: Maybe; platforms?: Maybe; sub_languages?: Maybe; }; - export type ComponentMetadataGameAudio_LanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentMetadataGameInterface_LanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentMetadataGamePlatformsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentMetadataGameSub_LanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentMetadataGroup = { - __typename?: 'ComponentMetadataGroup'; - id: Scalars['ID']; + __typename?: "ComponentMetadataGroup"; + id: Scalars["ID"]; subitems_type?: Maybe; subtype?: Maybe; }; export type ComponentMetadataMerch = { - __typename?: 'ComponentMetadataMerch'; - id: Scalars['ID']; + __typename?: "ComponentMetadataMerch"; + id: Scalars["ID"]; merch_item?: Maybe; }; export type ComponentMetadataOther = { - __typename?: 'ComponentMetadataOther'; - id: Scalars['ID']; + __typename?: "ComponentMetadataOther"; + id: Scalars["ID"]; }; export type ComponentMetadataVideo = { - __typename?: 'ComponentMetadataVideo'; - id: Scalars['ID']; + __typename?: "ComponentMetadataVideo"; + id: Scalars["ID"]; subtype?: Maybe; }; export type ComponentPageBuilderGallery = { - __typename?: 'ComponentPageBuilderGallery'; + __typename?: "ComponentPageBuilderGallery"; gallery?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type ComponentPageBuilderGalleryGalleryArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentPageBuilderGrid = { - __typename?: 'ComponentPageBuilderGrid'; - column_count: Scalars['Int']; - id: Scalars['ID']; + __typename?: "ComponentPageBuilderGrid"; + column_count: Scalars["Int"]; + id: Scalars["ID"]; }; export type ComponentPageBuilderTabs = { - __typename?: 'ComponentPageBuilderTabs'; - id: Scalars['ID']; + __typename?: "ComponentPageBuilderTabs"; + id: Scalars["ID"]; }; export type ComponentRangeGameAspect = { - __typename?: 'ComponentRangeGameAspect'; - id: Scalars['ID']; - note?: Maybe; + __typename?: "ComponentRangeGameAspect"; + id: Scalars["ID"]; + note?: Maybe; }; export type ComponentRangeOther = { - __typename?: 'ComponentRangeOther'; - id: Scalars['ID']; - note?: Maybe; + __typename?: "ComponentRangeOther"; + id: Scalars["ID"]; + note?: Maybe; }; export type ComponentRangePageRange = { - __typename?: 'ComponentRangePageRange'; - ending_page: Scalars['Int']; - id: Scalars['ID']; - starting_page: Scalars['Int']; + __typename?: "ComponentRangePageRange"; + ending_page: Scalars["Int"]; + id: Scalars["ID"]; + starting_page: Scalars["Int"]; }; export type ComponentRangeTimeRange = { - __typename?: 'ComponentRangeTimeRange'; - ending_time?: Maybe; - id: Scalars['ID']; - starting_time?: Maybe; + __typename?: "ComponentRangeTimeRange"; + ending_time?: Maybe; + id: Scalars["ID"]; + starting_time?: Maybe; }; export type ComponentSetsAudioSet = { - __typename?: 'ComponentSetsAudioSet'; + __typename?: "ComponentSetsAudioSet"; audiofile?: Maybe; dubbers?: Maybe; - id: Scalars['ID']; - notes?: Maybe; + id: Scalars["ID"]; + notes?: Maybe; source_language?: Maybe; status?: Maybe; }; - export type ComponentSetsAudioSetAudiofileArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentSetsAudioSetFiltersInput = { @@ -1095,20 +1061,20 @@ export type ComponentSetsAudioSetFiltersInput = { }; export type ComponentSetsAudioSetInput = { - audiofile?: InputMaybe>>; - dubbers?: InputMaybe; - id?: InputMaybe; - notes?: InputMaybe; - source_language?: InputMaybe; + audiofile?: InputMaybe>>; + dubbers?: InputMaybe; + id?: InputMaybe; + notes?: InputMaybe; + source_language?: InputMaybe; status?: InputMaybe; }; export type ComponentSetsScanSet = { - __typename?: 'ComponentSetsScanSet'; + __typename?: "ComponentSetsScanSet"; cleaners?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; - notes?: Maybe; + notes?: Maybe; pages?: Maybe; scanners?: Maybe; source_language?: Maybe; @@ -1116,32 +1082,28 @@ export type ComponentSetsScanSet = { typesetters?: Maybe; }; - export type ComponentSetsScanSetCleanersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentSetsScanSetPagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentSetsScanSetScannersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentSetsScanSetTypesettersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentSetsScanSetFiltersInput = { @@ -1158,48 +1120,45 @@ export type ComponentSetsScanSetFiltersInput = { }; export type ComponentSetsScanSetInput = { - cleaners?: InputMaybe>>; - id?: InputMaybe; - language?: InputMaybe; - notes?: InputMaybe; - pages?: InputMaybe>>; - scanners?: InputMaybe>>; - source_language?: InputMaybe; + cleaners?: InputMaybe>>; + id?: InputMaybe; + language?: InputMaybe; + notes?: InputMaybe; + pages?: InputMaybe>>; + scanners?: InputMaybe>>; + source_language?: InputMaybe; status?: InputMaybe; - typesetters?: InputMaybe>>; + typesetters?: InputMaybe>>; }; export type ComponentSetsTextSet = { - __typename?: 'ComponentSetsTextSet'; - id: Scalars['ID']; - notes?: Maybe; + __typename?: "ComponentSetsTextSet"; + id: Scalars["ID"]; + notes?: Maybe; proofreaders?: Maybe; source_language?: Maybe; status: Enum_Componentsetstextset_Status; - text?: Maybe; + text?: Maybe; transcribers?: Maybe; translators?: Maybe; }; - export type ComponentSetsTextSetProofreadersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentSetsTextSetTranscribersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentSetsTextSetTranslatorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentSetsTextSetFiltersInput = { @@ -1216,25 +1175,25 @@ export type ComponentSetsTextSetFiltersInput = { }; export type ComponentSetsTextSetInput = { - id?: InputMaybe; - notes?: InputMaybe; - proofreaders?: InputMaybe>>; - source_language?: InputMaybe; + id?: InputMaybe; + notes?: InputMaybe; + proofreaders?: InputMaybe>>; + source_language?: InputMaybe; status?: InputMaybe; - text?: InputMaybe; - transcribers?: InputMaybe>>; - translators?: InputMaybe>>; + text?: InputMaybe; + transcribers?: InputMaybe>>; + translators?: InputMaybe>>; }; export type ComponentSetsVideoSet = { - __typename?: 'ComponentSetsVideoSet'; - id: Scalars['ID']; - notes?: Maybe; + __typename?: "ComponentSetsVideoSet"; + id: Scalars["ID"]; + notes?: Maybe; source_language?: Maybe; status: Enum_Componentsetsvideoset_Status; subbers?: Maybe; subfile?: Maybe; - video_url?: Maybe; + video_url?: Maybe; }; export type ComponentSetsVideoSetFiltersInput = { @@ -1249,71 +1208,68 @@ export type ComponentSetsVideoSetFiltersInput = { }; export type ComponentSetsVideoSetInput = { - id?: InputMaybe; - notes?: InputMaybe; - source_language?: InputMaybe; + id?: InputMaybe; + notes?: InputMaybe; + source_language?: InputMaybe; status?: InputMaybe; - subbers?: InputMaybe; - subfile?: InputMaybe; - video_url?: InputMaybe; + subbers?: InputMaybe; + subfile?: InputMaybe; + video_url?: InputMaybe; }; export type ComponentSetsWikiSet = { - __typename?: 'ComponentSetsWikiSet'; - body?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentSetsWikiSet"; + body?: Maybe; + id: Scalars["ID"]; language?: Maybe; proofreaders?: Maybe; source_language?: Maybe; status: Enum_Componentsetswikiset_Status; - summary?: Maybe; + summary?: Maybe; titles?: Maybe>>; translators?: Maybe; }; - export type ComponentSetsWikiSetProofreadersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentSetsWikiSetTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentSetsWikiSetTranslatorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentSourceUrlSource = { - __typename?: 'ComponentSourceUrlSource'; + __typename?: "ComponentSourceUrlSource"; credits: ComponentBasicsCredits; - id: Scalars['ID']; - note?: Maybe; - title?: Maybe; - url?: Maybe; + id: Scalars["ID"]; + note?: Maybe; + title?: Maybe; + url?: Maybe; }; export type ComponentTranslationsAudioSets = { - __typename?: 'ComponentTranslationsAudioSets'; + __typename?: "ComponentTranslationsAudioSets"; audiofile: UploadFileEntityResponse; credits: ComponentBasicsCredits; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; status: Enum_Componenttranslationsaudiosets_Status; }; export type ComponentTranslationsBio = { - __typename?: 'ComponentTranslationsBio'; - bio?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsBio"; + bio?: Maybe; + id: Scalars["ID"]; language?: Maybe; }; @@ -1326,18 +1282,18 @@ export type ComponentTranslationsBioFiltersInput = { }; export type ComponentTranslationsBioInput = { - bio?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; + bio?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; }; export type ComponentTranslationsChronicles = { - __typename?: 'ComponentTranslationsChronicles'; + __typename?: "ComponentTranslationsChronicles"; body?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; - summary?: Maybe; - title: Scalars['String']; + summary?: Maybe; + title: Scalars["String"]; }; export type ComponentTranslationsChroniclesFiltersInput = { @@ -1352,18 +1308,18 @@ export type ComponentTranslationsChroniclesFiltersInput = { export type ComponentTranslationsChroniclesInput = { body?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - summary?: InputMaybe; - title?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + summary?: InputMaybe; + title?: InputMaybe; }; export type ComponentTranslationsChronologyEra = { - __typename?: 'ComponentTranslationsChronologyEra'; - description?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsChronologyEra"; + description?: Maybe; + id: Scalars["ID"]; language?: Maybe; - title: Scalars['String']; + title: Scalars["String"]; }; export type ComponentTranslationsChronologyEraFiltersInput = { @@ -1376,20 +1332,20 @@ export type ComponentTranslationsChronologyEraFiltersInput = { }; export type ComponentTranslationsChronologyEraInput = { - description?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - title?: InputMaybe; + description?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + title?: InputMaybe; }; export type ComponentTranslationsChronologyItem = { - __typename?: 'ComponentTranslationsChronologyItem'; - description?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsChronologyItem"; + description?: Maybe; + id: Scalars["ID"]; language?: Maybe; - note?: Maybe; + note?: Maybe; status: Enum_Componenttranslationschronologyitem_Status; - title?: Maybe; + title?: Maybe; }; export type ComponentTranslationsChronologyItemFiltersInput = { @@ -1404,18 +1360,18 @@ export type ComponentTranslationsChronologyItemFiltersInput = { }; export type ComponentTranslationsChronologyItemInput = { - description?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - note?: InputMaybe; + description?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + note?: InputMaybe; status?: InputMaybe; - title?: InputMaybe; + title?: InputMaybe; }; export type ComponentTranslationsGlossaryDefinition = { - __typename?: 'ComponentTranslationsGlossaryDefinition'; - definition?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsGlossaryDefinition"; + definition?: Maybe; + id: Scalars["ID"]; language?: Maybe; source_language?: Maybe; status: Enum_Componenttranslationsglossarydefinition_Status; @@ -1432,18 +1388,18 @@ export type ComponentTranslationsGlossaryDefinitionFiltersInput = { }; export type ComponentTranslationsGlossaryDefinitionInput = { - definition?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - source_language?: InputMaybe; + definition?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + source_language?: InputMaybe; status?: InputMaybe; }; export type ComponentTranslationsGlossaryItem = { - __typename?: 'ComponentTranslationsGlossaryItem'; - id: Scalars['ID']; + __typename?: "ComponentTranslationsGlossaryItem"; + id: Scalars["ID"]; language?: Maybe; - title?: Maybe; + title?: Maybe; }; export type ComponentTranslationsGlossaryItemFiltersInput = { @@ -1455,22 +1411,22 @@ export type ComponentTranslationsGlossaryItemFiltersInput = { }; export type ComponentTranslationsGlossaryItemInput = { - id?: InputMaybe; - language?: InputMaybe; - title?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + title?: InputMaybe; }; export type ComponentTranslationsLibraryContent = { - __typename?: 'ComponentTranslationsLibraryContent'; - id: Scalars['ID']; + __typename?: "ComponentTranslationsLibraryContent"; + id: Scalars["ID"]; language?: Maybe; - title?: Maybe; + title?: Maybe; }; export type ComponentTranslationsLibraryItems = { - __typename?: 'ComponentTranslationsLibraryItems'; - description: Scalars['String']; - id: Scalars['ID']; + __typename?: "ComponentTranslationsLibraryItems"; + description: Scalars["String"]; + id: Scalars["ID"]; language?: Maybe; }; @@ -1483,37 +1439,35 @@ export type ComponentTranslationsLibraryItemsFiltersInput = { }; export type ComponentTranslationsLibraryItemsInput = { - description?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; + description?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; }; export type ComponentTranslationsPosts = { - __typename?: 'ComponentTranslationsPosts'; - body?: Maybe; - excerpt?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsPosts"; + body?: Maybe; + excerpt?: Maybe; + id: Scalars["ID"]; language?: Maybe; proofreaders?: Maybe; source_language?: Maybe; status: Enum_Componenttranslationsposts_Status; thumbnail?: Maybe; - title: Scalars['String']; + title: Scalars["String"]; translators?: Maybe; }; - export type ComponentTranslationsPostsProofreadersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentTranslationsPostsTranslatorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentTranslationsPostsFiltersInput = { @@ -1531,39 +1485,38 @@ export type ComponentTranslationsPostsFiltersInput = { }; export type ComponentTranslationsPostsInput = { - body?: InputMaybe; - excerpt?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - proofreaders?: InputMaybe>>; - source_language?: InputMaybe; + body?: InputMaybe; + excerpt?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + proofreaders?: InputMaybe>>; + source_language?: InputMaybe; status?: InputMaybe; - thumbnail?: InputMaybe; - title?: InputMaybe; - translators?: InputMaybe>>; + thumbnail?: InputMaybe; + title?: InputMaybe; + translators?: InputMaybe>>; }; export type ComponentTranslationsScanSet = { - __typename?: 'ComponentTranslationsScanSet'; + __typename?: "ComponentTranslationsScanSet"; credits: ComponentBasicsCredits; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; pages: UploadFileRelationResponseCollection; status: Enum_Componenttranslationsscanset_Status; }; - export type ComponentTranslationsScanSetPagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentTranslationsSimpleTitle = { - __typename?: 'ComponentTranslationsSimpleTitle'; - id: Scalars['ID']; + __typename?: "ComponentTranslationsSimpleTitle"; + id: Scalars["ID"]; language?: Maybe; - title: Scalars['String']; + title: Scalars["String"]; }; export type ComponentTranslationsSimpleTitleFiltersInput = { @@ -1575,30 +1528,30 @@ export type ComponentTranslationsSimpleTitleFiltersInput = { }; export type ComponentTranslationsSimpleTitleInput = { - id?: InputMaybe; - language?: InputMaybe; - title?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + title?: InputMaybe; }; export type ComponentTranslationsTextSet = { - __typename?: 'ComponentTranslationsTextSet'; + __typename?: "ComponentTranslationsTextSet"; credits: ComponentBasicsCredits; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; status: Enum_Componenttranslationstextset_Status; - text?: Maybe; + text?: Maybe; }; export type ComponentTranslationsTitle = { - __typename?: 'ComponentTranslationsTitle'; + __typename?: "ComponentTranslationsTitle"; audio_set?: Maybe; - description?: Maybe; - id: Scalars['ID']; + description?: Maybe; + id: Scalars["ID"]; language?: Maybe; - pre_title?: Maybe; - subtitle?: Maybe; + pre_title?: Maybe; + subtitle?: Maybe; text_set?: Maybe; - title: Scalars['String']; + title: Scalars["String"]; video_set?: Maybe; }; @@ -1618,32 +1571,32 @@ export type ComponentTranslationsTitleFiltersInput = { export type ComponentTranslationsTitleInput = { audio_set?: InputMaybe; - description?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - pre_title?: InputMaybe; - subtitle?: InputMaybe; + description?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + pre_title?: InputMaybe; + subtitle?: InputMaybe; text_set?: InputMaybe; - title?: InputMaybe; + title?: InputMaybe; video_set?: InputMaybe; }; export type ComponentTranslationsVideoSets = { - __typename?: 'ComponentTranslationsVideoSets'; + __typename?: "ComponentTranslationsVideoSets"; credits: ComponentBasicsCredits; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; status: Enum_Componenttranslationsvideosets_Status; subfile?: Maybe; - video_embed?: Maybe; - video_url: Scalars['String']; + video_embed?: Maybe; + video_url: Scalars["String"]; }; export type ComponentTranslationsWeaponStory = { - __typename?: 'ComponentTranslationsWeaponStory'; - id: Scalars['ID']; + __typename?: "ComponentTranslationsWeaponStory"; + id: Scalars["ID"]; language?: Maybe; - name?: Maybe; + name?: Maybe; }; export type ComponentTranslationsWeaponStoryFiltersInput = { @@ -1655,20 +1608,20 @@ export type ComponentTranslationsWeaponStoryFiltersInput = { }; export type ComponentTranslationsWeaponStoryInput = { - id?: InputMaybe; - language?: InputMaybe; - name?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + name?: InputMaybe; }; export type ComponentTranslationsWeaponStoryStory = { - __typename?: 'ComponentTranslationsWeaponStoryStory'; - description?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsWeaponStoryStory"; + description?: Maybe; + id: Scalars["ID"]; language?: Maybe; - level_1?: Maybe; - level_2?: Maybe; - level_3?: Maybe; - level_4?: Maybe; + level_1?: Maybe; + level_2?: Maybe; + level_3?: Maybe; + level_4?: Maybe; status: Enum_Componenttranslationsweaponstorystory_Status; }; @@ -1686,21 +1639,21 @@ export type ComponentTranslationsWeaponStoryStoryFiltersInput = { }; export type ComponentTranslationsWeaponStoryStoryInput = { - description?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - level_1?: InputMaybe; - level_2?: InputMaybe; - level_3?: InputMaybe; - level_4?: InputMaybe; + description?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + level_1?: InputMaybe; + level_2?: InputMaybe; + level_3?: InputMaybe; + level_4?: InputMaybe; status?: InputMaybe; }; export type ComponentTranslationsWeaponStoryType = { - __typename?: 'ComponentTranslationsWeaponStoryType'; - id: Scalars['ID']; + __typename?: "ComponentTranslationsWeaponStoryType"; + id: Scalars["ID"]; language?: Maybe; - name?: Maybe; + name?: Maybe; }; export type ComponentTranslationsWeaponStoryTypeFiltersInput = { @@ -1712,17 +1665,17 @@ export type ComponentTranslationsWeaponStoryTypeFiltersInput = { }; export type ComponentTranslationsWeaponStoryTypeInput = { - id?: InputMaybe; - language?: InputMaybe; - name?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + name?: InputMaybe; }; export type ComponentTranslationsWebArchives = { - __typename?: 'ComponentTranslationsWebArchives'; - description?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsWebArchives"; + description?: Maybe; + id: Scalars["ID"]; language?: Maybe; - notes?: Maybe; + notes?: Maybe; }; export type ComponentTranslationsWebArchivesFiltersInput = { @@ -1735,27 +1688,26 @@ export type ComponentTranslationsWebArchivesFiltersInput = { }; export type ComponentTranslationsWebArchivesInput = { - description?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - notes?: InputMaybe; + description?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + notes?: InputMaybe; }; export type ComponentTranslationsWiki = { - __typename?: 'ComponentTranslationsWiki'; + __typename?: "ComponentTranslationsWiki"; aliases?: Maybe>>; body?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; language?: Maybe; - summary?: Maybe; - title: Scalars['String']; + summary?: Maybe; + title: Scalars["String"]; }; - export type ComponentTranslationsWikiAliasesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentTranslationsWikiFiltersInput = { @@ -1772,20 +1724,20 @@ export type ComponentTranslationsWikiFiltersInput = { export type ComponentTranslationsWikiInput = { aliases?: InputMaybe>>; body?: InputMaybe; - id?: InputMaybe; - language?: InputMaybe; - summary?: InputMaybe; - title?: InputMaybe; + id?: InputMaybe; + language?: InputMaybe; + summary?: InputMaybe; + title?: InputMaybe; }; export type ComponentTranslationsWikiPost = { - __typename?: 'ComponentTranslationsWikiPost'; - body?: Maybe; - id: Scalars['ID']; + __typename?: "ComponentTranslationsWikiPost"; + body?: Maybe; + id: Scalars["ID"]; language?: Maybe; source_language?: Maybe; status: Enum_Componenttranslationswikipost_Status; - summary?: Maybe; + summary?: Maybe; }; export type ComponentTranslationsWikiPostFiltersInput = { @@ -1800,41 +1752,38 @@ export type ComponentTranslationsWikiPostFiltersInput = { }; export type ComponentWikiSpecializationChronology = { - __typename?: 'ComponentWikiSpecializationChronology'; + __typename?: "ComponentWikiSpecializationChronology"; date: ComponentBasicsDatepicker; - displayed_date?: Maybe; - id: Scalars['ID']; + displayed_date?: Maybe; + id: Scalars["ID"]; source?: Maybe; translations?: Maybe>>; }; - export type ComponentWikiSpecializationChronologyTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentWikiSpecializationGlossaryItem = { - __typename?: 'ComponentWikiSpecializationGlossaryItem'; + __typename?: "ComponentWikiSpecializationGlossaryItem"; categories?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; source?: Maybe; translations?: Maybe>>; }; - export type ComponentWikiSpecializationGlossaryItemCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentWikiSpecializationGlossaryItemTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentWikiSpecializationGlossaryItemFiltersInput = { @@ -1847,102 +1796,95 @@ export type ComponentWikiSpecializationGlossaryItemFiltersInput = { }; export type ComponentWikiSpecializationGlossaryItemInput = { - categories?: InputMaybe>>; - id?: InputMaybe; - source?: InputMaybe; + categories?: InputMaybe>>; + id?: InputMaybe; + source?: InputMaybe; translations?: InputMaybe>>; }; export type ComponentWikiSpecializationPost = { - __typename?: 'ComponentWikiSpecializationPost'; + __typename?: "ComponentWikiSpecializationPost"; authors?: Maybe; - id: Scalars['ID']; + id: Scalars["ID"]; translations?: Maybe>>; }; - export type ComponentWikiSpecializationPostAuthorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ComponentWikiSpecializationPostTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ComponentWikiSpecializationWeapon = { - __typename?: 'ComponentWikiSpecializationWeapon'; - id: Scalars['ID']; + __typename?: "ComponentWikiSpecializationWeapon"; + id: Scalars["ID"]; source?: Maybe; translations?: Maybe>>; }; - export type ComponentWikiSpecializationWeaponTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type Content = { - __typename?: 'Content'; + __typename?: "Content"; categories?: Maybe; chronicles?: Maybe; - createdAt?: Maybe; + createdAt?: Maybe; folder?: Maybe; ranged_contents?: Maybe; - slug: Scalars['String']; + slug: Scalars["String"]; thumbnail?: Maybe; translations?: Maybe>>; type?: Maybe; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type ContentCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ContentChroniclesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ContentRanged_ContentsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ContentTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ContentEntity = { - __typename?: 'ContentEntity'; + __typename?: "ContentEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type ContentEntityResponse = { - __typename?: 'ContentEntityResponse'; + __typename?: "ContentEntityResponse"; data?: Maybe; }; export type ContentEntityResponseCollection = { - __typename?: 'ContentEntityResponseCollection'; + __typename?: "ContentEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -1964,49 +1906,48 @@ export type ContentFiltersInput = { }; export type ContentInput = { - categories?: InputMaybe>>; - chronicles?: InputMaybe>>; - folder?: InputMaybe; - ranged_contents?: InputMaybe>>; - slug?: InputMaybe; - thumbnail?: InputMaybe; + categories?: InputMaybe>>; + chronicles?: InputMaybe>>; + folder?: InputMaybe; + ranged_contents?: InputMaybe>>; + slug?: InputMaybe; + thumbnail?: InputMaybe; translations?: InputMaybe>>; - type?: InputMaybe; + type?: InputMaybe; }; export type ContentRelationResponseCollection = { - __typename?: 'ContentRelationResponseCollection'; + __typename?: "ContentRelationResponseCollection"; data: Array; }; export type ContentType = { - __typename?: 'ContentType'; - createdAt?: Maybe; - slug: Scalars['String']; + __typename?: "ContentType"; + createdAt?: Maybe; + slug: Scalars["String"]; titles?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type ContentTypeTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ContentTypeEntity = { - __typename?: 'ContentTypeEntity'; + __typename?: "ContentTypeEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type ContentTypeEntityResponse = { - __typename?: 'ContentTypeEntityResponse'; + __typename?: "ContentTypeEntityResponse"; data?: Maybe; }; export type ContentTypeEntityResponseCollection = { - __typename?: 'ContentTypeEntityResponseCollection'; + __typename?: "ContentTypeEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2023,56 +1964,53 @@ export type ContentTypeFiltersInput = { }; export type ContentTypeInput = { - slug?: InputMaybe; + slug?: InputMaybe; titles?: InputMaybe>>; }; export type ContentsFolder = { - __typename?: 'ContentsFolder'; + __typename?: "ContentsFolder"; contents?: Maybe; - createdAt?: Maybe; + createdAt?: Maybe; parent_folder?: Maybe; - sequence: Scalars['Boolean']; - slug: Scalars['String']; + sequence: Scalars["Boolean"]; + slug: Scalars["String"]; subfolders?: Maybe; titles: Array>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type ContentsFolderContentsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ContentsFolderSubfoldersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type ContentsFolderTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type ContentsFolderEntity = { - __typename?: 'ContentsFolderEntity'; + __typename?: "ContentsFolderEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type ContentsFolderEntityResponse = { - __typename?: 'ContentsFolderEntityResponse'; + __typename?: "ContentsFolderEntityResponse"; data?: Maybe; }; export type ContentsFolderEntityResponseCollection = { - __typename?: 'ContentsFolderEntityResponseCollection'; + __typename?: "ContentsFolderEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2093,42 +2031,42 @@ export type ContentsFolderFiltersInput = { }; export type ContentsFolderInput = { - contents?: InputMaybe>>; - parent_folder?: InputMaybe; - sequence?: InputMaybe; - slug?: InputMaybe; - subfolders?: InputMaybe>>; + contents?: InputMaybe>>; + parent_folder?: InputMaybe; + sequence?: InputMaybe; + slug?: InputMaybe; + subfolders?: InputMaybe>>; titles?: InputMaybe>>; }; export type ContentsFolderRelationResponseCollection = { - __typename?: 'ContentsFolderRelationResponseCollection'; + __typename?: "ContentsFolderRelationResponseCollection"; data: Array; }; export type Currency = { - __typename?: 'Currency'; - code: Scalars['String']; - createdAt?: Maybe; - display_decimals: Scalars['Boolean']; - rate_to_usd: Scalars['Float']; - symbol: Scalars['String']; - updatedAt?: Maybe; + __typename?: "Currency"; + code: Scalars["String"]; + createdAt?: Maybe; + display_decimals: Scalars["Boolean"]; + rate_to_usd: Scalars["Float"]; + symbol: Scalars["String"]; + updatedAt?: Maybe; }; export type CurrencyEntity = { - __typename?: 'CurrencyEntity'; + __typename?: "CurrencyEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type CurrencyEntityResponse = { - __typename?: 'CurrencyEntityResponse'; + __typename?: "CurrencyEntityResponse"; data?: Maybe; }; export type CurrencyEntityResponseCollection = { - __typename?: 'CurrencyEntityResponseCollection'; + __typename?: "CurrencyEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2147,250 +2085,250 @@ export type CurrencyFiltersInput = { }; export type CurrencyInput = { - code?: InputMaybe; - display_decimals?: InputMaybe; - rate_to_usd?: InputMaybe; - symbol?: InputMaybe; + code?: InputMaybe; + display_decimals?: InputMaybe; + rate_to_usd?: InputMaybe; + symbol?: InputMaybe; }; export type DateTimeFilterInput = { - and?: InputMaybe>>; - between?: InputMaybe>>; - contains?: InputMaybe; - containsi?: InputMaybe; - endsWith?: InputMaybe; - eq?: InputMaybe; - eqi?: InputMaybe; - gt?: InputMaybe; - gte?: InputMaybe; - in?: InputMaybe>>; - lt?: InputMaybe; - lte?: InputMaybe; - ne?: InputMaybe; + and?: InputMaybe>>; + between?: InputMaybe>>; + contains?: InputMaybe; + containsi?: InputMaybe; + endsWith?: InputMaybe; + eq?: InputMaybe; + eqi?: InputMaybe; + gt?: InputMaybe; + gte?: InputMaybe; + in?: InputMaybe>>; + lt?: InputMaybe; + lte?: InputMaybe; + ne?: InputMaybe; not?: InputMaybe; - notContains?: InputMaybe; - notContainsi?: InputMaybe; - notIn?: InputMaybe>>; - notNull?: InputMaybe; - null?: InputMaybe; - or?: InputMaybe>>; - startsWith?: InputMaybe; + notContains?: InputMaybe; + notContainsi?: InputMaybe; + notIn?: InputMaybe>>; + notNull?: InputMaybe; + null?: InputMaybe; + or?: InputMaybe>>; + startsWith?: InputMaybe; }; export enum Enum_Category_Series { - Drakengard = 'Drakengard', - NieR = 'NieR', - YoRHa = 'YoRHa' + Drakengard = "Drakengard", + NieR = "NieR", + YoRHa = "YoRHa", } export enum Enum_Componentbasicsfilesize_Unit { - Gb = 'gb', - Kb = 'kb', - Mb = 'mb' + Gb = "gb", + Kb = "kb", + Mb = "mb", } export enum Enum_Componentcollectionscomponentbody_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componentcollectionscomponentdefinition_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componentcollectionscomponentlibraryimages_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componentmetadatabooks_Binding_Type { - Hardcover = 'Hardcover', - Paperback = 'Paperback' + Hardcover = "Hardcover", + Paperback = "Paperback", } export enum Enum_Componentmetadatabooks_Page_Order { - LeftToRight = 'Left_to_Right', - RightToLeft = 'Right_to_Left' + LeftToRight = "Left_to_Right", + RightToLeft = "Right_to_Left", } export enum Enum_Componentsetsaudioset_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componentsetsscanset_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componentsetstextset_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componentsetsvideoset_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componentsetswikiset_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationsaudiosets_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationschronologyitem_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationsglossarydefinition_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationsposts_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationsscanset_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationstextset_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationsvideosets_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationsweaponstorystory_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Componenttranslationswikipost_Status { - Done = 'Done', - Draft = 'Draft', - Incomplete = 'Incomplete', - Review = 'Review' + Done = "Done", + Draft = "Draft", + Incomplete = "Incomplete", + Review = "Review", } export enum Enum_Video_Source { - NicoNico = 'NicoNico', - YouTube = 'YouTube' + NicoNico = "NicoNico", + YouTube = "YouTube", } export enum Enum_Webarchive_Format { - Wacz = 'wacz', - Zip = 'zip' + Wacz = "wacz", + Zip = "zip", } export enum Enum_Webarchive_Type { - OnlineDoc = 'online_doc', - Webpage = 'webpage', - Website = 'website' + OnlineDoc = "online_doc", + Webpage = "webpage", + Website = "website", } export type Error = { - __typename?: 'Error'; - code: Scalars['String']; - message?: Maybe; + __typename?: "Error"; + code: Scalars["String"]; + message?: Maybe; }; export type FileInfoInput = { - alternativeText?: InputMaybe; - caption?: InputMaybe; - name?: InputMaybe; + alternativeText?: InputMaybe; + caption?: InputMaybe; + name?: InputMaybe; }; export type FloatFilterInput = { - and?: InputMaybe>>; - between?: InputMaybe>>; - contains?: InputMaybe; - containsi?: InputMaybe; - endsWith?: InputMaybe; - eq?: InputMaybe; - eqi?: InputMaybe; - gt?: InputMaybe; - gte?: InputMaybe; - in?: InputMaybe>>; - lt?: InputMaybe; - lte?: InputMaybe; - ne?: InputMaybe; + and?: InputMaybe>>; + between?: InputMaybe>>; + contains?: InputMaybe; + containsi?: InputMaybe; + endsWith?: InputMaybe; + eq?: InputMaybe; + eqi?: InputMaybe; + gt?: InputMaybe; + gte?: InputMaybe; + in?: InputMaybe>>; + lt?: InputMaybe; + lte?: InputMaybe; + ne?: InputMaybe; not?: InputMaybe; - notContains?: InputMaybe; - notContainsi?: InputMaybe; - notIn?: InputMaybe>>; - notNull?: InputMaybe; - null?: InputMaybe; - or?: InputMaybe>>; - startsWith?: InputMaybe; + notContains?: InputMaybe; + notContainsi?: InputMaybe; + notIn?: InputMaybe>>; + notNull?: InputMaybe; + null?: InputMaybe; + or?: InputMaybe>>; + startsWith?: InputMaybe; }; export type GamePlatform = { - __typename?: 'GamePlatform'; - createdAt?: Maybe; - name: Scalars['String']; - short: Scalars['String']; - updatedAt?: Maybe; + __typename?: "GamePlatform"; + createdAt?: Maybe; + name: Scalars["String"]; + short: Scalars["String"]; + updatedAt?: Maybe; }; export type GamePlatformEntity = { - __typename?: 'GamePlatformEntity'; + __typename?: "GamePlatformEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type GamePlatformEntityResponse = { - __typename?: 'GamePlatformEntityResponse'; + __typename?: "GamePlatformEntityResponse"; data?: Maybe; }; export type GamePlatformEntityResponseCollection = { - __typename?: 'GamePlatformEntityResponseCollection'; + __typename?: "GamePlatformEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2407,54 +2345,150 @@ export type GamePlatformFiltersInput = { }; export type GamePlatformInput = { - name?: InputMaybe; - short?: InputMaybe; + name?: InputMaybe; + short?: InputMaybe; }; export type GamePlatformRelationResponseCollection = { - __typename?: 'GamePlatformRelationResponseCollection'; + __typename?: "GamePlatformRelationResponseCollection"; data: Array; }; -export type GenericMorph = AudioSubtype | Category | Chronicle | ChroniclesChapter | ChronologyEra | ChronologyItem | ComponentBasicsCredits | ComponentBasicsDatepicker | ComponentBasicsFileSize | ComponentBasicsPrice | ComponentBasicsSize | ComponentBasicsUrl | ComponentCollectionsComponentAliases | ComponentCollectionsComponentBody | ComponentCollectionsComponentDefinition | ComponentCollectionsComponentEvent | ComponentCollectionsComponentGlossaryDefinition | ComponentCollectionsComponentLibraryCover | ComponentCollectionsComponentLibraryDustJacket | ComponentCollectionsComponentLibraryImages | ComponentCollectionsComponentLibraryObiBelt | ComponentCollectionsComponentTitles | ComponentCollectionsComponentWeaponStory | ComponentCollectionsComponentWikiDefinition | ComponentMetadataAudio | ComponentMetadataBooks | ComponentMetadataGame | ComponentMetadataGroup | ComponentMetadataMerch | ComponentMetadataOther | ComponentMetadataVideo | ComponentPageBuilderGallery | ComponentPageBuilderGrid | ComponentPageBuilderTabs | ComponentRangeGameAspect | ComponentRangeOther | ComponentRangePageRange | ComponentRangeTimeRange | ComponentSetsAudioSet | ComponentSetsScanSet | ComponentSetsTextSet | ComponentSetsVideoSet | ComponentSetsWikiSet | ComponentSourceUrlSource | ComponentTranslationsAudioSets | ComponentTranslationsBio | ComponentTranslationsChronicles | ComponentTranslationsChronologyEra | ComponentTranslationsChronologyItem | ComponentTranslationsGlossaryDefinition | ComponentTranslationsGlossaryItem | ComponentTranslationsLibraryContent | ComponentTranslationsLibraryItems | ComponentTranslationsPosts | ComponentTranslationsScanSet | ComponentTranslationsSimpleTitle | ComponentTranslationsTextSet | ComponentTranslationsTitle | ComponentTranslationsVideoSets | ComponentTranslationsWeaponStory | ComponentTranslationsWeaponStoryStory | ComponentTranslationsWeaponStoryType | ComponentTranslationsWebArchives | ComponentTranslationsWiki | ComponentTranslationsWikiPost | ComponentWikiSpecializationChronology | ComponentWikiSpecializationGlossaryItem | ComponentWikiSpecializationPost | ComponentWikiSpecializationWeapon | Content | ContentType | ContentsFolder | Currency | GamePlatform | GlossaryItem | GlossaryItemType | GroupSubtype | Language | LibraryItem | MerchItem | MetadataType | Post | RangedContent | Recorder | Source | TextualSubtype | UploadFile | UploadFolder | Video | VideoChannel | VideoSubtype | WeaponStory | WeaponStoryGroup | WeaponStoryType | WebArchive | WebsiteInterface | WikiPage | WikiPagesTag; +export type GenericMorph = + | AudioSubtype + | Category + | Chronicle + | ChroniclesChapter + | ChronologyEra + | ChronologyItem + | ComponentBasicsCredits + | ComponentBasicsDatepicker + | ComponentBasicsFileSize + | ComponentBasicsPrice + | ComponentBasicsSize + | ComponentBasicsUrl + | ComponentCollectionsComponentAliases + | ComponentCollectionsComponentBody + | ComponentCollectionsComponentDefinition + | ComponentCollectionsComponentEvent + | ComponentCollectionsComponentGlossaryDefinition + | ComponentCollectionsComponentLibraryCover + | ComponentCollectionsComponentLibraryDustJacket + | ComponentCollectionsComponentLibraryImages + | ComponentCollectionsComponentLibraryObiBelt + | ComponentCollectionsComponentTitles + | ComponentCollectionsComponentWeaponStory + | ComponentCollectionsComponentWikiDefinition + | ComponentMetadataAudio + | ComponentMetadataBooks + | ComponentMetadataGame + | ComponentMetadataGroup + | ComponentMetadataMerch + | ComponentMetadataOther + | ComponentMetadataVideo + | ComponentPageBuilderGallery + | ComponentPageBuilderGrid + | ComponentPageBuilderTabs + | ComponentRangeGameAspect + | ComponentRangeOther + | ComponentRangePageRange + | ComponentRangeTimeRange + | ComponentSetsAudioSet + | ComponentSetsScanSet + | ComponentSetsTextSet + | ComponentSetsVideoSet + | ComponentSetsWikiSet + | ComponentSourceUrlSource + | ComponentTranslationsAudioSets + | ComponentTranslationsBio + | ComponentTranslationsChronicles + | ComponentTranslationsChronologyEra + | ComponentTranslationsChronologyItem + | ComponentTranslationsGlossaryDefinition + | ComponentTranslationsGlossaryItem + | ComponentTranslationsLibraryContent + | ComponentTranslationsLibraryItems + | ComponentTranslationsPosts + | ComponentTranslationsScanSet + | ComponentTranslationsSimpleTitle + | ComponentTranslationsTextSet + | ComponentTranslationsTitle + | ComponentTranslationsVideoSets + | ComponentTranslationsWeaponStory + | ComponentTranslationsWeaponStoryStory + | ComponentTranslationsWeaponStoryType + | ComponentTranslationsWebArchives + | ComponentTranslationsWiki + | ComponentTranslationsWikiPost + | ComponentWikiSpecializationChronology + | ComponentWikiSpecializationGlossaryItem + | ComponentWikiSpecializationPost + | ComponentWikiSpecializationWeapon + | Content + | ContentType + | ContentsFolder + | Currency + | GamePlatform + | GlossaryItem + | GlossaryItemType + | GroupSubtype + | Language + | LibraryItem + | MerchItem + | MetadataType + | Post + | RangedContent + | Recorder + | Source + | TextualSubtype + | UploadFile + | UploadFolder + | Video + | VideoChannel + | VideoSubtype + | WeaponStory + | WeaponStoryGroup + | WeaponStoryType + | WebArchive + | WebsiteInterface + | WikiPage + | WikiPagesTag; export type GlossaryItem = { - __typename?: 'GlossaryItem'; - createdAt?: Maybe; + __typename?: "GlossaryItem"; + createdAt?: Maybe; definitions?: Maybe>>; - slug: Scalars['String']; + slug: Scalars["String"]; title?: Maybe>>; type?: Maybe; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type GlossaryItemDefinitionsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type GlossaryItemTitleArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type GlossaryItemEntity = { - __typename?: 'GlossaryItemEntity'; + __typename?: "GlossaryItemEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type GlossaryItemEntityResponse = { - __typename?: 'GlossaryItemEntityResponse'; + __typename?: "GlossaryItemEntityResponse"; data?: Maybe; }; export type GlossaryItemEntityResponseCollection = { - __typename?: 'GlossaryItemEntityResponseCollection'; + __typename?: "GlossaryItemEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2474,31 +2508,31 @@ export type GlossaryItemFiltersInput = { export type GlossaryItemInput = { definitions?: InputMaybe>>; - slug?: InputMaybe; + slug?: InputMaybe; title?: InputMaybe>>; - type?: InputMaybe; + type?: InputMaybe; }; export type GlossaryItemType = { - __typename?: 'GlossaryItemType'; - createdAt?: Maybe; - type: Scalars['String']; - updatedAt?: Maybe; + __typename?: "GlossaryItemType"; + createdAt?: Maybe; + type: Scalars["String"]; + updatedAt?: Maybe; }; export type GlossaryItemTypeEntity = { - __typename?: 'GlossaryItemTypeEntity'; + __typename?: "GlossaryItemTypeEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type GlossaryItemTypeEntityResponse = { - __typename?: 'GlossaryItemTypeEntityResponse'; + __typename?: "GlossaryItemTypeEntityResponse"; data?: Maybe; }; export type GlossaryItemTypeEntityResponseCollection = { - __typename?: 'GlossaryItemTypeEntityResponseCollection'; + __typename?: "GlossaryItemTypeEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2514,37 +2548,36 @@ export type GlossaryItemTypeFiltersInput = { }; export type GlossaryItemTypeInput = { - type?: InputMaybe; + type?: InputMaybe; }; export type GroupSubtype = { - __typename?: 'GroupSubtype'; - createdAt?: Maybe; - slug: Scalars['String']; + __typename?: "GroupSubtype"; + createdAt?: Maybe; + slug: Scalars["String"]; titles?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type GroupSubtypeTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type GroupSubtypeEntity = { - __typename?: 'GroupSubtypeEntity'; + __typename?: "GroupSubtypeEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type GroupSubtypeEntityResponse = { - __typename?: 'GroupSubtypeEntityResponse'; + __typename?: "GroupSubtypeEntityResponse"; data?: Maybe; }; export type GroupSubtypeEntityResponseCollection = { - __typename?: 'GroupSubtypeEntityResponseCollection'; + __typename?: "GroupSubtypeEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2561,104 +2594,104 @@ export type GroupSubtypeFiltersInput = { }; export type GroupSubtypeInput = { - slug?: InputMaybe; + slug?: InputMaybe; titles?: InputMaybe>>; }; export type IdFilterInput = { - and?: InputMaybe>>; - between?: InputMaybe>>; - contains?: InputMaybe; - containsi?: InputMaybe; - endsWith?: InputMaybe; - eq?: InputMaybe; - eqi?: InputMaybe; - gt?: InputMaybe; - gte?: InputMaybe; - in?: InputMaybe>>; - lt?: InputMaybe; - lte?: InputMaybe; - ne?: InputMaybe; + and?: InputMaybe>>; + between?: InputMaybe>>; + contains?: InputMaybe; + containsi?: InputMaybe; + endsWith?: InputMaybe; + eq?: InputMaybe; + eqi?: InputMaybe; + gt?: InputMaybe; + gte?: InputMaybe; + in?: InputMaybe>>; + lt?: InputMaybe; + lte?: InputMaybe; + ne?: InputMaybe; not?: InputMaybe; - notContains?: InputMaybe; - notContainsi?: InputMaybe; - notIn?: InputMaybe>>; - notNull?: InputMaybe; - null?: InputMaybe; - or?: InputMaybe>>; - startsWith?: InputMaybe; + notContains?: InputMaybe; + notContainsi?: InputMaybe; + notIn?: InputMaybe>>; + notNull?: InputMaybe; + null?: InputMaybe; + or?: InputMaybe>>; + startsWith?: InputMaybe; }; export type IntFilterInput = { - and?: InputMaybe>>; - between?: InputMaybe>>; - contains?: InputMaybe; - containsi?: InputMaybe; - endsWith?: InputMaybe; - eq?: InputMaybe; - eqi?: InputMaybe; - gt?: InputMaybe; - gte?: InputMaybe; - in?: InputMaybe>>; - lt?: InputMaybe; - lte?: InputMaybe; - ne?: InputMaybe; + and?: InputMaybe>>; + between?: InputMaybe>>; + contains?: InputMaybe; + containsi?: InputMaybe; + endsWith?: InputMaybe; + eq?: InputMaybe; + eqi?: InputMaybe; + gt?: InputMaybe; + gte?: InputMaybe; + in?: InputMaybe>>; + lt?: InputMaybe; + lte?: InputMaybe; + ne?: InputMaybe; not?: InputMaybe; - notContains?: InputMaybe; - notContainsi?: InputMaybe; - notIn?: InputMaybe>>; - notNull?: InputMaybe; - null?: InputMaybe; - or?: InputMaybe>>; - startsWith?: InputMaybe; + notContains?: InputMaybe; + notContainsi?: InputMaybe; + notIn?: InputMaybe>>; + notNull?: InputMaybe; + null?: InputMaybe; + or?: InputMaybe>>; + startsWith?: InputMaybe; }; export type JsonFilterInput = { - and?: InputMaybe>>; - between?: InputMaybe>>; - contains?: InputMaybe; - containsi?: InputMaybe; - endsWith?: InputMaybe; - eq?: InputMaybe; - eqi?: InputMaybe; - gt?: InputMaybe; - gte?: InputMaybe; - in?: InputMaybe>>; - lt?: InputMaybe; - lte?: InputMaybe; - ne?: InputMaybe; + and?: InputMaybe>>; + between?: InputMaybe>>; + contains?: InputMaybe; + containsi?: InputMaybe; + endsWith?: InputMaybe; + eq?: InputMaybe; + eqi?: InputMaybe; + gt?: InputMaybe; + gte?: InputMaybe; + in?: InputMaybe>>; + lt?: InputMaybe; + lte?: InputMaybe; + ne?: InputMaybe; not?: InputMaybe; - notContains?: InputMaybe; - notContainsi?: InputMaybe; - notIn?: InputMaybe>>; - notNull?: InputMaybe; - null?: InputMaybe; - or?: InputMaybe>>; - startsWith?: InputMaybe; + notContains?: InputMaybe; + notContainsi?: InputMaybe; + notIn?: InputMaybe>>; + notNull?: InputMaybe; + null?: InputMaybe; + or?: InputMaybe>>; + startsWith?: InputMaybe; }; export type Language = { - __typename?: 'Language'; - code: Scalars['String']; - createdAt?: Maybe; - localized_name: Scalars['String']; - name: Scalars['String']; - updatedAt?: Maybe; + __typename?: "Language"; + code: Scalars["String"]; + createdAt?: Maybe; + localized_name: Scalars["String"]; + name: Scalars["String"]; + updatedAt?: Maybe; }; export type LanguageEntity = { - __typename?: 'LanguageEntity'; + __typename?: "LanguageEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type LanguageEntityResponse = { - __typename?: 'LanguageEntityResponse'; + __typename?: "LanguageEntityResponse"; data?: Maybe; }; export type LanguageEntityResponseCollection = { - __typename?: 'LanguageEntityResponseCollection'; + __typename?: "LanguageEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2676,118 +2709,109 @@ export type LanguageFiltersInput = { }; export type LanguageInput = { - code?: InputMaybe; - localized_name?: InputMaybe; - name?: InputMaybe; + code?: InputMaybe; + localized_name?: InputMaybe; + name?: InputMaybe; }; export type LanguageRelationResponseCollection = { - __typename?: 'LanguageRelationResponseCollection'; + __typename?: "LanguageRelationResponseCollection"; data: Array; }; export type LibraryItem = { - __typename?: 'LibraryItem'; + __typename?: "LibraryItem"; categories?: Maybe; contents?: Maybe; - createdAt?: Maybe; + createdAt?: Maybe; descriptions?: Maybe>>; - digital: Scalars['Boolean']; + digital: Scalars["Boolean"]; gallery?: Maybe; images?: Maybe>>; metadata?: Maybe>>; price?: Maybe; - primary: Scalars['Boolean']; + primary: Scalars["Boolean"]; release_date?: Maybe; - root_item: Scalars['Boolean']; + root_item: Scalars["Boolean"]; size?: Maybe; - slug: Scalars['String']; + slug: Scalars["String"]; subitem_of?: Maybe; subitems?: Maybe; submerchs?: Maybe; - subtitle?: Maybe; + subtitle?: Maybe; thumbnail?: Maybe; - title: Scalars['String']; - updatedAt?: Maybe; + title: Scalars["String"]; + updatedAt?: Maybe; urls?: Maybe>>; }; - export type LibraryItemCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemContentsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemDescriptionsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemGalleryArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemImagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemSubitem_OfArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemSubitemsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemSubmerchsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type LibraryItemUrlsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type LibraryItemEntity = { - __typename?: 'LibraryItemEntity'; + __typename?: "LibraryItemEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type LibraryItemEntityResponse = { - __typename?: 'LibraryItemEntityResponse'; + __typename?: "LibraryItemEntityResponse"; data?: Maybe; }; export type LibraryItemEntityResponseCollection = { - __typename?: 'LibraryItemEntityResponseCollection'; + __typename?: "LibraryItemEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2819,66 +2843,72 @@ export type LibraryItemFiltersInput = { }; export type LibraryItemInput = { - categories?: InputMaybe>>; - contents?: InputMaybe>>; + categories?: InputMaybe>>; + contents?: InputMaybe>>; descriptions?: InputMaybe>>; - digital?: InputMaybe; - gallery?: InputMaybe>>; + digital?: InputMaybe; + gallery?: InputMaybe>>; images?: InputMaybe>>; - metadata?: InputMaybe>; + metadata?: InputMaybe>; price?: InputMaybe; - primary?: InputMaybe; + primary?: InputMaybe; release_date?: InputMaybe; - root_item?: InputMaybe; + root_item?: InputMaybe; size?: InputMaybe; - slug?: InputMaybe; - subitem_of?: InputMaybe>>; - subitems?: InputMaybe>>; - submerchs?: InputMaybe>>; - subtitle?: InputMaybe; - thumbnail?: InputMaybe; - title?: InputMaybe; + slug?: InputMaybe; + subitem_of?: InputMaybe>>; + subitems?: InputMaybe>>; + submerchs?: InputMaybe>>; + subtitle?: InputMaybe; + thumbnail?: InputMaybe; + title?: InputMaybe; urls?: InputMaybe>>; }; -export type LibraryItemMetadataDynamicZone = ComponentMetadataAudio | ComponentMetadataBooks | ComponentMetadataGame | ComponentMetadataGroup | ComponentMetadataOther | ComponentMetadataVideo | Error; +export type LibraryItemMetadataDynamicZone = + | ComponentMetadataAudio + | ComponentMetadataBooks + | ComponentMetadataGame + | ComponentMetadataGroup + | ComponentMetadataOther + | ComponentMetadataVideo + | Error; export type LibraryItemRelationResponseCollection = { - __typename?: 'LibraryItemRelationResponseCollection'; + __typename?: "LibraryItemRelationResponseCollection"; data: Array; }; export type MerchItem = { - __typename?: 'MerchItem'; - createdAt?: Maybe; + __typename?: "MerchItem"; + createdAt?: Maybe; library_items?: Maybe; - slug: Scalars['String']; - subtitle?: Maybe; + slug: Scalars["String"]; + subtitle?: Maybe; thumbnail?: Maybe; - title: Scalars['String']; - updatedAt?: Maybe; + title: Scalars["String"]; + updatedAt?: Maybe; }; - export type MerchItemLibrary_ItemsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type MerchItemEntity = { - __typename?: 'MerchItemEntity'; + __typename?: "MerchItemEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type MerchItemEntityResponse = { - __typename?: 'MerchItemEntityResponse'; + __typename?: "MerchItemEntityResponse"; data?: Maybe; }; export type MerchItemEntityResponseCollection = { - __typename?: 'MerchItemEntityResponseCollection'; + __typename?: "MerchItemEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2897,46 +2927,45 @@ export type MerchItemFiltersInput = { }; export type MerchItemInput = { - library_items?: InputMaybe>>; - slug?: InputMaybe; - subtitle?: InputMaybe; - thumbnail?: InputMaybe; - title?: InputMaybe; + library_items?: InputMaybe>>; + slug?: InputMaybe; + subtitle?: InputMaybe; + thumbnail?: InputMaybe; + title?: InputMaybe; }; export type MerchItemRelationResponseCollection = { - __typename?: 'MerchItemRelationResponseCollection'; + __typename?: "MerchItemRelationResponseCollection"; data: Array; }; export type MetadataType = { - __typename?: 'MetadataType'; - createdAt?: Maybe; - slug: Scalars['String']; + __typename?: "MetadataType"; + createdAt?: Maybe; + slug: Scalars["String"]; titles?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type MetadataTypeTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type MetadataTypeEntity = { - __typename?: 'MetadataTypeEntity'; + __typename?: "MetadataTypeEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type MetadataTypeEntityResponse = { - __typename?: 'MetadataTypeEntityResponse'; + __typename?: "MetadataTypeEntityResponse"; data?: Maybe; }; export type MetadataTypeEntityResponseCollection = { - __typename?: 'MetadataTypeEntityResponseCollection'; + __typename?: "MetadataTypeEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -2953,12 +2982,12 @@ export type MetadataTypeFiltersInput = { }; export type MetadataTypeInput = { - slug?: InputMaybe; + slug?: InputMaybe; titles?: InputMaybe>>; }; export type Mutation = { - __typename?: 'Mutation'; + __typename?: "Mutation"; createAudioSubtype?: Maybe; createCategory?: Maybe; createChronicle?: Maybe; @@ -3070,656 +3099,544 @@ export type Mutation = { upload: UploadFileEntityResponse; }; - export type MutationCreateAudioSubtypeArgs = { data: AudioSubtypeInput; }; - export type MutationCreateCategoryArgs = { data: CategoryInput; }; - export type MutationCreateChronicleArgs = { data: ChronicleInput; }; - export type MutationCreateChroniclesChapterArgs = { data: ChroniclesChapterInput; }; - export type MutationCreateChronologyEraArgs = { data: ChronologyEraInput; }; - export type MutationCreateChronologyItemArgs = { data: ChronologyItemInput; }; - export type MutationCreateContentArgs = { data: ContentInput; }; - export type MutationCreateContentTypeArgs = { data: ContentTypeInput; }; - export type MutationCreateContentsFolderArgs = { data: ContentsFolderInput; }; - export type MutationCreateCurrencyArgs = { data: CurrencyInput; }; - export type MutationCreateGamePlatformArgs = { data: GamePlatformInput; }; - export type MutationCreateGlossaryItemArgs = { data: GlossaryItemInput; }; - export type MutationCreateGlossaryItemTypeArgs = { data: GlossaryItemTypeInput; }; - export type MutationCreateGroupSubtypeArgs = { data: GroupSubtypeInput; }; - export type MutationCreateLanguageArgs = { data: LanguageInput; }; - export type MutationCreateLibraryItemArgs = { data: LibraryItemInput; }; - export type MutationCreateMerchItemArgs = { data: MerchItemInput; }; - export type MutationCreateMetadataTypeArgs = { data: MetadataTypeInput; }; - export type MutationCreatePostArgs = { data: PostInput; }; - export type MutationCreateRangedContentArgs = { data: RangedContentInput; }; - export type MutationCreateRecorderArgs = { data: RecorderInput; }; - export type MutationCreateSourceArgs = { data: SourceInput; }; - export type MutationCreateTextualSubtypeArgs = { data: TextualSubtypeInput; }; - export type MutationCreateUploadFileArgs = { data: UploadFileInput; }; - export type MutationCreateUploadFolderArgs = { data: UploadFolderInput; }; - export type MutationCreateVideoArgs = { data: VideoInput; }; - export type MutationCreateVideoChannelArgs = { data: VideoChannelInput; }; - export type MutationCreateVideoSubtypeArgs = { data: VideoSubtypeInput; }; - export type MutationCreateWeaponStoryArgs = { data: WeaponStoryInput; }; - export type MutationCreateWeaponStoryGroupArgs = { data: WeaponStoryGroupInput; }; - export type MutationCreateWeaponStoryTypeArgs = { data: WeaponStoryTypeInput; }; - export type MutationCreateWebArchiveArgs = { data: WebArchiveInput; }; - export type MutationCreateWebsiteInterfaceArgs = { data: WebsiteInterfaceInput; }; - export type MutationCreateWikiPageArgs = { data: WikiPageInput; }; - export type MutationCreateWikiPagesTagArgs = { data: WikiPagesTagInput; }; - export type MutationDeleteAudioSubtypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteCategoryArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteChronicleArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteChroniclesChapterArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteChronologyEraArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteChronologyItemArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteContentArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteContentTypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteContentsFolderArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteCurrencyArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteGamePlatformArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteGlossaryItemArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteGlossaryItemTypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteGroupSubtypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteLanguageArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteLibraryItemArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteMerchItemArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteMetadataTypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeletePostArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteRangedContentArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteRecorderArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteSourceArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteTextualSubtypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteUploadFileArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteUploadFolderArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteVideoArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteVideoChannelArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteVideoSubtypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteWeaponStoryArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteWeaponStoryGroupArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteWeaponStoryTypeArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteWebArchiveArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteWebsiteInterfaceArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteWikiPageArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationDeleteWikiPagesTagArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationMultipleUploadArgs = { - field?: InputMaybe; - files: Array>; - ref?: InputMaybe; - refId?: InputMaybe; + field?: InputMaybe; + files: Array>; + ref?: InputMaybe; + refId?: InputMaybe; }; - export type MutationRemoveFileArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateAudioSubtypeArgs = { data: AudioSubtypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateCategoryArgs = { data: CategoryInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateChronicleArgs = { data: ChronicleInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateChroniclesChapterArgs = { data: ChroniclesChapterInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateChronologyEraArgs = { data: ChronologyEraInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateChronologyItemArgs = { data: ChronologyItemInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateContentArgs = { data: ContentInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateContentTypeArgs = { data: ContentTypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateContentsFolderArgs = { data: ContentsFolderInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateCurrencyArgs = { data: CurrencyInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateFileInfoArgs = { - id: Scalars['ID']; + id: Scalars["ID"]; info?: InputMaybe; }; - export type MutationUpdateGamePlatformArgs = { data: GamePlatformInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateGlossaryItemArgs = { data: GlossaryItemInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateGlossaryItemTypeArgs = { data: GlossaryItemTypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateGroupSubtypeArgs = { data: GroupSubtypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateLanguageArgs = { data: LanguageInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateLibraryItemArgs = { data: LibraryItemInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateMerchItemArgs = { data: MerchItemInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateMetadataTypeArgs = { data: MetadataTypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdatePostArgs = { data: PostInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateRangedContentArgs = { data: RangedContentInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateRecorderArgs = { data: RecorderInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateSourceArgs = { data: SourceInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateTextualSubtypeArgs = { data: TextualSubtypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateUploadFileArgs = { data: UploadFileInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateUploadFolderArgs = { data: UploadFolderInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateVideoArgs = { data: VideoInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateVideoChannelArgs = { data: VideoChannelInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateVideoSubtypeArgs = { data: VideoSubtypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateWeaponStoryArgs = { data: WeaponStoryInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateWeaponStoryGroupArgs = { data: WeaponStoryGroupInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateWeaponStoryTypeArgs = { data: WeaponStoryTypeInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateWebArchiveArgs = { data: WebArchiveInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateWebsiteInterfaceArgs = { data: WebsiteInterfaceInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateWikiPageArgs = { data: WikiPageInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUpdateWikiPagesTagArgs = { data: WikiPagesTagInput; - id: Scalars['ID']; + id: Scalars["ID"]; }; - export type MutationUploadArgs = { - field?: InputMaybe; - file: Scalars['Upload']; + field?: InputMaybe; + file: Scalars["Upload"]; info?: InputMaybe; - ref?: InputMaybe; - refId?: InputMaybe; + ref?: InputMaybe; + refId?: InputMaybe; }; export type Pagination = { - __typename?: 'Pagination'; - page: Scalars['Int']; - pageCount: Scalars['Int']; - pageSize: Scalars['Int']; - total: Scalars['Int']; + __typename?: "Pagination"; + page: Scalars["Int"]; + pageCount: Scalars["Int"]; + pageSize: Scalars["Int"]; + total: Scalars["Int"]; }; export type PaginationArg = { - limit?: InputMaybe; - page?: InputMaybe; - pageSize?: InputMaybe; - start?: InputMaybe; + limit?: InputMaybe; + page?: InputMaybe; + pageSize?: InputMaybe; + start?: InputMaybe; }; export type Post = { - __typename?: 'Post'; + __typename?: "Post"; authors?: Maybe; categories?: Maybe; - createdAt?: Maybe; + createdAt?: Maybe; date: ComponentBasicsDatepicker; - hidden: Scalars['Boolean']; - slug: Scalars['String']; + hidden: Scalars["Boolean"]; + slug: Scalars["String"]; thumbnail?: Maybe; translations?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type PostAuthorsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type PostCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type PostTranslationsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type PostEntity = { - __typename?: 'PostEntity'; + __typename?: "PostEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type PostEntityResponse = { - __typename?: 'PostEntityResponse'; + __typename?: "PostEntityResponse"; data?: Maybe; }; export type PostEntityResponseCollection = { - __typename?: 'PostEntityResponseCollection'; + __typename?: "PostEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -3740,17 +3657,17 @@ export type PostFiltersInput = { }; export type PostInput = { - authors?: InputMaybe>>; - categories?: InputMaybe>>; + authors?: InputMaybe>>; + categories?: InputMaybe>>; date?: InputMaybe; - hidden?: InputMaybe; - slug?: InputMaybe; - thumbnail?: InputMaybe; + hidden?: InputMaybe; + slug?: InputMaybe; + thumbnail?: InputMaybe; translations?: InputMaybe>>; }; export type Query = { - __typename?: 'Query'; + __typename?: "Query"; audioSubtype?: Maybe; audioSubtypes?: Maybe; categories?: Maybe; @@ -3823,457 +3740,386 @@ export type Query = { wikiPagesTags?: Maybe; }; - export type QueryAudioSubtypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryAudioSubtypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryCategoryArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryChronicleArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryChroniclesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryChroniclesChapterArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryChroniclesChaptersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryChronologyEraArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryChronologyErasArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryChronologyItemArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryChronologyItemsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryContentArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryContentTypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryContentTypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryContentsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryContentsFolderArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryContentsFoldersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryCurrenciesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryCurrencyArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryGamePlatformArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryGamePlatformsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryGlossaryItemArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryGlossaryItemTypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryGlossaryItemTypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryGlossaryItemsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryGroupSubtypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryGroupSubtypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryLanguageArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryLanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryLibraryItemArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryLibraryItemsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryMerchItemArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryMerchItemsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryMetadataTypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryMetadataTypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryPostArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryPostsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryRangedContentArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryRangedContentsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryRecorderArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryRecordersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QuerySourceArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QuerySourcesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryTextualSubtypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryTextualSubtypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryUploadFileArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryUploadFilesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryUploadFolderArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryUploadFoldersArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryVideoArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryVideoChannelArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryVideoChannelsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryVideoSubtypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryVideoSubtypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryVideosArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryWeaponStoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryWeaponStoryArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryWeaponStoryGroupArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryWeaponStoryGroupsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryWeaponStoryTypeArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryWeaponStoryTypesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryWebArchiveArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryWebArchivesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryWebsiteInterfaceArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryWebsiteInterfacesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryWikiPageArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryWikiPagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type QueryWikiPagesTagArgs = { - id?: InputMaybe; + id?: InputMaybe; }; - export type QueryWikiPagesTagsArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type RangedContent = { - __typename?: 'RangedContent'; + __typename?: "RangedContent"; content?: Maybe; - createdAt?: Maybe; + createdAt?: Maybe; library_item?: Maybe; range: Array>; scan_set?: Maybe>>; - slug: Scalars['String']; - updatedAt?: Maybe; + slug: Scalars["String"]; + updatedAt?: Maybe; }; - export type RangedContentScan_SetArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type RangedContentEntity = { - __typename?: 'RangedContentEntity'; + __typename?: "RangedContentEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type RangedContentEntityResponse = { - __typename?: 'RangedContentEntityResponse'; + __typename?: "RangedContentEntityResponse"; data?: Maybe; }; export type RangedContentEntityResponseCollection = { - __typename?: 'RangedContentEntityResponseCollection'; + __typename?: "RangedContentEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -4292,60 +4138,62 @@ export type RangedContentFiltersInput = { }; export type RangedContentInput = { - content?: InputMaybe; - library_item?: InputMaybe; - range?: InputMaybe>; + content?: InputMaybe; + library_item?: InputMaybe; + range?: InputMaybe>; scan_set?: InputMaybe>>; - slug?: InputMaybe; + slug?: InputMaybe; }; -export type RangedContentRangeDynamicZone = ComponentRangeOther | ComponentRangePageRange | ComponentRangeTimeRange | Error; +export type RangedContentRangeDynamicZone = + | ComponentRangeOther + | ComponentRangePageRange + | ComponentRangeTimeRange + | Error; export type RangedContentRelationResponseCollection = { - __typename?: 'RangedContentRelationResponseCollection'; + __typename?: "RangedContentRelationResponseCollection"; data: Array; }; export type Recorder = { - __typename?: 'Recorder'; - anonymize: Scalars['Boolean']; - anonymous_code: Scalars['String']; + __typename?: "Recorder"; + anonymize: Scalars["Boolean"]; + anonymous_code: Scalars["String"]; avatar?: Maybe; bio?: Maybe>>; - createdAt?: Maybe; + createdAt?: Maybe; languages?: Maybe; - pronouns?: Maybe; - updatedAt?: Maybe; - username: Scalars['String']; + pronouns?: Maybe; + updatedAt?: Maybe; + username: Scalars["String"]; }; - export type RecorderBioArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type RecorderLanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type RecorderEntity = { - __typename?: 'RecorderEntity'; + __typename?: "RecorderEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type RecorderEntityResponse = { - __typename?: 'RecorderEntityResponse'; + __typename?: "RecorderEntityResponse"; data?: Maybe; }; export type RecorderEntityResponseCollection = { - __typename?: 'RecorderEntityResponseCollection'; + __typename?: "RecorderEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -4366,47 +4214,47 @@ export type RecorderFiltersInput = { }; export type RecorderInput = { - anonymize?: InputMaybe; - anonymous_code?: InputMaybe; - avatar?: InputMaybe; + anonymize?: InputMaybe; + anonymous_code?: InputMaybe; + avatar?: InputMaybe; bio?: InputMaybe>>; - languages?: InputMaybe>>; - pronouns?: InputMaybe; - username?: InputMaybe; + languages?: InputMaybe>>; + pronouns?: InputMaybe; + username?: InputMaybe; }; export type RecorderRelationResponseCollection = { - __typename?: 'RecorderRelationResponseCollection'; + __typename?: "RecorderRelationResponseCollection"; data: Array; }; export type ResponseCollectionMeta = { - __typename?: 'ResponseCollectionMeta'; + __typename?: "ResponseCollectionMeta"; pagination: Pagination; }; export type Source = { - __typename?: 'Source'; + __typename?: "Source"; content?: Maybe; - createdAt?: Maybe; - name: Scalars['String']; + createdAt?: Maybe; + name: Scalars["String"]; ranged_content?: Maybe; - updatedAt?: Maybe; + updatedAt?: Maybe; }; export type SourceEntity = { - __typename?: 'SourceEntity'; + __typename?: "SourceEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type SourceEntityResponse = { - __typename?: 'SourceEntityResponse'; + __typename?: "SourceEntityResponse"; data?: Maybe; }; export type SourceEntityResponseCollection = { - __typename?: 'SourceEntityResponseCollection'; + __typename?: "SourceEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -4424,63 +4272,62 @@ export type SourceFiltersInput = { }; export type SourceInput = { - content?: InputMaybe; - name?: InputMaybe; - ranged_content?: InputMaybe; + content?: InputMaybe; + name?: InputMaybe; + ranged_content?: InputMaybe; }; export type StringFilterInput = { - and?: InputMaybe>>; - between?: InputMaybe>>; - contains?: InputMaybe; - containsi?: InputMaybe; - endsWith?: InputMaybe; - eq?: InputMaybe; - eqi?: InputMaybe; - gt?: InputMaybe; - gte?: InputMaybe; - in?: InputMaybe>>; - lt?: InputMaybe; - lte?: InputMaybe; - ne?: InputMaybe; + and?: InputMaybe>>; + between?: InputMaybe>>; + contains?: InputMaybe; + containsi?: InputMaybe; + endsWith?: InputMaybe; + eq?: InputMaybe; + eqi?: InputMaybe; + gt?: InputMaybe; + gte?: InputMaybe; + in?: InputMaybe>>; + lt?: InputMaybe; + lte?: InputMaybe; + ne?: InputMaybe; not?: InputMaybe; - notContains?: InputMaybe; - notContainsi?: InputMaybe; - notIn?: InputMaybe>>; - notNull?: InputMaybe; - null?: InputMaybe; - or?: InputMaybe>>; - startsWith?: InputMaybe; + notContains?: InputMaybe; + notContainsi?: InputMaybe; + notIn?: InputMaybe>>; + notNull?: InputMaybe; + null?: InputMaybe; + or?: InputMaybe>>; + startsWith?: InputMaybe; }; export type TextualSubtype = { - __typename?: 'TextualSubtype'; - createdAt?: Maybe; - slug: Scalars['String']; + __typename?: "TextualSubtype"; + createdAt?: Maybe; + slug: Scalars["String"]; titles?: Maybe>>; - updatedAt?: Maybe; + updatedAt?: Maybe; }; - export type TextualSubtypeTitlesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type TextualSubtypeEntity = { - __typename?: 'TextualSubtypeEntity'; + __typename?: "TextualSubtypeEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type TextualSubtypeEntityResponse = { - __typename?: 'TextualSubtypeEntityResponse'; + __typename?: "TextualSubtypeEntityResponse"; data?: Maybe; }; export type TextualSubtypeEntityResponseCollection = { - __typename?: 'TextualSubtypeEntityResponseCollection'; + __typename?: "TextualSubtypeEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -4497,44 +4344,44 @@ export type TextualSubtypeFiltersInput = { }; export type TextualSubtypeInput = { - slug?: InputMaybe; + slug?: InputMaybe; titles?: InputMaybe>>; }; export type UploadFile = { - __typename?: 'UploadFile'; - alternativeText?: Maybe; - caption?: Maybe; - createdAt?: Maybe; - ext?: Maybe; - formats?: Maybe; - hash: Scalars['String']; - height?: Maybe; - mime: Scalars['String']; - name: Scalars['String']; - previewUrl?: Maybe; - provider: Scalars['String']; - provider_metadata?: Maybe; + __typename?: "UploadFile"; + alternativeText?: Maybe; + caption?: Maybe; + createdAt?: Maybe; + ext?: Maybe; + formats?: Maybe; + hash: Scalars["String"]; + height?: Maybe; + mime: Scalars["String"]; + name: Scalars["String"]; + previewUrl?: Maybe; + provider: Scalars["String"]; + provider_metadata?: Maybe; related?: Maybe>>; - size: Scalars['Float']; - updatedAt?: Maybe; - url: Scalars['String']; - width?: Maybe; + size: Scalars["Float"]; + updatedAt?: Maybe; + url: Scalars["String"]; + width?: Maybe; }; export type UploadFileEntity = { - __typename?: 'UploadFileEntity'; + __typename?: "UploadFileEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type UploadFileEntityResponse = { - __typename?: 'UploadFileEntityResponse'; + __typename?: "UploadFileEntityResponse"; data?: Maybe; }; export type UploadFileEntityResponseCollection = { - __typename?: 'UploadFileEntityResponseCollection'; + __typename?: "UploadFileEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -4565,68 +4412,66 @@ export type UploadFileFiltersInput = { }; export type UploadFileInput = { - alternativeText?: InputMaybe; - caption?: InputMaybe; - ext?: InputMaybe; - folder?: InputMaybe; - folderPath?: InputMaybe; - formats?: InputMaybe; - hash?: InputMaybe; - height?: InputMaybe; - mime?: InputMaybe; - name?: InputMaybe; - previewUrl?: InputMaybe; - provider?: InputMaybe; - provider_metadata?: InputMaybe; - size?: InputMaybe; - url?: InputMaybe; - width?: InputMaybe; + alternativeText?: InputMaybe; + caption?: InputMaybe; + ext?: InputMaybe; + folder?: InputMaybe; + folderPath?: InputMaybe; + formats?: InputMaybe; + hash?: InputMaybe; + height?: InputMaybe; + mime?: InputMaybe; + name?: InputMaybe; + previewUrl?: InputMaybe; + provider?: InputMaybe; + provider_metadata?: InputMaybe; + size?: InputMaybe; + url?: InputMaybe; + width?: InputMaybe; }; export type UploadFileRelationResponseCollection = { - __typename?: 'UploadFileRelationResponseCollection'; + __typename?: "UploadFileRelationResponseCollection"; data: Array; }; export type UploadFolder = { - __typename?: 'UploadFolder'; + __typename?: "UploadFolder"; children?: Maybe; - createdAt?: Maybe; + createdAt?: Maybe; files?: Maybe; - name: Scalars['String']; + name: Scalars["String"]; parent?: Maybe; - path: Scalars['String']; - pathId: Scalars['Int']; - updatedAt?: Maybe; + path: Scalars["String"]; + pathId: Scalars["Int"]; + updatedAt?: Maybe; }; - export type UploadFolderChildrenArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type UploadFolderFilesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type UploadFolderEntity = { - __typename?: 'UploadFolderEntity'; + __typename?: "UploadFolderEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type UploadFolderEntityResponse = { - __typename?: 'UploadFolderEntityResponse'; + __typename?: "UploadFolderEntityResponse"; data?: Maybe; }; export type UploadFolderEntityResponseCollection = { - __typename?: 'UploadFolderEntityResponseCollection'; + __typename?: "UploadFolderEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -4647,92 +4492,88 @@ export type UploadFolderFiltersInput = { }; export type UploadFolderInput = { - children?: InputMaybe>>; - files?: InputMaybe>>; - name?: InputMaybe; - parent?: InputMaybe; - path?: InputMaybe; - pathId?: InputMaybe; + children?: InputMaybe>>; + files?: InputMaybe>>; + name?: InputMaybe; + parent?: InputMaybe; + path?: InputMaybe; + pathId?: InputMaybe; }; export type UploadFolderRelationResponseCollection = { - __typename?: 'UploadFolderRelationResponseCollection'; + __typename?: "UploadFolderRelationResponseCollection"; data: Array; }; export type Video = { - __typename?: 'Video'; + __typename?: "Video"; audio_languages?: Maybe; categories?: Maybe; channel?: Maybe; - createdAt?: Maybe; - description: Scalars['String']; - duration: Scalars['Int']; - gone: Scalars['Boolean']; - height: Scalars['Int']; - likes: Scalars['Int']; - live_chat: Scalars['Boolean']; + createdAt?: Maybe; + description: Scalars["String"]; + duration: Scalars["Int"]; + gone: Scalars["Boolean"]; + height: Scalars["Int"]; + likes: Scalars["Int"]; + live_chat: Scalars["Boolean"]; published_date: ComponentBasicsDatepicker; source?: Maybe; sub_languages?: Maybe; - title: Scalars['String']; - uid: Scalars['String']; - updatedAt?: Maybe; - views: Scalars['Int']; - width: Scalars['Int']; + title: Scalars["String"]; + uid: Scalars["String"]; + updatedAt?: Maybe; + views: Scalars["Int"]; + width: Scalars["Int"]; }; - export type VideoAudio_LanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type VideoCategoriesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; - export type VideoSub_LanguagesArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type VideoChannel = { - __typename?: 'VideoChannel'; - createdAt?: Maybe; - subscribers: Scalars['Int']; - title: Scalars['String']; - uid: Scalars['String']; - updatedAt?: Maybe; + __typename?: "VideoChannel"; + createdAt?: Maybe; + subscribers: Scalars["Int"]; + title: Scalars["String"]; + uid: Scalars["String"]; + updatedAt?: Maybe; videos?: Maybe; }; - export type VideoChannelVideosArgs = { filters?: InputMaybe; pagination?: InputMaybe; - sort?: InputMaybe>>; + sort?: InputMaybe>>; }; export type VideoChannelEntity = { - __typename?: 'VideoChannelEntity'; + __typename?: "VideoChannelEntity"; attributes?: Maybe; - id?: Maybe; + id?: Maybe; }; export type VideoChannelEntityResponse = { - __typename?: 'VideoChannelEntityResponse'; + __typename?: "VideoChannelEntityResponse"; data?: Maybe; }; export type VideoChannelEntityResponseCollection = { - __typename?: 'VideoChannelEntityResponseCollection'; + __typename?: "VideoChannelEntityResponseCollection"; data: Array; meta: ResponseCollectionMeta; }; @@ -4751,25 +4592,25 @@ export type VideoChannelFiltersInput = { }; export type VideoChannelInput = { - subscribers?: InputMaybe; - title?: InputMaybe; - uid?: InputMaybe; - videos?: InputMaybe>>; + subscribers?: InputMaybe; + title?: InputMaybe; + uid?: InputMaybe; + videos?: InputMaybe>>; }; export type VideoEntity = { - __typename?: 'VideoEntity'; + __typename?: "VideoEntity"; attributes?: Maybe