export declare const AccessibilityDeclarationSchema: { readonly type: "object"; readonly title: "AccessibilityDeclaration"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["accessibilityDeclarations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deviceFamily: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["DRAFT", "PUBLISHED", "REPLACED"]; }; readonly supportsAudioDescriptions: { readonly type: "boolean"; }; readonly supportsCaptions: { readonly type: "boolean"; }; readonly supportsDarkInterface: { readonly type: "boolean"; }; readonly supportsDifferentiateWithoutColorAlone: { readonly type: "boolean"; }; readonly supportsLargerText: { readonly type: "boolean"; }; readonly supportsReducedMotion: { readonly type: "boolean"; }; readonly supportsSufficientContrast: { readonly type: "boolean"; }; readonly supportsVoiceControl: { readonly type: "boolean"; }; readonly supportsVoiceover: { readonly type: "boolean"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AccessibilityDeclarationsResponseSchema: { readonly type: "object"; readonly title: "AccessibilityDeclarationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AccessibilityDeclaration"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AccessibilityDeclarationResponseSchema: { readonly type: "object"; readonly title: "AccessibilityDeclarationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AccessibilityDeclaration"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AccessibilityDeclarationCreateRequestSchema: { readonly type: "object"; readonly title: "AccessibilityDeclarationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["accessibilityDeclarations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deviceFamily: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly supportsAudioDescriptions: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsCaptions: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsDarkInterface: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsDifferentiateWithoutColorAlone: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsLargerText: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsReducedMotion: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsSufficientContrast: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsVoiceControl: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsVoiceover: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["deviceFamily"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AccessibilityDeclarationUpdateRequestSchema: { readonly type: "object"; readonly title: "AccessibilityDeclarationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["accessibilityDeclarations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly publish: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsAudioDescriptions: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsCaptions: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsDarkInterface: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsDifferentiateWithoutColorAlone: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsLargerText: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsReducedMotion: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsSufficientContrast: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsVoiceControl: { readonly type: "boolean"; readonly nullable: true; }; readonly supportsVoiceover: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const ActorSchema: { readonly type: "object"; readonly title: "Actor"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly actorType: { readonly type: "string"; readonly enum: readonly ["USER", "API_KEY", "XCODE_CLOUD", "APPLE"]; }; readonly userFirstName: { readonly type: "string"; }; readonly userLastName: { readonly type: "string"; }; readonly userEmail: { readonly type: "string"; }; readonly apiKeyId: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ActorsResponseSchema: { readonly type: "object"; readonly title: "ActorsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Actor"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ActorResponseSchema: { readonly type: "object"; readonly title: "ActorResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Actor"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AgeRatingDeclarationSchema: { readonly type: "object"; readonly title: "AgeRatingDeclaration"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ageRatingDeclarations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly advertising: { readonly type: "boolean"; }; readonly alcoholTobaccoOrDrugUseOrReferences: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly contests: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly gambling: { readonly type: "boolean"; }; readonly gamblingSimulated: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly gunsOrOtherWeapons: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly healthOrWellnessTopics: { readonly type: "boolean"; }; readonly kidsAgeBand: { readonly $ref: "#/components/schemas/KidsAgeBand"; }; readonly lootBox: { readonly type: "boolean"; }; readonly medicalOrTreatmentInformation: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly messagingAndChat: { readonly type: "boolean"; }; readonly parentalControls: { readonly type: "boolean"; }; readonly profanityOrCrudeHumor: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly ageAssurance: { readonly type: "boolean"; }; readonly sexualContentGraphicAndNudity: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly sexualContentOrNudity: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly horrorOrFearThemes: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly matureOrSuggestiveThemes: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly unrestrictedWebAccess: { readonly type: "boolean"; }; readonly userGeneratedContent: { readonly type: "boolean"; }; readonly violenceCartoonOrFantasy: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly violenceRealisticProlongedGraphicOrSadistic: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly violenceRealistic: { readonly type: "string"; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly ageRatingOverride: { readonly type: "string"; readonly deprecated: true; readonly enum: readonly ["NONE", "NINE_PLUS", "THIRTEEN_PLUS", "SIXTEEN_PLUS", "SEVENTEEN_PLUS", "UNRATED"]; }; readonly ageRatingOverrideV2: { readonly type: "string"; readonly enum: readonly ["NONE", "NINE_PLUS", "THIRTEEN_PLUS", "SIXTEEN_PLUS", "EIGHTEEN_PLUS", "UNRATED"]; }; readonly koreaAgeRatingOverride: { readonly type: "string"; readonly enum: readonly ["NONE", "FIFTEEN_PLUS", "NINETEEN_PLUS"]; }; readonly developerAgeRatingInfoUrl: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AgeRatingDeclarationResponseSchema: { readonly type: "object"; readonly title: "AgeRatingDeclarationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AgeRatingDeclaration"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AgeRatingDeclarationUpdateRequestSchema: { readonly type: "object"; readonly title: "AgeRatingDeclarationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ageRatingDeclarations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly advertising: { readonly type: "boolean"; readonly nullable: true; }; readonly alcoholTobaccoOrDrugUseOrReferences: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly contests: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly gambling: { readonly type: "boolean"; readonly nullable: true; }; readonly gamblingSimulated: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly gunsOrOtherWeapons: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly healthOrWellnessTopics: { readonly type: "boolean"; readonly nullable: true; }; readonly kidsAgeBand: { readonly nullable: true; readonly $ref: "#/components/schemas/KidsAgeBand"; }; readonly lootBox: { readonly type: "boolean"; readonly nullable: true; }; readonly medicalOrTreatmentInformation: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly messagingAndChat: { readonly type: "boolean"; readonly nullable: true; }; readonly parentalControls: { readonly type: "boolean"; readonly nullable: true; }; readonly profanityOrCrudeHumor: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly ageAssurance: { readonly type: "boolean"; readonly nullable: true; }; readonly sexualContentGraphicAndNudity: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly sexualContentOrNudity: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly horrorOrFearThemes: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly matureOrSuggestiveThemes: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly unrestrictedWebAccess: { readonly type: "boolean"; readonly nullable: true; }; readonly userGeneratedContent: { readonly type: "boolean"; readonly nullable: true; }; readonly violenceCartoonOrFantasy: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly violenceRealisticProlongedGraphicOrSadistic: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly violenceRealistic: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "INFREQUENT_OR_MILD", "FREQUENT_OR_INTENSE", "INFREQUENT", "FREQUENT"]; }; readonly ageRatingOverride: { readonly type: "string"; readonly deprecated: true; readonly nullable: true; readonly enum: readonly ["NONE", "NINE_PLUS", "THIRTEEN_PLUS", "SIXTEEN_PLUS", "SEVENTEEN_PLUS", "UNRATED"]; }; readonly ageRatingOverrideV2: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "NINE_PLUS", "THIRTEEN_PLUS", "SIXTEEN_PLUS", "EIGHTEEN_PLUS", "UNRATED"]; }; readonly koreaAgeRatingOverride: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NONE", "FIFTEEN_PLUS", "NINETEEN_PLUS"]; }; readonly developerAgeRatingInfoUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AlternativeDistributionDomainSchema: { readonly type: "object"; readonly title: "AlternativeDistributionDomain"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionDomains"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly domain: { readonly type: "string"; }; readonly referenceName: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AlternativeDistributionDomainsResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionDomainsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AlternativeDistributionDomain"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionDomainResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionDomainResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AlternativeDistributionDomain"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionDomainCreateRequestSchema: { readonly type: "object"; readonly title: "AlternativeDistributionDomainCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionDomains"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly domain: { readonly type: "string"; }; readonly referenceName: { readonly type: "string"; }; }; readonly required: readonly ["domain", "referenceName"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AlternativeDistributionKeySchema: { readonly type: "object"; readonly title: "AlternativeDistributionKey"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionKeys"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly publicKey: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AlternativeDistributionKeysResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionKeysResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AlternativeDistributionKey"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionKeyResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionKeyResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AlternativeDistributionKey"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionKeyCreateRequestSchema: { readonly type: "object"; readonly title: "AlternativeDistributionKeyCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionKeys"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly publicKey: { readonly type: "string"; }; }; readonly required: readonly ["publicKey"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AlternativeDistributionPackageDeltaSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageDelta"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageDeltas"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; readonly format: "uri"; }; readonly urlExpirationDate: { readonly type: "string"; readonly format: "date-time"; }; readonly alternativeDistributionKeyBlob: { readonly type: "string"; }; readonly fileChecksum: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AlternativeDistributionPackageDeltasResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageDeltasResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AlternativeDistributionPackageDelta"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageDeltaResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageDeltaResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AlternativeDistributionPackageDelta"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageVariantSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageVariant"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageVariants"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; readonly format: "uri"; }; readonly urlExpirationDate: { readonly type: "string"; readonly format: "date-time"; }; readonly alternativeDistributionKeyBlob: { readonly type: "string"; }; readonly fileChecksum: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AlternativeDistributionPackageVariantsResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageVariantsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AlternativeDistributionPackageVariant"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageVariantResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageVariantResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AlternativeDistributionPackageVariant"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageVersionSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; readonly format: "uri"; }; readonly urlExpirationDate: { readonly type: "string"; readonly format: "date-time"; }; readonly version: { readonly type: "string"; }; readonly fileChecksum: { readonly type: "string"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["COMPLETED", "REPLACED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly variants: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageVariants"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly deltas: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageDeltas"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly alternativeDistributionPackage: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AlternativeDistributionPackageVersionsResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AlternativeDistributionPackageVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AlternativeDistributionPackageDelta"; }, { readonly $ref: "#/components/schemas/AlternativeDistributionPackageVariant"; }, { readonly $ref: "#/components/schemas/AlternativeDistributionPackage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly alternativeDistributionPackages: "#/components/schemas/AlternativeDistributionPackage"; readonly alternativeDistributionPackageDeltas: "#/components/schemas/AlternativeDistributionPackageDelta"; readonly alternativeDistributionPackageVariants: "#/components/schemas/AlternativeDistributionPackageVariant"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageVersionResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AlternativeDistributionPackageVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AlternativeDistributionPackageDelta"; }, { readonly $ref: "#/components/schemas/AlternativeDistributionPackageVariant"; }, { readonly $ref: "#/components/schemas/AlternativeDistributionPackage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly alternativeDistributionPackages: "#/components/schemas/AlternativeDistributionPackage"; readonly alternativeDistributionPackageDeltas: "#/components/schemas/AlternativeDistributionPackageDelta"; readonly alternativeDistributionPackageVariants: "#/components/schemas/AlternativeDistributionPackageVariant"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly $ref: "#/components/schemas/Checksums"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly versions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AlternativeDistributionPackageResponseSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AlternativeDistributionPackage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AlternativeDistributionPackageVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageCreateRequestSchema: { readonly type: "object"; readonly title: "AlternativeDistributionPackageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackages"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AnalyticsReportInstanceSchema: { readonly type: "object"; readonly title: "AnalyticsReportInstance"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReportInstances"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly granularity: { readonly type: "string"; readonly enum: readonly ["DAILY", "WEEKLY", "MONTHLY"]; }; readonly processingDate: { readonly type: "string"; readonly format: "date"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly segments: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AnalyticsReportInstancesResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportInstancesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AnalyticsReportInstance"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportInstanceResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportInstanceResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AnalyticsReportInstance"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportRequestSchema: { readonly type: "object"; readonly title: "AnalyticsReportRequest"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReportRequests"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly accessType: { readonly type: "string"; readonly enum: readonly ["ONE_TIME_SNAPSHOT", "ONGOING"]; }; readonly stoppedDueToInactivity: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly reports: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReports"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AnalyticsReportRequestsResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportRequestsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AnalyticsReportRequest"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AnalyticsReport"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportRequestResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportRequestResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AnalyticsReportRequest"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AnalyticsReport"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportRequestCreateRequestSchema: { readonly type: "object"; readonly title: "AnalyticsReportRequestCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReportRequests"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly accessType: { readonly type: "string"; readonly enum: readonly ["ONE_TIME_SNAPSHOT", "ONGOING"]; }; }; readonly required: readonly ["accessType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AnalyticsReportSegmentSchema: { readonly type: "object"; readonly title: "AnalyticsReportSegment"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReportSegments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly checksum: { readonly type: "string"; }; readonly sizeInBytes: { readonly type: "integer"; }; readonly url: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AnalyticsReportSegmentsResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportSegmentsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AnalyticsReportSegment"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportSegmentResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportSegmentResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AnalyticsReportSegment"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportSchema: { readonly type: "object"; readonly title: "AnalyticsReport"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReports"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly category: { readonly type: "string"; readonly enum: readonly ["APP_USAGE", "APP_STORE_ENGAGEMENT", "COMMERCE", "FRAMEWORK_USAGE", "PERFORMANCE"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly instances: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AnalyticsReportsResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AnalyticsReport"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportResponseSchema: { readonly type: "object"; readonly title: "AnalyticsReportResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AnalyticsReport"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AndroidToIosAppMappingDetailSchema: { readonly type: "object"; readonly title: "AndroidToIosAppMappingDetail"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["androidToIosAppMappingDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly packageName: { readonly type: "string"; }; readonly appSigningKeyPublicCertificateSha256Fingerprints: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AndroidToIosAppMappingDetailsResponseSchema: { readonly type: "object"; readonly title: "AndroidToIosAppMappingDetailsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AndroidToIosAppMappingDetail"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AndroidToIosAppMappingDetailResponseSchema: { readonly type: "object"; readonly title: "AndroidToIosAppMappingDetailResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AndroidToIosAppMappingDetail"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AndroidToIosAppMappingDetailCreateRequestSchema: { readonly type: "object"; readonly title: "AndroidToIosAppMappingDetailCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["androidToIosAppMappingDetails"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly packageName: { readonly type: "string"; }; readonly appSigningKeyPublicCertificateSha256Fingerprints: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; }; readonly required: readonly ["appSigningKeyPublicCertificateSha256Fingerprints", "packageName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AndroidToIosAppMappingDetailUpdateRequestSchema: { readonly type: "object"; readonly title: "AndroidToIosAppMappingDetailUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["androidToIosAppMappingDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly packageName: { readonly type: "string"; readonly nullable: true; }; readonly appSigningKeyPublicCertificateSha256Fingerprints: { readonly type: "array"; readonly items: { readonly type: "string"; }; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppAvailabilityV2Schema: { readonly type: "object"; readonly title: "AppAvailabilityV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appAvailabilities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly availableInNewTerritories: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territoryAvailabilities: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppAvailabilityV2ResponseSchema: { readonly type: "object"; readonly title: "AppAvailabilityV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppAvailabilityV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/TerritoryAvailability"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAvailabilityV2CreateRequestSchema: { readonly type: "object"; readonly title: "AppAvailabilityV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appAvailabilities"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly availableInNewTerritories: { readonly type: "boolean"; }; }; readonly required: readonly ["availableInNewTerritories"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly territoryAvailabilities: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app", "territoryAvailabilities"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/TerritoryAvailabilityInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const AppCategorySchema: { readonly type: "object"; readonly title: "AppCategory"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platforms: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Platform"; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subcategories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly parent: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppCategoriesResponseSchema: { readonly type: "object"; readonly title: "AppCategoriesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppCategory"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppCategory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCategoryResponseSchema: { readonly type: "object"; readonly title: "AppCategoryResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppCategory"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppCategory"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipAdvancedExperienceImageSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipAdvancedExperienceImageResponseSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceImage"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipAdvancedExperienceImageCreateRequestSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipAdvancedExperienceImageUpdateRequestSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipAdvancedExperienceLocalizationSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly language: { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLanguage"; }; readonly title: { readonly type: "string"; }; readonly subtitle: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipAdvancedExperienceLocalizationInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly language: { readonly nullable: true; readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLanguage"; }; readonly title: { readonly type: "string"; readonly nullable: true; }; readonly subtitle: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["type"]; }; export declare const AppClipAdvancedExperienceSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperience"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperiences"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly link: { readonly type: "string"; readonly format: "uri"; }; readonly version: { readonly type: "integer"; }; readonly status: { readonly type: "string"; readonly enum: readonly ["RECEIVED", "DEACTIVATED", "APP_TRANSFER_IN_PROGRESS"]; }; readonly action: { readonly $ref: "#/components/schemas/AppClipAction"; }; readonly isPoweredBy: { readonly type: "boolean"; }; readonly place: { readonly type: "object"; readonly properties: { readonly placeId: { readonly type: "string"; }; readonly names: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly mainAddress: { readonly type: "object"; readonly properties: { readonly fullAddress: { readonly type: "string"; }; readonly structuredAddress: { readonly type: "object"; readonly properties: { readonly streetAddress: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly floor: { readonly type: "string"; }; readonly neighborhood: { readonly type: "string"; }; readonly locality: { readonly type: "string"; }; readonly stateProvince: { readonly type: "string"; }; readonly postalCode: { readonly type: "string"; }; readonly countryCode: { readonly type: "string"; }; }; }; }; }; readonly displayPoint: { readonly type: "object"; readonly properties: { readonly coordinates: { readonly type: "object"; readonly properties: { readonly latitude: { readonly type: "number"; }; readonly longitude: { readonly type: "number"; }; }; }; readonly source: { readonly type: "string"; readonly enum: readonly ["CALCULATED", "MANUALLY_PLACED"]; }; }; }; readonly mapAction: { readonly type: "string"; readonly enum: readonly ["BUY_TICKETS", "VIEW_AVAILABILITY", "VIEW_PRICING", "HOTEL_BOOK_ROOM", "PARKING_RESERVE_PARKING", "RESTAURANT_JOIN_WAITLIST", "RESTAURANT_ORDER_DELIVERY", "RESTAURANT_ORDER_FOOD", "RESTAURANT_ORDER_TAKEOUT", "RESTAURANT_RESERVATION", "SCHEDULE_APPOINTMENT", "RESTAURANT_VIEW_MENU", "THEATER_NOW_PLAYING", "AIRLINE_BOOK_TRAVEL", "AIRLINE_CHECK_IN", "AIRLINE_FLIGHT_STATUS", "APPLY", "BOOK", "BOOK_ACTIVITIES", "BOOK_RIDES", "BOOK_TEETIMES", "BOOK_TOURS", "CAREERS", "CHARGE_EV", "COUPONS", "DONATE", "EVENTS", "EVENTS_SHOWS", "EVENTS_SPORTS", "GIFT_CARD", "HOTEL_AMENITIES", "JOIN", "PARKING_AVAILABLE", "RESTAURANT_PICKUP", "RETAIL_SERVICE_QUOTE", "RETAIL_STORE_DELIVERY", "RETAIL_STORE_PICKUP", "RETAIL_STORE_SHOP", "SERVICES", "SUPPORT", "PAY_TO_PARK"]; }; readonly relationship: { readonly type: "string"; readonly enum: readonly ["OWNER", "AUTHORIZED", "OTHER"]; }; readonly phoneNumber: { readonly type: "object"; readonly properties: { readonly number: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly enum: readonly ["FAX", "LANDLINE", "MOBILE", "TOLLFREE"]; }; readonly intent: { readonly type: "string"; }; }; }; readonly homePage: { readonly type: "string"; }; readonly categories: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; }; }; readonly placeStatus: { readonly type: "string"; readonly enum: readonly ["PENDING", "MATCHED", "NO_MATCH"]; }; readonly businessCategory: { readonly type: "string"; readonly enum: readonly ["AUTOMOTIVE", "BEAUTY", "BIKES", "BOOKS", "CASINO", "EDUCATION", "EDUCATION_JAPAN", "ENTERTAINMENT", "EV_CHARGER", "FINANCIAL_USD", "FINANCIAL_CNY", "FINANCIAL_GBP", "FINANCIAL_JPY", "FINANCIAL_EUR", "FITNESS", "FOOD_AND_DRINK", "GAS", "GROCERY", "HEALTH_AND_MEDICAL", "HOTEL_AND_TRAVEL", "MUSIC", "PARKING", "PET_SERVICES", "PROFESSIONAL_SERVICES", "SHOPPING", "TICKETING", "TRANSIT"]; }; readonly defaultLanguage: { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLanguage"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClip: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly headerImage: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipAdvancedExperiencesResponseSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperiencesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClipAdvancedExperience"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipAdvancedExperienceImage"; }, { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLocalization"; }, { readonly $ref: "#/components/schemas/AppClip"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipAdvancedExperienceLocalizations: "#/components/schemas/AppClipAdvancedExperienceLocalization"; readonly appClipAdvancedExperienceImages: "#/components/schemas/AppClipAdvancedExperienceImage"; readonly appClips: "#/components/schemas/AppClip"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipAdvancedExperienceResponseSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClipAdvancedExperience"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipAdvancedExperienceImage"; }, { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLocalization"; }, { readonly $ref: "#/components/schemas/AppClip"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipAdvancedExperienceLocalizations: "#/components/schemas/AppClipAdvancedExperienceLocalization"; readonly appClipAdvancedExperienceImages: "#/components/schemas/AppClipAdvancedExperienceImage"; readonly appClips: "#/components/schemas/AppClip"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipAdvancedExperienceCreateRequestSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperiences"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly link: { readonly type: "string"; readonly format: "uri"; }; readonly action: { readonly nullable: true; readonly $ref: "#/components/schemas/AppClipAction"; }; readonly isPoweredBy: { readonly type: "boolean"; }; readonly place: { readonly type: "object"; readonly properties: { readonly placeId: { readonly type: "string"; }; readonly names: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly mainAddress: { readonly type: "object"; readonly properties: { readonly fullAddress: { readonly type: "string"; }; readonly structuredAddress: { readonly type: "object"; readonly properties: { readonly streetAddress: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly floor: { readonly type: "string"; }; readonly neighborhood: { readonly type: "string"; }; readonly locality: { readonly type: "string"; }; readonly stateProvince: { readonly type: "string"; }; readonly postalCode: { readonly type: "string"; }; readonly countryCode: { readonly type: "string"; }; }; }; }; }; readonly displayPoint: { readonly type: "object"; readonly properties: { readonly coordinates: { readonly type: "object"; readonly properties: { readonly latitude: { readonly type: "number"; }; readonly longitude: { readonly type: "number"; }; }; }; readonly source: { readonly type: "string"; readonly enum: readonly ["CALCULATED", "MANUALLY_PLACED"]; }; }; }; readonly mapAction: { readonly type: "string"; readonly enum: readonly ["BUY_TICKETS", "VIEW_AVAILABILITY", "VIEW_PRICING", "HOTEL_BOOK_ROOM", "PARKING_RESERVE_PARKING", "RESTAURANT_JOIN_WAITLIST", "RESTAURANT_ORDER_DELIVERY", "RESTAURANT_ORDER_FOOD", "RESTAURANT_ORDER_TAKEOUT", "RESTAURANT_RESERVATION", "SCHEDULE_APPOINTMENT", "RESTAURANT_VIEW_MENU", "THEATER_NOW_PLAYING", "AIRLINE_BOOK_TRAVEL", "AIRLINE_CHECK_IN", "AIRLINE_FLIGHT_STATUS", "APPLY", "BOOK", "BOOK_ACTIVITIES", "BOOK_RIDES", "BOOK_TEETIMES", "BOOK_TOURS", "CAREERS", "CHARGE_EV", "COUPONS", "DONATE", "EVENTS", "EVENTS_SHOWS", "EVENTS_SPORTS", "GIFT_CARD", "HOTEL_AMENITIES", "JOIN", "PARKING_AVAILABLE", "RESTAURANT_PICKUP", "RETAIL_SERVICE_QUOTE", "RETAIL_STORE_DELIVERY", "RETAIL_STORE_PICKUP", "RETAIL_STORE_SHOP", "SERVICES", "SUPPORT", "PAY_TO_PARK"]; }; readonly relationship: { readonly type: "string"; readonly enum: readonly ["OWNER", "AUTHORIZED", "OTHER"]; }; readonly phoneNumber: { readonly type: "object"; readonly properties: { readonly number: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly enum: readonly ["FAX", "LANDLINE", "MOBILE", "TOLLFREE"]; }; readonly intent: { readonly type: "string"; }; }; }; readonly homePage: { readonly type: "string"; }; readonly categories: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; }; readonly nullable: true; }; readonly businessCategory: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["AUTOMOTIVE", "BEAUTY", "BIKES", "BOOKS", "CASINO", "EDUCATION", "EDUCATION_JAPAN", "ENTERTAINMENT", "EV_CHARGER", "FINANCIAL_USD", "FINANCIAL_CNY", "FINANCIAL_GBP", "FINANCIAL_JPY", "FINANCIAL_EUR", "FITNESS", "FOOD_AND_DRINK", "GAS", "GROCERY", "HEALTH_AND_MEDICAL", "HOTEL_AND_TRAVEL", "MUSIC", "PARKING", "PET_SERVICES", "PROFESSIONAL_SERVICES", "SHOPPING", "TICKETING", "TRANSIT"]; }; readonly defaultLanguage: { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLanguage"; }; }; readonly required: readonly ["defaultLanguage", "isPoweredBy", "link"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClip: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly headerImage: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appClip", "headerImage", "localizations"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLocalizationInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const AppClipAdvancedExperienceUpdateRequestSchema: { readonly type: "object"; readonly title: "AppClipAdvancedExperienceUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperiences"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly action: { readonly nullable: true; readonly $ref: "#/components/schemas/AppClipAction"; }; readonly isPoweredBy: { readonly type: "boolean"; readonly nullable: true; }; readonly place: { readonly type: "object"; readonly properties: { readonly placeId: { readonly type: "string"; }; readonly names: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly mainAddress: { readonly type: "object"; readonly properties: { readonly fullAddress: { readonly type: "string"; }; readonly structuredAddress: { readonly type: "object"; readonly properties: { readonly streetAddress: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly floor: { readonly type: "string"; }; readonly neighborhood: { readonly type: "string"; }; readonly locality: { readonly type: "string"; }; readonly stateProvince: { readonly type: "string"; }; readonly postalCode: { readonly type: "string"; }; readonly countryCode: { readonly type: "string"; }; }; }; }; }; readonly displayPoint: { readonly type: "object"; readonly properties: { readonly coordinates: { readonly type: "object"; readonly properties: { readonly latitude: { readonly type: "number"; }; readonly longitude: { readonly type: "number"; }; }; }; readonly source: { readonly type: "string"; readonly enum: readonly ["CALCULATED", "MANUALLY_PLACED"]; }; }; }; readonly mapAction: { readonly type: "string"; readonly enum: readonly ["BUY_TICKETS", "VIEW_AVAILABILITY", "VIEW_PRICING", "HOTEL_BOOK_ROOM", "PARKING_RESERVE_PARKING", "RESTAURANT_JOIN_WAITLIST", "RESTAURANT_ORDER_DELIVERY", "RESTAURANT_ORDER_FOOD", "RESTAURANT_ORDER_TAKEOUT", "RESTAURANT_RESERVATION", "SCHEDULE_APPOINTMENT", "RESTAURANT_VIEW_MENU", "THEATER_NOW_PLAYING", "AIRLINE_BOOK_TRAVEL", "AIRLINE_CHECK_IN", "AIRLINE_FLIGHT_STATUS", "APPLY", "BOOK", "BOOK_ACTIVITIES", "BOOK_RIDES", "BOOK_TEETIMES", "BOOK_TOURS", "CAREERS", "CHARGE_EV", "COUPONS", "DONATE", "EVENTS", "EVENTS_SHOWS", "EVENTS_SPORTS", "GIFT_CARD", "HOTEL_AMENITIES", "JOIN", "PARKING_AVAILABLE", "RESTAURANT_PICKUP", "RETAIL_SERVICE_QUOTE", "RETAIL_STORE_DELIVERY", "RETAIL_STORE_PICKUP", "RETAIL_STORE_SHOP", "SERVICES", "SUPPORT", "PAY_TO_PARK"]; }; readonly relationship: { readonly type: "string"; readonly enum: readonly ["OWNER", "AUTHORIZED", "OTHER"]; }; readonly phoneNumber: { readonly type: "object"; readonly properties: { readonly number: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly enum: readonly ["FAX", "LANDLINE", "MOBILE", "TOLLFREE"]; }; readonly intent: { readonly type: "string"; }; }; }; readonly homePage: { readonly type: "string"; }; readonly categories: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; }; readonly nullable: true; }; readonly businessCategory: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["AUTOMOTIVE", "BEAUTY", "BIKES", "BOOKS", "CASINO", "EDUCATION", "EDUCATION_JAPAN", "ENTERTAINMENT", "EV_CHARGER", "FINANCIAL_USD", "FINANCIAL_CNY", "FINANCIAL_GBP", "FINANCIAL_JPY", "FINANCIAL_EUR", "FITNESS", "FOOD_AND_DRINK", "GAS", "GROCERY", "HEALTH_AND_MEDICAL", "HOTEL_AND_TRAVEL", "MUSIC", "PARKING", "PET_SERVICES", "PROFESSIONAL_SERVICES", "SHOPPING", "TICKETING", "TRANSIT"]; }; readonly defaultLanguage: { readonly nullable: true; readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLanguage"; }; readonly removed: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClip: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly headerImage: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClipAdvancedExperienceLocalizationInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const AppClipAppStoreReviewDetailSchema: { readonly type: "object"; readonly title: "AppClipAppStoreReviewDetail"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAppStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly invocationUrls: { readonly type: "array"; readonly items: { readonly type: "string"; readonly format: "uri"; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClipDefaultExperience: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipAppStoreReviewDetailResponseSchema: { readonly type: "object"; readonly title: "AppClipAppStoreReviewDetailResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClipAppStoreReviewDetail"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipAppStoreReviewDetailCreateRequestSchema: { readonly type: "object"; readonly title: "AppClipAppStoreReviewDetailCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAppStoreReviewDetails"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly invocationUrls: { readonly type: "array"; readonly items: { readonly type: "string"; readonly format: "uri"; }; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClipDefaultExperience: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appClipDefaultExperience"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipAppStoreReviewDetailUpdateRequestSchema: { readonly type: "object"; readonly title: "AppClipAppStoreReviewDetailUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAppStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly invocationUrls: { readonly type: "array"; readonly items: { readonly type: "string"; readonly format: "uri"; }; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipDefaultExperienceLocalizationSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly subtitle: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClipDefaultExperience: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appClipHeaderImage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipHeaderImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipDefaultExperienceLocalizationsResponseSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClipDefaultExperienceLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }, { readonly $ref: "#/components/schemas/AppClipHeaderImage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipDefaultExperiences: "#/components/schemas/AppClipDefaultExperience"; readonly appClipHeaderImages: "#/components/schemas/AppClipHeaderImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceLocalizationResponseSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClipDefaultExperienceLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }, { readonly $ref: "#/components/schemas/AppClipHeaderImage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipDefaultExperiences: "#/components/schemas/AppClipDefaultExperience"; readonly appClipHeaderImages: "#/components/schemas/AppClipHeaderImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperienceLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly subtitle: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClipDefaultExperience: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appClipDefaultExperience"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipDefaultExperienceLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly subtitle: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipDefaultExperienceSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperience"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly action: { readonly $ref: "#/components/schemas/AppClipAction"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClip: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly releaseWithAppStoreVersion: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appClipDefaultExperienceLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appClipAppStoreReviewDetail: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAppStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipDefaultExperiencesResponseSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperiencesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipAppStoreReviewDetail"; }, { readonly $ref: "#/components/schemas/AppClipDefaultExperienceLocalization"; }, { readonly $ref: "#/components/schemas/AppClip"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipDefaultExperienceLocalizations: "#/components/schemas/AppClipDefaultExperienceLocalization"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly appClipAppStoreReviewDetails: "#/components/schemas/AppClipAppStoreReviewDetail"; readonly appClips: "#/components/schemas/AppClip"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceResponseSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipAppStoreReviewDetail"; }, { readonly $ref: "#/components/schemas/AppClipDefaultExperienceLocalization"; }, { readonly $ref: "#/components/schemas/AppClip"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipDefaultExperienceLocalizations: "#/components/schemas/AppClipDefaultExperienceLocalization"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly appClipAppStoreReviewDetails: "#/components/schemas/AppClipAppStoreReviewDetail"; readonly appClips: "#/components/schemas/AppClip"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceCreateRequestSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly action: { readonly nullable: true; readonly $ref: "#/components/schemas/AppClipAction"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClip: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly releaseWithAppStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appClipDefaultExperienceTemplate: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly required: readonly ["appClip"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipDefaultExperienceUpdateRequestSchema: { readonly type: "object"; readonly title: "AppClipDefaultExperienceUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly action: { readonly nullable: true; readonly $ref: "#/components/schemas/AppClipAction"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly releaseWithAppStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipDomainStatusSchema: { readonly type: "object"; readonly title: "AppClipDomainStatus"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDomainStatuses"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly domains: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly domain: { readonly type: "string"; }; readonly isValid: { readonly type: "boolean"; }; readonly lastUpdatedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly errorCode: { readonly type: "string"; readonly enum: readonly ["BAD_HTTP_RESPONSE", "BAD_JSON_CONTENT", "BAD_PKCS7_SIGNATURE", "CANNOT_REACH_AASA_FILE", "CROSS_SITE_REDIRECTS_FORBIDDEN", "DNS_ERROR", "INSECURE_REDIRECTS_FORBIDDEN", "INVALID_ENTITLEMENT_MISSING_SECTION", "INVALID_ENTITLEMENT_SYNTAX_ERROR", "INVALID_ENTITLEMENT_UNHANDLED_SECTION", "INVALID_ENTITLEMENT_UNKNOWN_ID", "NETWORK_ERROR", "NETWORK_ERROR_TEMPORARY", "OTHER_ERROR", "TIMEOUT", "TLS_ERROR", "TOO_MANY_REDIRECTS", "UNEXPECTED_ERROR"]; }; }; }; }; readonly lastUpdatedDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipDomainStatusResponseSchema: { readonly type: "object"; readonly title: "AppClipDomainStatusResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClipDomainStatus"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipHeaderImageSchema: { readonly type: "object"; readonly title: "AppClipHeaderImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipHeaderImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClipDefaultExperienceLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipHeaderImageResponseSchema: { readonly type: "object"; readonly title: "AppClipHeaderImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClipHeaderImage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClipDefaultExperienceLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipHeaderImageCreateRequestSchema: { readonly type: "object"; readonly title: "AppClipHeaderImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipHeaderImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClipDefaultExperienceLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appClipDefaultExperienceLocalization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipHeaderImageUpdateRequestSchema: { readonly type: "object"; readonly title: "AppClipHeaderImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipHeaderImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipSchema: { readonly type: "object"; readonly title: "AppClip"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appClipDefaultExperiences: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appClipAdvancedExperiences: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppClipsResponseSchema: { readonly type: "object"; readonly title: "AppClipsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppClip"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipDefaultExperiences: "#/components/schemas/AppClipDefaultExperience"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipResponseSchema: { readonly type: "object"; readonly title: "AppClipResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppClip"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appClipDefaultExperiences: "#/components/schemas/AppClipDefaultExperience"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageLocalizationSchema: { readonly type: "object"; readonly title: "AppCustomProductPageLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly promotionalText: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appCustomProductPageVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appScreenshotSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appPreviewSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly searchKeywords: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppCustomProductPageLocalizationInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly promotionalText: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appCustomProductPageVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; export declare const AppCustomProductPageLocalizationsResponseSchema: { readonly type: "object"; readonly title: "AppCustomProductPageLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }, { readonly $ref: "#/components/schemas/AppKeyword"; }, { readonly $ref: "#/components/schemas/AppPreviewSet"; }, { readonly $ref: "#/components/schemas/AppScreenshotSet"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appScreenshotSets: "#/components/schemas/AppScreenshotSet"; readonly appKeywords: "#/components/schemas/AppKeyword"; readonly appCustomProductPageVersions: "#/components/schemas/AppCustomProductPageVersion"; readonly appPreviewSets: "#/components/schemas/AppPreviewSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageLocalizationResponseSchema: { readonly type: "object"; readonly title: "AppCustomProductPageLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }, { readonly $ref: "#/components/schemas/AppKeyword"; }, { readonly $ref: "#/components/schemas/AppPreviewSet"; }, { readonly $ref: "#/components/schemas/AppScreenshotSet"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appScreenshotSets: "#/components/schemas/AppScreenshotSet"; readonly appKeywords: "#/components/schemas/AppKeyword"; readonly appCustomProductPageVersions: "#/components/schemas/AppCustomProductPageVersion"; readonly appPreviewSets: "#/components/schemas/AppPreviewSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "AppCustomProductPageLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly promotionalText: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appCustomProductPageVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appCustomProductPageVersion"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppCustomProductPageLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "AppCustomProductPageLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly promotionalText: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppCustomProductPageVersionSchema: { readonly type: "object"; readonly title: "AppCustomProductPageVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "READY_FOR_REVIEW", "WAITING_FOR_REVIEW", "IN_REVIEW", "ACCEPTED", "APPROVED", "REPLACED_WITH_NEW_VERSION", "REJECTED"]; }; readonly deepLink: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appCustomProductPage: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppCustomProductPageVersionInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deepLink: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appCustomProductPage: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageLocalizations: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const AppCustomProductPageVersionsResponseSchema: { readonly type: "object"; readonly title: "AppCustomProductPageVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppCustomProductPage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appCustomProductPages: "#/components/schemas/AppCustomProductPage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageVersionResponseSchema: { readonly type: "object"; readonly title: "AppCustomProductPageVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppCustomProductPage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appCustomProductPages: "#/components/schemas/AppCustomProductPage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageVersionCreateRequestSchema: { readonly type: "object"; readonly title: "AppCustomProductPageVersionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deepLink: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appCustomProductPage: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly appCustomProductPageLocalizations: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly required: readonly ["appCustomProductPage"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppCustomProductPageVersionUpdateRequestSchema: { readonly type: "object"; readonly title: "AppCustomProductPageVersionUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deepLink: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppCustomProductPageSchema: { readonly type: "object"; readonly title: "AppCustomProductPage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly url: { readonly type: "string"; readonly format: "uri"; }; readonly visible: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppCustomProductPagesResponseSchema: { readonly type: "object"; readonly title: "AppCustomProductPagesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppCustomProductPage"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appCustomProductPageVersions: "#/components/schemas/AppCustomProductPageVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageResponseSchema: { readonly type: "object"; readonly title: "AppCustomProductPageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppCustomProductPage"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appCustomProductPageVersions: "#/components/schemas/AppCustomProductPageVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageCreateRequestSchema: { readonly type: "object"; readonly title: "AppCustomProductPageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; }; readonly required: readonly ["name"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly appCustomProductPageVersions: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreVersionTemplate: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly customProductPageTemplate: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalizationInlineCreate"; }, { readonly $ref: "#/components/schemas/AppCustomProductPageVersionInlineCreate"; }]; }; }; }; readonly required: readonly ["data"]; }; export declare const AppCustomProductPageUpdateRequestSchema: { readonly type: "object"; readonly title: "AppCustomProductPageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly visible: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEncryptionDeclarationDocumentSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationDocument"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarationDocuments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly assetToken: { readonly type: "string"; }; readonly downloadUrl: { readonly type: "string"; readonly format: "uri"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppEncryptionDeclarationDocumentResponseSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationDocumentResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppEncryptionDeclarationDocument"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEncryptionDeclarationDocumentCreateRequestSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationDocumentCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarationDocuments"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEncryptionDeclaration: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appEncryptionDeclaration"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEncryptionDeclarationDocumentUpdateRequestSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationDocumentUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarationDocuments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEncryptionDeclarationSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclaration"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly appDescription: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly usesEncryption: { readonly type: "boolean"; readonly deprecated: true; }; readonly exempt: { readonly type: "boolean"; }; readonly containsProprietaryCryptography: { readonly type: "boolean"; }; readonly containsThirdPartyCryptography: { readonly type: "boolean"; }; readonly availableOnFrenchStore: { readonly type: "boolean"; }; readonly platform: { readonly deprecated: true; readonly $ref: "#/components/schemas/Platform"; }; readonly uploadedDate: { readonly type: "string"; readonly format: "date-time"; readonly deprecated: true; }; readonly documentUrl: { readonly type: "string"; readonly deprecated: true; }; readonly documentName: { readonly type: "string"; readonly deprecated: true; }; readonly documentType: { readonly type: "string"; readonly deprecated: true; }; readonly appEncryptionDeclarationState: { readonly $ref: "#/components/schemas/AppEncryptionDeclarationState"; }; readonly codeValue: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly deprecated: true; }; readonly builds: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly deprecated: true; }; readonly appEncryptionDeclarationDocument: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarationDocuments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppEncryptionDeclarationsResponseSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEncryptionDeclaration"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppEncryptionDeclarationDocument"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly appEncryptionDeclarationDocuments: "#/components/schemas/AppEncryptionDeclarationDocument"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEncryptionDeclarationResponseSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppEncryptionDeclaration"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppEncryptionDeclarationDocument"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly appEncryptionDeclarationDocuments: "#/components/schemas/AppEncryptionDeclarationDocument"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEncryptionDeclarationCreateRequestSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly appDescription: { readonly type: "string"; }; readonly containsProprietaryCryptography: { readonly type: "boolean"; }; readonly containsThirdPartyCryptography: { readonly type: "boolean"; }; readonly availableOnFrenchStore: { readonly type: "boolean"; }; }; readonly required: readonly ["availableOnFrenchStore", "appDescription", "containsThirdPartyCryptography", "containsProprietaryCryptography"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventLocalizationSchema: { readonly type: "object"; readonly title: "AppEventLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly shortDescription: { readonly type: "string"; }; readonly longDescription: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEvent: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appEventScreenshots: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appEventVideoClips: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventVideoClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppEventLocalizationsResponseSchema: { readonly type: "object"; readonly title: "AppEventLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppEventScreenshot"; }, { readonly $ref: "#/components/schemas/AppEventVideoClip"; }, { readonly $ref: "#/components/schemas/AppEvent"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appEvents: "#/components/schemas/AppEvent"; readonly appEventVideoClips: "#/components/schemas/AppEventVideoClip"; readonly appEventScreenshots: "#/components/schemas/AppEventScreenshot"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventLocalizationResponseSchema: { readonly type: "object"; readonly title: "AppEventLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppEventScreenshot"; }, { readonly $ref: "#/components/schemas/AppEventVideoClip"; }, { readonly $ref: "#/components/schemas/AppEvent"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appEvents: "#/components/schemas/AppEvent"; readonly appEventVideoClips: "#/components/schemas/AppEventVideoClip"; readonly appEventScreenshots: "#/components/schemas/AppEventScreenshot"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "AppEventLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; readonly nullable: true; }; readonly shortDescription: { readonly type: "string"; readonly nullable: true; }; readonly longDescription: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEvent: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appEvent"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "AppEventLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly shortDescription: { readonly type: "string"; readonly nullable: true; }; readonly longDescription: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventScreenshotSchema: { readonly type: "object"; readonly title: "AppEventScreenshot"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly assetToken: { readonly type: "string"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; readonly appEventAssetType: { readonly $ref: "#/components/schemas/AppEventAssetType"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEventLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppEventScreenshotsResponseSchema: { readonly type: "object"; readonly title: "AppEventScreenshotsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventScreenshot"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventScreenshotResponseSchema: { readonly type: "object"; readonly title: "AppEventScreenshotResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppEventScreenshot"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventScreenshotCreateRequestSchema: { readonly type: "object"; readonly title: "AppEventScreenshotCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventScreenshots"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly appEventAssetType: { readonly $ref: "#/components/schemas/AppEventAssetType"; }; }; readonly required: readonly ["fileName", "appEventAssetType", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEventLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appEventLocalization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventScreenshotUpdateRequestSchema: { readonly type: "object"; readonly title: "AppEventScreenshotUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventVideoClipSchema: { readonly type: "object"; readonly title: "AppEventVideoClip"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventVideoClips"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly previewFrameTimeCode: { readonly type: "string"; }; readonly videoUrl: { readonly type: "string"; }; readonly previewFrameImage: { readonly $ref: "#/components/schemas/PreviewFrameImage"; }; readonly previewImage: { readonly deprecated: true; readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly deprecated: true; readonly $ref: "#/components/schemas/AppMediaAssetState"; }; readonly videoDeliveryState: { readonly $ref: "#/components/schemas/AppMediaVideoState"; }; readonly appEventAssetType: { readonly $ref: "#/components/schemas/AppEventAssetType"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEventLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppEventVideoClipsResponseSchema: { readonly type: "object"; readonly title: "AppEventVideoClipsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventVideoClip"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventVideoClipResponseSchema: { readonly type: "object"; readonly title: "AppEventVideoClipResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppEventVideoClip"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventVideoClipCreateRequestSchema: { readonly type: "object"; readonly title: "AppEventVideoClipCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventVideoClips"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly previewFrameTimeCode: { readonly type: "string"; readonly nullable: true; }; readonly appEventAssetType: { readonly $ref: "#/components/schemas/AppEventAssetType"; }; }; readonly required: readonly ["fileName", "appEventAssetType", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEventLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appEventLocalization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventVideoClipUpdateRequestSchema: { readonly type: "object"; readonly title: "AppEventVideoClipUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventVideoClips"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly previewFrameTimeCode: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventSchema: { readonly type: "object"; readonly title: "AppEvent"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly badge: { readonly type: "string"; readonly enum: readonly ["LIVE_EVENT", "PREMIERE", "CHALLENGE", "COMPETITION", "NEW_SEASON", "MAJOR_UPDATE", "SPECIAL_EVENT"]; }; readonly eventState: { readonly type: "string"; readonly enum: readonly ["DRAFT", "READY_FOR_REVIEW", "WAITING_FOR_REVIEW", "IN_REVIEW", "REJECTED", "ACCEPTED", "APPROVED", "PUBLISHED", "PAST", "ARCHIVED"]; }; readonly deepLink: { readonly type: "string"; readonly format: "uri"; }; readonly purchaseRequirement: { readonly type: "string"; }; readonly primaryLocale: { readonly type: "string"; }; readonly priority: { readonly type: "string"; readonly enum: readonly ["HIGH", "NORMAL"]; }; readonly purpose: { readonly type: "string"; readonly enum: readonly ["APPROPRIATE_FOR_ALL_USERS", "ATTRACT_NEW_USERS", "KEEP_ACTIVE_USERS_INFORMED", "BRING_BACK_LAPSED_USERS"]; }; readonly territorySchedules: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly territories: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly publishStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventEnd: { readonly type: "string"; readonly format: "date-time"; }; }; }; }; readonly archivedTerritorySchedules: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly territories: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly publishStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventEnd: { readonly type: "string"; readonly format: "date-time"; }; }; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppEventsResponseSchema: { readonly type: "object"; readonly title: "AppEventsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEvent"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventResponseSchema: { readonly type: "object"; readonly title: "AppEventResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppEvent"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppEventLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventCreateRequestSchema: { readonly type: "object"; readonly title: "AppEventCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly badge: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["LIVE_EVENT", "PREMIERE", "CHALLENGE", "COMPETITION", "NEW_SEASON", "MAJOR_UPDATE", "SPECIAL_EVENT"]; }; readonly deepLink: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly purchaseRequirement: { readonly type: "string"; readonly nullable: true; }; readonly primaryLocale: { readonly type: "string"; readonly nullable: true; }; readonly priority: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["HIGH", "NORMAL"]; }; readonly purpose: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["APPROPRIATE_FOR_ALL_USERS", "ATTRACT_NEW_USERS", "KEEP_ACTIVE_USERS_INFORMED", "BRING_BACK_LAPSED_USERS"]; }; readonly territorySchedules: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly territories: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly publishStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventEnd: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly nullable: true; }; }; readonly required: readonly ["referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppEventUpdateRequestSchema: { readonly type: "object"; readonly title: "AppEventUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; readonly badge: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["LIVE_EVENT", "PREMIERE", "CHALLENGE", "COMPETITION", "NEW_SEASON", "MAJOR_UPDATE", "SPECIAL_EVENT"]; }; readonly deepLink: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly purchaseRequirement: { readonly type: "string"; readonly nullable: true; }; readonly primaryLocale: { readonly type: "string"; readonly nullable: true; }; readonly priority: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["HIGH", "NORMAL"]; }; readonly purpose: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["APPROPRIATE_FOR_ALL_USERS", "ATTRACT_NEW_USERS", "KEEP_ACTIVE_USERS_INFORMED", "BRING_BACK_LAPSED_USERS"]; }; readonly territorySchedules: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly territories: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly publishStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventStart: { readonly type: "string"; readonly format: "date-time"; }; readonly eventEnd: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppInfoLocalizationSchema: { readonly type: "object"; readonly title: "AppInfoLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfoLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly subtitle: { readonly type: "string"; }; readonly privacyPolicyUrl: { readonly type: "string"; }; readonly privacyChoicesUrl: { readonly type: "string"; }; readonly privacyPolicyText: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appInfo: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfos"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppInfoLocalizationsResponseSchema: { readonly type: "object"; readonly title: "AppInfoLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppInfoLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppInfo"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoLocalizationResponseSchema: { readonly type: "object"; readonly title: "AppInfoLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppInfoLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppInfo"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "AppInfoLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfoLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly subtitle: { readonly type: "string"; readonly nullable: true; }; readonly privacyPolicyUrl: { readonly type: "string"; readonly nullable: true; }; readonly privacyChoicesUrl: { readonly type: "string"; readonly nullable: true; }; readonly privacyPolicyText: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appInfo: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfos"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appInfo"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppInfoLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "AppInfoLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfoLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly subtitle: { readonly type: "string"; readonly nullable: true; }; readonly privacyPolicyUrl: { readonly type: "string"; readonly nullable: true; }; readonly privacyChoicesUrl: { readonly type: "string"; readonly nullable: true; }; readonly privacyPolicyText: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppInfoSchema: { readonly type: "object"; readonly title: "AppInfo"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfos"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly appStoreState: { readonly deprecated: true; readonly $ref: "#/components/schemas/AppStoreVersionState"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["ACCEPTED", "DEVELOPER_REJECTED", "IN_REVIEW", "PENDING_RELEASE", "PREPARE_FOR_SUBMISSION", "READY_FOR_DISTRIBUTION", "READY_FOR_REVIEW", "REJECTED", "REPLACED_WITH_NEW_INFO", "WAITING_FOR_REVIEW"]; }; readonly appStoreAgeRating: { readonly deprecated: true; readonly $ref: "#/components/schemas/AppStoreAgeRating"; }; readonly australiaAgeRating: { readonly type: "string"; readonly deprecated: true; readonly enum: readonly ["FIFTEEN", "EIGHTEEN"]; }; readonly brazilAgeRating: { readonly deprecated: true; readonly $ref: "#/components/schemas/BrazilAgeRating"; }; readonly brazilAgeRatingV2: { readonly type: "string"; readonly deprecated: true; readonly enum: readonly ["SELF_RATED_L", "SELF_RATED_TEN", "SELF_RATED_TWELVE", "SELF_RATED_FOURTEEN", "SELF_RATED_SIXTEEN", "SELF_RATED_EIGHTEEN", "OFFICIAL_L", "OFFICIAL_TEN", "OFFICIAL_TWELVE", "OFFICIAL_FOURTEEN", "OFFICIAL_SIXTEEN", "OFFICIAL_EIGHTEEN"]; }; readonly franceAgeRating: { readonly type: "string"; readonly deprecated: true; readonly enum: readonly ["EIGHTEEN"]; }; readonly koreaAgeRating: { readonly type: "string"; readonly deprecated: true; readonly enum: readonly ["ALL", "TWELVE", "FIFTEEN", "NINETEEN", "NOT_APPLICABLE"]; }; readonly kidsAgeBand: { readonly deprecated: true; readonly $ref: "#/components/schemas/KidsAgeBand"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly ageRatingDeclaration: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ageRatingDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appInfoLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfoLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly primaryCategory: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly primarySubcategoryOne: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly primarySubcategoryTwo: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly secondaryCategory: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly secondarySubcategoryOne: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly secondarySubcategoryTwo: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly territoryAgeRatings: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppInfosResponseSchema: { readonly type: "object"; readonly title: "AppInfosResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppInfo"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AgeRatingDeclaration"; }, { readonly $ref: "#/components/schemas/AppCategory"; }, { readonly $ref: "#/components/schemas/AppInfoLocalization"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly ageRatingDeclarations: "#/components/schemas/AgeRatingDeclaration"; readonly appCategories: "#/components/schemas/AppCategory"; readonly appInfoLocalizations: "#/components/schemas/AppInfoLocalization"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoResponseSchema: { readonly type: "object"; readonly title: "AppInfoResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppInfo"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AgeRatingDeclaration"; }, { readonly $ref: "#/components/schemas/AppCategory"; }, { readonly $ref: "#/components/schemas/AppInfoLocalization"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly ageRatingDeclarations: "#/components/schemas/AgeRatingDeclaration"; readonly appCategories: "#/components/schemas/AppCategory"; readonly appInfoLocalizations: "#/components/schemas/AppInfoLocalization"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoUpdateRequestSchema: { readonly type: "object"; readonly title: "AppInfoUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfos"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly primaryCategory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly primarySubcategoryOne: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly primarySubcategoryTwo: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly secondaryCategory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly secondarySubcategoryOne: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly secondarySubcategoryTwo: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppKeywordSchema: { readonly type: "object"; readonly title: "AppKeyword"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppKeywordsResponseSchema: { readonly type: "object"; readonly title: "AppKeywordsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppKeyword"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreviewSetSchema: { readonly type: "object"; readonly title: "AppPreviewSet"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly previewType: { readonly $ref: "#/components/schemas/PreviewType"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentTreatmentLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appPreviews: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviews"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppPreviewSetsResponseSchema: { readonly type: "object"; readonly title: "AppPreviewSetsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppPreviewSet"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppPreview"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionLocalizations: "#/components/schemas/AppStoreVersionLocalization"; readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appStoreVersionExperimentTreatmentLocalizations: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; readonly appPreviews: "#/components/schemas/AppPreview"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreviewSetResponseSchema: { readonly type: "object"; readonly title: "AppPreviewSetResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppPreviewSet"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppPreview"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionLocalizations: "#/components/schemas/AppStoreVersionLocalization"; readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appStoreVersionExperimentTreatmentLocalizations: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; readonly appPreviews: "#/components/schemas/AppPreview"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreviewSetCreateRequestSchema: { readonly type: "object"; readonly title: "AppPreviewSetCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly previewType: { readonly $ref: "#/components/schemas/PreviewType"; }; }; readonly required: readonly ["previewType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentTreatmentLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppPreviewSchema: { readonly type: "object"; readonly title: "AppPreview"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviews"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly previewFrameTimeCode: { readonly type: "string"; }; readonly mimeType: { readonly type: "string"; }; readonly videoUrl: { readonly type: "string"; }; readonly previewFrameImage: { readonly $ref: "#/components/schemas/PreviewFrameImage"; }; readonly previewImage: { readonly deprecated: true; readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly deprecated: true; readonly $ref: "#/components/schemas/AppMediaAssetState"; }; readonly videoDeliveryState: { readonly $ref: "#/components/schemas/AppMediaVideoState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appPreviewSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppPreviewsResponseSchema: { readonly type: "object"; readonly title: "AppPreviewsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppPreview"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppPreviewSet"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreviewResponseSchema: { readonly type: "object"; readonly title: "AppPreviewResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppPreview"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppPreviewSet"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreviewCreateRequestSchema: { readonly type: "object"; readonly title: "AppPreviewCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviews"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly previewFrameTimeCode: { readonly type: "string"; readonly nullable: true; }; readonly mimeType: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appPreviewSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appPreviewSet"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppPreviewUpdateRequestSchema: { readonly type: "object"; readonly title: "AppPreviewUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviews"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly previewFrameTimeCode: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppPricePointV3Schema: { readonly type: "object"; readonly title: "AppPricePointV3"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPricePoints"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customerPrice: { readonly type: "string"; }; readonly proceeds: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly equalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppPricePointsV3ResponseSchema: { readonly type: "object"; readonly title: "AppPricePointsV3Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppPricePointV3"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPricePointV3ResponseSchema: { readonly type: "object"; readonly title: "AppPricePointV3Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppPricePointV3"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPriceScheduleSchema: { readonly type: "object"; readonly title: "AppPriceSchedule"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPriceSchedules"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly baseTerritory: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly manualPrices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly automaticPrices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppPriceScheduleResponseSchema: { readonly type: "object"; readonly title: "AppPriceScheduleResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppPriceSchedule"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppPriceV2"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly appPrices: "#/components/schemas/AppPriceV2"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPriceScheduleCreateRequestSchema: { readonly type: "object"; readonly title: "AppPriceScheduleCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPriceSchedules"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly baseTerritory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly manualPrices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app", "manualPrices", "baseTerritory"]; }; }; readonly required: readonly ["relationships", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppPriceV2InlineCreate"; }, { readonly $ref: "#/components/schemas/TerritoryInlineCreate"; }]; }; }; }; readonly required: readonly ["data"]; }; export declare const AppPriceV2Schema: { readonly type: "object"; readonly title: "AppPriceV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPrices"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly manual: { readonly type: "boolean"; }; readonly startDate: { readonly type: "string"; readonly format: "date"; }; readonly endDate: { readonly type: "string"; readonly format: "date"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppPriceV2InlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["type"]; }; export declare const AppPricesV2ResponseSchema: { readonly type: "object"; readonly title: "AppPricesV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppPriceV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppPricePointV3"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly appPricePoints: "#/components/schemas/AppPricePointV3"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppScreenshotSetSchema: { readonly type: "object"; readonly title: "AppScreenshotSet"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly screenshotDisplayType: { readonly $ref: "#/components/schemas/ScreenshotDisplayType"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentTreatmentLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appScreenshots: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppScreenshotSetsResponseSchema: { readonly type: "object"; readonly title: "AppScreenshotSetsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppScreenshotSet"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppScreenshot"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionLocalizations: "#/components/schemas/AppStoreVersionLocalization"; readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appStoreVersionExperimentTreatmentLocalizations: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; readonly appScreenshots: "#/components/schemas/AppScreenshot"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppScreenshotSetResponseSchema: { readonly type: "object"; readonly title: "AppScreenshotSetResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppScreenshotSet"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageLocalization"; }, { readonly $ref: "#/components/schemas/AppScreenshot"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionLocalizations: "#/components/schemas/AppStoreVersionLocalization"; readonly appCustomProductPageLocalizations: "#/components/schemas/AppCustomProductPageLocalization"; readonly appStoreVersionExperimentTreatmentLocalizations: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; readonly appScreenshots: "#/components/schemas/AppScreenshot"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppScreenshotSetCreateRequestSchema: { readonly type: "object"; readonly title: "AppScreenshotSetCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly screenshotDisplayType: { readonly $ref: "#/components/schemas/ScreenshotDisplayType"; }; }; readonly required: readonly ["screenshotDisplayType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentTreatmentLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppScreenshotSchema: { readonly type: "object"; readonly title: "AppScreenshot"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly assetToken: { readonly type: "string"; }; readonly assetType: { readonly type: "string"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appScreenshotSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppScreenshotsResponseSchema: { readonly type: "object"; readonly title: "AppScreenshotsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppScreenshot"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppScreenshotSet"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppScreenshotResponseSchema: { readonly type: "object"; readonly title: "AppScreenshotResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppScreenshot"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppScreenshotSet"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppScreenshotCreateRequestSchema: { readonly type: "object"; readonly title: "AppScreenshotCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshots"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appScreenshotSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appScreenshotSet"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppScreenshotUpdateRequestSchema: { readonly type: "object"; readonly title: "AppScreenshotUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreReviewAttachmentSchema: { readonly type: "object"; readonly title: "AppStoreReviewAttachment"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewAttachments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreReviewDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreReviewAttachmentsResponseSchema: { readonly type: "object"; readonly title: "AppStoreReviewAttachmentsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreReviewAttachment"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreReviewDetail"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreReviewAttachmentResponseSchema: { readonly type: "object"; readonly title: "AppStoreReviewAttachmentResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreReviewAttachment"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreReviewDetail"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreReviewAttachmentCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreReviewAttachmentCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewAttachments"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreReviewDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreReviewDetail"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreReviewAttachmentUpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreReviewAttachmentUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewAttachments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreReviewDetailSchema: { readonly type: "object"; readonly title: "AppStoreReviewDetail"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly contactFirstName: { readonly type: "string"; }; readonly contactLastName: { readonly type: "string"; }; readonly contactPhone: { readonly type: "string"; }; readonly contactEmail: { readonly type: "string"; }; readonly demoAccountName: { readonly type: "string"; }; readonly demoAccountPassword: { readonly type: "string"; }; readonly demoAccountRequired: { readonly type: "boolean"; }; readonly notes: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreReviewAttachments: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewAttachments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreReviewDetailResponseSchema: { readonly type: "object"; readonly title: "AppStoreReviewDetailResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreReviewDetail"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreReviewAttachment"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly appStoreReviewAttachments: "#/components/schemas/AppStoreReviewAttachment"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreReviewDetailCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreReviewDetailCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewDetails"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly contactFirstName: { readonly type: "string"; readonly nullable: true; }; readonly contactLastName: { readonly type: "string"; readonly nullable: true; }; readonly contactPhone: { readonly type: "string"; readonly nullable: true; }; readonly contactEmail: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountName: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountPassword: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountRequired: { readonly type: "boolean"; readonly nullable: true; }; readonly notes: { readonly type: "string"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreReviewDetailUpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreReviewDetailUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly contactFirstName: { readonly type: "string"; readonly nullable: true; }; readonly contactLastName: { readonly type: "string"; readonly nullable: true; }; readonly contactPhone: { readonly type: "string"; readonly nullable: true; }; readonly contactEmail: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountName: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountPassword: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountRequired: { readonly type: "boolean"; readonly nullable: true; }; readonly notes: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionExperimentTreatmentLocalizationSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionExperimentTreatment: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appScreenshotSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appPreviewSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionExperimentTreatmentLocalizationsResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppPreviewSet"; }, { readonly $ref: "#/components/schemas/AppScreenshotSet"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appScreenshotSets: "#/components/schemas/AppScreenshotSet"; readonly appStoreVersionExperimentTreatments: "#/components/schemas/AppStoreVersionExperimentTreatment"; readonly appPreviewSets: "#/components/schemas/AppPreviewSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentTreatmentLocalizationResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppPreviewSet"; }, { readonly $ref: "#/components/schemas/AppScreenshotSet"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appScreenshotSets: "#/components/schemas/AppScreenshotSet"; readonly appStoreVersionExperimentTreatments: "#/components/schemas/AppStoreVersionExperimentTreatment"; readonly appPreviewSets: "#/components/schemas/AppPreviewSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentTreatmentLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionExperimentTreatment: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersionExperimentTreatment"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionExperimentTreatmentSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatment"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly appIcon: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly appIconName: { readonly type: "string"; }; readonly promotedDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionExperiment: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentTreatmentLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionExperimentTreatmentsResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionExperimentTreatmentLocalizations: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperiment"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentTreatmentResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionExperimentTreatmentLocalizations: "#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperiment"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentTreatmentCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly appIconName: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersionExperiment: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionExperimentTreatmentUpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentTreatmentUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly appIconName: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionExperimentV2Schema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly trafficProportion: { readonly type: "integer"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "READY_FOR_REVIEW", "WAITING_FOR_REVIEW", "IN_REVIEW", "ACCEPTED", "APPROVED", "REJECTED", "COMPLETED", "STOPPED"]; }; readonly reviewRequired: { readonly type: "boolean"; }; readonly startDate: { readonly type: "string"; readonly format: "date-time"; }; readonly endDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly latestControlVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly controlVersions: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreVersionExperimentTreatments: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionExperimentsV2ResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersionExperimentV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionExperimentTreatments: "#/components/schemas/AppStoreVersionExperimentTreatment"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentV2ResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionExperimentV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionExperimentTreatments: "#/components/schemas/AppStoreVersionExperimentTreatment"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentV2CreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly trafficProportion: { readonly type: "integer"; }; }; readonly required: readonly ["trafficProportion", "name", "platform"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionExperimentV2UpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly trafficProportion: { readonly type: "integer"; readonly nullable: true; }; readonly started: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionExperimentSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperiment"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly trafficProportion: { readonly type: "integer"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "READY_FOR_REVIEW", "WAITING_FOR_REVIEW", "IN_REVIEW", "ACCEPTED", "APPROVED", "REJECTED", "COMPLETED", "STOPPED"]; }; readonly reviewRequired: { readonly type: "boolean"; }; readonly startDate: { readonly type: "string"; readonly format: "date-time"; }; readonly endDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentTreatments: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; readonly deprecated: true; }; export declare const AppStoreVersionExperimentsResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionExperimentTreatments: "#/components/schemas/AppStoreVersionExperimentTreatment"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppStoreVersionExperimentResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersionExperimentTreatment"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersionExperimentTreatments: "#/components/schemas/AppStoreVersionExperimentTreatment"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppStoreVersionExperimentCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly trafficProportion: { readonly type: "integer"; }; }; readonly required: readonly ["trafficProportion", "name"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const AppStoreVersionExperimentUpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionExperimentUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly trafficProportion: { readonly type: "integer"; readonly nullable: true; }; readonly started: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const AppStoreVersionLocalizationSchema: { readonly type: "object"; readonly title: "AppStoreVersionLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly description: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly keywords: { readonly type: "string"; }; readonly marketingUrl: { readonly type: "string"; readonly format: "uri"; }; readonly promotionalText: { readonly type: "string"; }; readonly supportUrl: { readonly type: "string"; readonly format: "uri"; }; readonly whatsNew: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appScreenshotSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appPreviewSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly searchKeywords: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionLocalizationsResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppKeyword"; }, { readonly $ref: "#/components/schemas/AppPreviewSet"; }, { readonly $ref: "#/components/schemas/AppScreenshotSet"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appScreenshotSets: "#/components/schemas/AppScreenshotSet"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly appKeywords: "#/components/schemas/AppKeyword"; readonly appPreviewSets: "#/components/schemas/AppPreviewSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionLocalizationResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppKeyword"; }, { readonly $ref: "#/components/schemas/AppPreviewSet"; }, { readonly $ref: "#/components/schemas/AppScreenshotSet"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appScreenshotSets: "#/components/schemas/AppScreenshotSet"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly appKeywords: "#/components/schemas/AppKeyword"; readonly appPreviewSets: "#/components/schemas/AppPreviewSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly description: { readonly type: "string"; readonly nullable: true; }; readonly locale: { readonly type: "string"; }; readonly keywords: { readonly type: "string"; readonly nullable: true; }; readonly marketingUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly promotionalText: { readonly type: "string"; readonly nullable: true; }; readonly supportUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly whatsNew: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly description: { readonly type: "string"; readonly nullable: true; }; readonly keywords: { readonly type: "string"; readonly nullable: true; }; readonly marketingUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly promotionalText: { readonly type: "string"; readonly nullable: true; }; readonly supportUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly whatsNew: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionPhasedReleaseSchema: { readonly type: "object"; readonly title: "AppStoreVersionPhasedRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionPhasedReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly phasedReleaseState: { readonly $ref: "#/components/schemas/PhasedReleaseState"; }; readonly startDate: { readonly type: "string"; readonly format: "date-time"; }; readonly totalPauseDuration: { readonly type: "integer"; }; readonly currentDayNumber: { readonly type: "integer"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionPhasedReleaseResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionPhasedReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionPhasedRelease"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionPhasedReleaseCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionPhasedReleaseCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionPhasedReleases"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly phasedReleaseState: { readonly nullable: true; readonly $ref: "#/components/schemas/PhasedReleaseState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionPhasedReleaseUpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionPhasedReleaseUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionPhasedReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly phasedReleaseState: { readonly nullable: true; readonly $ref: "#/components/schemas/PhasedReleaseState"; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionPromotionSchema: { readonly type: "object"; readonly title: "AppStoreVersionPromotion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionPromotions"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionPromotionResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionPromotionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionPromotion"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionPromotionCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionPromotionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionPromotions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly appStoreVersionExperimentTreatment: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersionExperimentTreatment", "appStoreVersion"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionReleaseRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionReleaseRequest"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionReleaseRequests"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionReleaseRequestResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionReleaseRequestResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionReleaseRequest"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionReleaseRequestCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionReleaseRequestCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionReleaseRequests"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionSubmissionSchema: { readonly type: "object"; readonly title: "AppStoreVersionSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; readonly deprecated: true; }; export declare const AppStoreVersionSubmissionResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionSubmission"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppStoreVersionSchema: { readonly type: "object"; readonly title: "AppStoreVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly versionString: { readonly type: "string"; }; readonly appStoreState: { readonly deprecated: true; readonly $ref: "#/components/schemas/AppStoreVersionState"; }; readonly appVersionState: { readonly $ref: "#/components/schemas/AppVersionState"; }; readonly copyright: { readonly type: "string"; }; readonly reviewType: { readonly type: "string"; readonly enum: readonly ["APP_STORE", "NOTARIZATION"]; }; readonly releaseType: { readonly type: "string"; readonly enum: readonly ["MANUAL", "AFTER_APPROVAL", "SCHEDULED"]; }; readonly earliestReleaseDate: { readonly type: "string"; readonly format: "date-time"; }; readonly usesIdfa: { readonly type: "boolean"; readonly deprecated: true; }; readonly downloadable: { readonly type: "boolean"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly ageRatingDeclaration: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ageRatingDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly deprecated: true; }; readonly appStoreVersionLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly build: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionPhasedRelease: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionPhasedReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterAppVersion: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly routingAppCoverage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["routingAppCoverages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreReviewDetail: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionSubmission: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appClipDefaultExperience: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperiments: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreVersionExperimentsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly customerReviews: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly alternativeDistributionPackage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppStoreVersionsResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AgeRatingDeclaration"; }, { readonly $ref: "#/components/schemas/AlternativeDistributionPackage"; }, { readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }, { readonly $ref: "#/components/schemas/AppStoreReviewDetail"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }, { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionPhasedRelease"; }, { readonly $ref: "#/components/schemas/AppStoreVersionSubmission"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Build"; }, { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }, { readonly $ref: "#/components/schemas/RoutingAppCoverage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly alternativeDistributionPackages: "#/components/schemas/AlternativeDistributionPackage"; readonly appClipDefaultExperiences: "#/components/schemas/AppClipDefaultExperience"; readonly appStoreVersionLocalizations: "#/components/schemas/AppStoreVersionLocalization"; readonly routingAppCoverages: "#/components/schemas/RoutingAppCoverage"; readonly appStoreVersionPhasedReleases: "#/components/schemas/AppStoreVersionPhasedRelease"; readonly ageRatingDeclarations: "#/components/schemas/AgeRatingDeclaration"; readonly appStoreReviewDetails: "#/components/schemas/AppStoreReviewDetail"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperiment"; readonly builds: "#/components/schemas/Build"; readonly appStoreVersionSubmissions: "#/components/schemas/AppStoreVersionSubmission"; readonly gameCenterAppVersions: "#/components/schemas/GameCenterAppVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AgeRatingDeclaration"; }, { readonly $ref: "#/components/schemas/AlternativeDistributionPackage"; }, { readonly $ref: "#/components/schemas/AppClipDefaultExperience"; }, { readonly $ref: "#/components/schemas/AppStoreReviewDetail"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }, { readonly $ref: "#/components/schemas/AppStoreVersionLocalization"; }, { readonly $ref: "#/components/schemas/AppStoreVersionPhasedRelease"; }, { readonly $ref: "#/components/schemas/AppStoreVersionSubmission"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Build"; }, { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }, { readonly $ref: "#/components/schemas/RoutingAppCoverage"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly alternativeDistributionPackages: "#/components/schemas/AlternativeDistributionPackage"; readonly appClipDefaultExperiences: "#/components/schemas/AppClipDefaultExperience"; readonly appStoreVersionLocalizations: "#/components/schemas/AppStoreVersionLocalization"; readonly routingAppCoverages: "#/components/schemas/RoutingAppCoverage"; readonly appStoreVersionPhasedReleases: "#/components/schemas/AppStoreVersionPhasedRelease"; readonly ageRatingDeclarations: "#/components/schemas/AgeRatingDeclaration"; readonly appStoreReviewDetails: "#/components/schemas/AppStoreReviewDetail"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperiment"; readonly builds: "#/components/schemas/Build"; readonly appStoreVersionSubmissions: "#/components/schemas/AppStoreVersionSubmission"; readonly gameCenterAppVersions: "#/components/schemas/GameCenterAppVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionCreateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly versionString: { readonly type: "string"; }; readonly copyright: { readonly type: "string"; readonly nullable: true; }; readonly reviewType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["APP_STORE", "NOTARIZATION"]; }; readonly releaseType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["MANUAL", "AFTER_APPROVAL", "SCHEDULED"]; }; readonly earliestReleaseDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly usesIdfa: { readonly type: "boolean"; readonly deprecated: true; readonly nullable: true; }; }; readonly required: readonly ["versionString", "platform"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly appStoreVersionLocalizations: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionUpdateRequestSchema: { readonly type: "object"; readonly title: "AppStoreVersionUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly versionString: { readonly type: "string"; readonly nullable: true; }; readonly copyright: { readonly type: "string"; readonly nullable: true; }; readonly reviewType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["APP_STORE", "NOTARIZATION"]; }; readonly releaseType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["MANUAL", "AFTER_APPROVAL", "SCHEDULED"]; }; readonly earliestReleaseDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly usesIdfa: { readonly type: "boolean"; readonly deprecated: true; readonly nullable: true; }; readonly downloadable: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appClipDefaultExperience: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppTagSchema: { readonly type: "object"; readonly title: "AppTag"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appTags"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly visibleInAppStore: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppTagsResponseSchema: { readonly type: "object"; readonly title: "AppTagsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppTag"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppTagResponseSchema: { readonly type: "object"; readonly title: "AppTagResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppTag"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppTagUpdateRequestSchema: { readonly type: "object"; readonly title: "AppTagUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appTags"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly visibleInAppStore: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppSchema: { readonly type: "object"; readonly title: "App"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly accessibilityUrl: { readonly type: "string"; readonly format: "uri"; }; readonly name: { readonly type: "string"; }; readonly bundleId: { readonly type: "string"; }; readonly sku: { readonly type: "string"; }; readonly primaryLocale: { readonly type: "string"; }; readonly isOrEverWasMadeForKids: { readonly type: "boolean"; }; readonly subscriptionStatusUrl: { readonly type: "string"; readonly format: "uri"; }; readonly subscriptionStatusUrlVersion: { readonly $ref: "#/components/schemas/SubscriptionStatusUrlVersion"; }; readonly subscriptionStatusUrlForSandbox: { readonly type: "string"; readonly format: "uri"; }; readonly subscriptionStatusUrlVersionForSandbox: { readonly $ref: "#/components/schemas/SubscriptionStatusUrlVersion"; }; readonly contentRightsDeclaration: { readonly type: "string"; readonly enum: readonly ["DOES_NOT_USE_THIRD_PARTY_CONTENT", "USES_THIRD_PARTY_CONTENT"]; }; readonly streamlinedPurchasingEnabled: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly accessibilityDeclarations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly appEncryptionDeclarations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreIcon: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildIcons"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly ciProduct: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciProducts"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly betaTesters: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly betaGroups: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appTags: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly preReleaseVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["preReleaseVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaAppLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly builds: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaLicenseAgreement: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly betaAppReviewDetail: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appInfos: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfos"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appClips: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appPricePoints: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly endUserLicenseAgreement: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["endUserLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appPriceSchedule: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly appAvailabilityV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly inAppPurchases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly deprecated: true; }; readonly subscriptionGroups: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterEnabledVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterEnabledVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly perfPowerMetrics: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly appCustomProductPages: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly inAppPurchasesV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly promotedPurchases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appEvents: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly reviewSubmissions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly subscriptionGracePeriod: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGracePeriods"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly customerReviews: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly customerReviewSummarizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly alternativeDistributionKey: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly analyticsReportRequests: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly marketplaceSearchDetail: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly buildUploads: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly backgroundAssets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly betaFeedbackScreenshotSubmissions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly betaFeedbackCrashSubmissions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly searchKeywords: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly webhooks: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly androidToIosAppMappingDetails: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["androidToIosAppMappingDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const AppsResponseSchema: { readonly type: "object"; readonly title: "AppsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AndroidToIosAppMappingDetail"; }, { readonly $ref: "#/components/schemas/AppClip"; }, { readonly $ref: "#/components/schemas/AppCustomProductPage"; }, { readonly $ref: "#/components/schemas/AppEncryptionDeclaration"; }, { readonly $ref: "#/components/schemas/AppEvent"; }, { readonly $ref: "#/components/schemas/AppInfo"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentV2"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/BetaAppLocalization"; }, { readonly $ref: "#/components/schemas/BetaAppReviewDetail"; }, { readonly $ref: "#/components/schemas/BetaGroup"; }, { readonly $ref: "#/components/schemas/BetaLicenseAgreement"; }, { readonly $ref: "#/components/schemas/BuildIcon"; }, { readonly $ref: "#/components/schemas/Build"; }, { readonly $ref: "#/components/schemas/CiProduct"; }, { readonly $ref: "#/components/schemas/EndUserLicenseAgreement"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterEnabledVersion"; }, { readonly $ref: "#/components/schemas/InAppPurchase"; }, { readonly $ref: "#/components/schemas/PrereleaseVersion"; }, { readonly $ref: "#/components/schemas/PromotedPurchase"; }, { readonly $ref: "#/components/schemas/ReviewSubmission"; }, { readonly $ref: "#/components/schemas/SubscriptionGracePeriod"; }, { readonly $ref: "#/components/schemas/SubscriptionGroup"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaGroups: "#/components/schemas/BetaGroup"; readonly appEvents: "#/components/schemas/AppEvent"; readonly appEncryptionDeclarations: "#/components/schemas/AppEncryptionDeclaration"; readonly reviewSubmissions: "#/components/schemas/ReviewSubmission"; readonly subscriptionGracePeriods: "#/components/schemas/SubscriptionGracePeriod"; readonly appInfos: "#/components/schemas/AppInfo"; readonly preReleaseVersions: "#/components/schemas/PrereleaseVersion"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperimentV2"; readonly appCustomProductPages: "#/components/schemas/AppCustomProductPage"; readonly inAppPurchases: "#/components/schemas/InAppPurchase"; readonly appClips: "#/components/schemas/AppClip"; readonly betaAppReviewDetails: "#/components/schemas/BetaAppReviewDetail"; readonly buildIcons: "#/components/schemas/BuildIcon"; readonly ciProducts: "#/components/schemas/CiProduct"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly promotedPurchases: "#/components/schemas/PromotedPurchase"; readonly androidToIosAppMappingDetails: "#/components/schemas/AndroidToIosAppMappingDetail"; readonly gameCenterEnabledVersions: "#/components/schemas/GameCenterEnabledVersion"; readonly subscriptionGroups: "#/components/schemas/SubscriptionGroup"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly builds: "#/components/schemas/Build"; readonly betaAppLocalizations: "#/components/schemas/BetaAppLocalization"; readonly betaLicenseAgreements: "#/components/schemas/BetaLicenseAgreement"; readonly endUserLicenseAgreements: "#/components/schemas/EndUserLicenseAgreement"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppResponseSchema: { readonly type: "object"; readonly title: "AppResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/App"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AndroidToIosAppMappingDetail"; }, { readonly $ref: "#/components/schemas/AppClip"; }, { readonly $ref: "#/components/schemas/AppCustomProductPage"; }, { readonly $ref: "#/components/schemas/AppEncryptionDeclaration"; }, { readonly $ref: "#/components/schemas/AppEvent"; }, { readonly $ref: "#/components/schemas/AppInfo"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperimentV2"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/BetaAppLocalization"; }, { readonly $ref: "#/components/schemas/BetaAppReviewDetail"; }, { readonly $ref: "#/components/schemas/BetaGroup"; }, { readonly $ref: "#/components/schemas/BetaLicenseAgreement"; }, { readonly $ref: "#/components/schemas/BuildIcon"; }, { readonly $ref: "#/components/schemas/Build"; }, { readonly $ref: "#/components/schemas/CiProduct"; }, { readonly $ref: "#/components/schemas/EndUserLicenseAgreement"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterEnabledVersion"; }, { readonly $ref: "#/components/schemas/InAppPurchase"; }, { readonly $ref: "#/components/schemas/PrereleaseVersion"; }, { readonly $ref: "#/components/schemas/PromotedPurchase"; }, { readonly $ref: "#/components/schemas/ReviewSubmission"; }, { readonly $ref: "#/components/schemas/SubscriptionGracePeriod"; }, { readonly $ref: "#/components/schemas/SubscriptionGroup"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaGroups: "#/components/schemas/BetaGroup"; readonly appEvents: "#/components/schemas/AppEvent"; readonly appEncryptionDeclarations: "#/components/schemas/AppEncryptionDeclaration"; readonly reviewSubmissions: "#/components/schemas/ReviewSubmission"; readonly subscriptionGracePeriods: "#/components/schemas/SubscriptionGracePeriod"; readonly appInfos: "#/components/schemas/AppInfo"; readonly preReleaseVersions: "#/components/schemas/PrereleaseVersion"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperimentV2"; readonly appCustomProductPages: "#/components/schemas/AppCustomProductPage"; readonly inAppPurchases: "#/components/schemas/InAppPurchase"; readonly appClips: "#/components/schemas/AppClip"; readonly betaAppReviewDetails: "#/components/schemas/BetaAppReviewDetail"; readonly buildIcons: "#/components/schemas/BuildIcon"; readonly ciProducts: "#/components/schemas/CiProduct"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly promotedPurchases: "#/components/schemas/PromotedPurchase"; readonly androidToIosAppMappingDetails: "#/components/schemas/AndroidToIosAppMappingDetail"; readonly gameCenterEnabledVersions: "#/components/schemas/GameCenterEnabledVersion"; readonly subscriptionGroups: "#/components/schemas/SubscriptionGroup"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly builds: "#/components/schemas/Build"; readonly betaAppLocalizations: "#/components/schemas/BetaAppLocalization"; readonly betaLicenseAgreements: "#/components/schemas/BetaLicenseAgreement"; readonly endUserLicenseAgreements: "#/components/schemas/EndUserLicenseAgreement"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppUpdateRequestSchema: { readonly type: "object"; readonly title: "AppUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly accessibilityUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly bundleId: { readonly type: "string"; readonly nullable: true; }; readonly primaryLocale: { readonly type: "string"; readonly nullable: true; }; readonly subscriptionStatusUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly subscriptionStatusUrlVersion: { readonly nullable: true; readonly $ref: "#/components/schemas/SubscriptionStatusUrlVersion"; }; readonly subscriptionStatusUrlForSandbox: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly subscriptionStatusUrlVersionForSandbox: { readonly nullable: true; readonly $ref: "#/components/schemas/SubscriptionStatusUrlVersion"; }; readonly contentRightsDeclaration: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["DOES_NOT_USE_THIRD_PARTY_CONTENT", "USES_THIRD_PARTY_CONTENT"]; }; readonly streamlinedPurchasingEnabled: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BackgroundAssetUploadFileSchema: { readonly type: "object"; readonly title: "BackgroundAssetUploadFile"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetUploadFiles"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; readonly assetToken: { readonly type: "string"; }; readonly assetType: { readonly type: "string"; readonly enum: readonly ["ASSET", "MANIFEST"]; }; readonly fileName: { readonly type: "string"; }; readonly fileSize: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 1; }; readonly sourceFileChecksum: { readonly type: "string"; readonly deprecated: true; }; readonly sourceFileChecksums: { readonly $ref: "#/components/schemas/Checksums"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeliveryFileUploadOperation"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BackgroundAssetUploadFilesResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetUploadFilesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BackgroundAssetUploadFile"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetUploadFileResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetUploadFileResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BackgroundAssetUploadFile"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetUploadFileCreateRequestSchema: { readonly type: "object"; readonly title: "BackgroundAssetUploadFileCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetUploadFiles"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly assetType: { readonly type: "string"; readonly enum: readonly ["ASSET", "MANIFEST"]; }; readonly fileName: { readonly type: "string"; }; readonly fileSize: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 1; }; }; readonly required: readonly ["fileName", "fileSize", "assetType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly backgroundAssetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["backgroundAssetVersion"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BackgroundAssetUploadFileUpdateRequestSchema: { readonly type: "object"; readonly title: "BackgroundAssetUploadFileUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetUploadFiles"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly deprecated: true; readonly nullable: true; }; readonly sourceFileChecksums: { readonly nullable: true; readonly $ref: "#/components/schemas/Checksums"; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BackgroundAssetVersionAppStoreReleaseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionAppStoreRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersionAppStoreReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly state: { readonly $ref: "#/components/schemas/BackgroundAssetVersionAppStoreReleaseState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly backgroundAssetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BackgroundAssetVersionAppStoreReleaseResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionAppStoreReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BackgroundAssetVersionAppStoreRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetVersionExternalBetaReleaseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionExternalBetaRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersionExternalBetaReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly state: { readonly $ref: "#/components/schemas/BackgroundAssetVersionExternalBetaReleaseState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly backgroundAssetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BackgroundAssetVersionExternalBetaReleaseResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionExternalBetaReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BackgroundAssetVersionExternalBetaRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetVersionInternalBetaReleaseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionInternalBetaRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersionInternalBetaReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly state: { readonly type: "string"; readonly enum: readonly ["READY_FOR_TESTING", "SUPERSEDED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly backgroundAssetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BackgroundAssetVersionInternalBetaReleaseResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionInternalBetaReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BackgroundAssetVersionInternalBetaRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetVersionSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly platforms: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Platform"; }; }; readonly state: { readonly $ref: "#/components/schemas/BackgroundAssetVersionState"; }; readonly stateDetails: { readonly type: "object"; readonly properties: { readonly errors: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/StateDetail"; }; }; readonly warnings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/StateDetail"; }; }; readonly infos: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/StateDetail"; }; }; }; }; readonly version: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly backgroundAsset: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly internalBetaRelease: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersionInternalBetaReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly externalBetaRelease: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersionExternalBetaReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreRelease: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersionAppStoreReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly assetFile: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetUploadFiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly manifestFile: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetUploadFiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly backgroundAssetUploadFiles: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BackgroundAssetVersionsResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BackgroundAssetUploadFile"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersionAppStoreRelease"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersionExternalBetaRelease"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersionInternalBetaRelease"; }, { readonly $ref: "#/components/schemas/BackgroundAsset"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly backgroundAssetVersionAppStoreReleases: "#/components/schemas/BackgroundAssetVersionAppStoreRelease"; readonly backgroundAssetVersionInternalBetaReleases: "#/components/schemas/BackgroundAssetVersionInternalBetaRelease"; readonly backgroundAssets: "#/components/schemas/BackgroundAsset"; readonly backgroundAssetUploadFiles: "#/components/schemas/BackgroundAssetUploadFile"; readonly backgroundAssetVersionExternalBetaReleases: "#/components/schemas/BackgroundAssetVersionExternalBetaRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetVersionResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BackgroundAssetUploadFile"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersionAppStoreRelease"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersionExternalBetaRelease"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersionInternalBetaRelease"; }, { readonly $ref: "#/components/schemas/BackgroundAsset"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly backgroundAssetVersionAppStoreReleases: "#/components/schemas/BackgroundAssetVersionAppStoreRelease"; readonly backgroundAssetVersionInternalBetaReleases: "#/components/schemas/BackgroundAssetVersionInternalBetaRelease"; readonly backgroundAssets: "#/components/schemas/BackgroundAsset"; readonly backgroundAssetUploadFiles: "#/components/schemas/BackgroundAssetUploadFile"; readonly backgroundAssetVersionExternalBetaReleases: "#/components/schemas/BackgroundAssetVersionExternalBetaRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetVersionCreateRequestSchema: { readonly type: "object"; readonly title: "BackgroundAssetVersionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly backgroundAsset: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["backgroundAsset"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BackgroundAssetSchema: { readonly type: "object"; readonly title: "BackgroundAsset"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly archived: { readonly type: "boolean"; }; readonly assetPackIdentifier: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly internalBetaVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly externalBetaVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BackgroundAssetsResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BackgroundAsset"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly backgroundAssetVersions: "#/components/schemas/BackgroundAssetVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetResponseSchema: { readonly type: "object"; readonly title: "BackgroundAssetResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BackgroundAsset"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly backgroundAssetVersions: "#/components/schemas/BackgroundAssetVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetCreateRequestSchema: { readonly type: "object"; readonly title: "BackgroundAssetCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssets"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly assetPackIdentifier: { readonly type: "string"; }; }; readonly required: readonly ["assetPackIdentifier"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BackgroundAssetUpdateRequestSchema: { readonly type: "object"; readonly title: "BackgroundAssetUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly archived: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppClipInvocationLocalizationSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocationLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly title: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaAppClipInvocationLocalizationInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocationLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly title: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; }; readonly required: readonly ["locale", "title"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly betaAppClipInvocation: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; export declare const BetaAppClipInvocationLocalizationResponseSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaAppClipInvocationLocalization"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppClipInvocationLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocationLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly title: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; }; readonly required: readonly ["locale", "title"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly betaAppClipInvocation: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["betaAppClipInvocation"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppClipInvocationLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocationLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly title: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppClipInvocationSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocation"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly betaAppClipInvocationLocalizations: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocationLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaAppClipInvocationsResponseSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppClipInvocation"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppClipInvocationLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppClipInvocationResponseSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaAppClipInvocation"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppClipInvocationLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppClipInvocationCreateRequestSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; readonly format: "uri"; }; }; readonly required: readonly ["url"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly buildBundle: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBundles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly betaAppClipInvocationLocalizations: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocationLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["buildBundle", "betaAppClipInvocationLocalizations"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppClipInvocationLocalizationInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppClipInvocationUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaAppClipInvocationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppLocalizationSchema: { readonly type: "object"; readonly title: "BetaAppLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly feedbackEmail: { readonly type: "string"; }; readonly marketingUrl: { readonly type: "string"; }; readonly privacyPolicyUrl: { readonly type: "string"; }; readonly tvOsPrivacyPolicy: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaAppLocalizationsResponseSchema: { readonly type: "object"; readonly title: "BetaAppLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppLocalizationResponseSchema: { readonly type: "object"; readonly title: "BetaAppLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaAppLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "BetaAppLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly feedbackEmail: { readonly type: "string"; readonly nullable: true; }; readonly marketingUrl: { readonly type: "string"; readonly nullable: true; }; readonly privacyPolicyUrl: { readonly type: "string"; readonly nullable: true; }; readonly tvOsPrivacyPolicy: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; readonly locale: { readonly type: "string"; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaAppLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly feedbackEmail: { readonly type: "string"; readonly nullable: true; }; readonly marketingUrl: { readonly type: "string"; readonly nullable: true; }; readonly privacyPolicyUrl: { readonly type: "string"; readonly nullable: true; }; readonly tvOsPrivacyPolicy: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppReviewDetailSchema: { readonly type: "object"; readonly title: "BetaAppReviewDetail"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly contactFirstName: { readonly type: "string"; }; readonly contactLastName: { readonly type: "string"; }; readonly contactPhone: { readonly type: "string"; }; readonly contactEmail: { readonly type: "string"; }; readonly demoAccountName: { readonly type: "string"; }; readonly demoAccountPassword: { readonly type: "string"; }; readonly demoAccountRequired: { readonly type: "boolean"; }; readonly notes: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaAppReviewDetailsResponseSchema: { readonly type: "object"; readonly title: "BetaAppReviewDetailsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppReviewDetail"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewDetailResponseSchema: { readonly type: "object"; readonly title: "BetaAppReviewDetailResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaAppReviewDetail"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewDetailUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaAppReviewDetailUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly contactFirstName: { readonly type: "string"; readonly nullable: true; }; readonly contactLastName: { readonly type: "string"; readonly nullable: true; }; readonly contactPhone: { readonly type: "string"; readonly nullable: true; }; readonly contactEmail: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountName: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountPassword: { readonly type: "string"; readonly nullable: true; }; readonly demoAccountRequired: { readonly type: "boolean"; readonly nullable: true; }; readonly notes: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaAppReviewSubmissionSchema: { readonly type: "object"; readonly title: "BetaAppReviewSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly betaReviewState: { readonly $ref: "#/components/schemas/BetaReviewState"; }; readonly submittedDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaAppReviewSubmissionsResponseSchema: { readonly type: "object"; readonly title: "BetaAppReviewSubmissionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppReviewSubmission"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewSubmissionResponseSchema: { readonly type: "object"; readonly title: "BetaAppReviewSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaAppReviewSubmission"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewSubmissionCreateRequestSchema: { readonly type: "object"; readonly title: "BetaAppReviewSubmissionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewSubmissions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["build"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaBuildLocalizationSchema: { readonly type: "object"; readonly title: "BetaBuildLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaBuildLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly whatsNew: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaBuildLocalizationsResponseSchema: { readonly type: "object"; readonly title: "BetaBuildLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaBuildLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaBuildLocalizationResponseSchema: { readonly type: "object"; readonly title: "BetaBuildLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaBuildLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaBuildLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "BetaBuildLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaBuildLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly whatsNew: { readonly type: "string"; readonly nullable: true; }; readonly locale: { readonly type: "string"; }; }; readonly required: readonly ["locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["build"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaBuildLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaBuildLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaBuildLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly whatsNew: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaCrashLogSchema: { readonly type: "object"; readonly title: "BetaCrashLog"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaCrashLogs"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly logText: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaCrashLogResponseSchema: { readonly type: "object"; readonly title: "BetaCrashLogResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaCrashLog"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaFeedbackCrashSubmissionSchema: { readonly type: "object"; readonly title: "BetaFeedbackCrashSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaFeedbackCrashSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly comment: { readonly type: "string"; }; readonly email: { readonly type: "string"; }; readonly deviceModel: { readonly type: "string"; }; readonly osVersion: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly timeZone: { readonly type: "string"; }; readonly architecture: { readonly type: "string"; }; readonly connectionType: { readonly $ref: "#/components/schemas/DeviceConnectionType"; }; readonly pairedAppleWatch: { readonly type: "string"; }; readonly appUptimeInMilliseconds: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 0; }; readonly diskBytesAvailable: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 0; }; readonly diskBytesTotal: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 0; }; readonly batteryPercentage: { readonly type: "integer"; }; readonly screenWidthInPoints: { readonly type: "integer"; }; readonly screenHeightInPoints: { readonly type: "integer"; }; readonly appPlatform: { readonly $ref: "#/components/schemas/Platform"; }; readonly devicePlatform: { readonly $ref: "#/components/schemas/Platform"; }; readonly deviceFamily: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly buildBundleId: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly crashLog: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly tester: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaFeedbackCrashSubmissionsResponseSchema: { readonly type: "object"; readonly title: "BetaFeedbackCrashSubmissionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaFeedbackCrashSubmission"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly betaTesters: "#/components/schemas/BetaTester"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaFeedbackCrashSubmissionResponseSchema: { readonly type: "object"; readonly title: "BetaFeedbackCrashSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaFeedbackCrashSubmission"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly betaTesters: "#/components/schemas/BetaTester"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaFeedbackScreenshotSubmissionSchema: { readonly type: "object"; readonly title: "BetaFeedbackScreenshotSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaFeedbackScreenshotSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly comment: { readonly type: "string"; }; readonly email: { readonly type: "string"; }; readonly deviceModel: { readonly type: "string"; }; readonly osVersion: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly timeZone: { readonly type: "string"; }; readonly architecture: { readonly type: "string"; }; readonly connectionType: { readonly $ref: "#/components/schemas/DeviceConnectionType"; }; readonly pairedAppleWatch: { readonly type: "string"; }; readonly appUptimeInMilliseconds: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 0; }; readonly diskBytesAvailable: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 0; }; readonly diskBytesTotal: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 0; }; readonly batteryPercentage: { readonly type: "integer"; }; readonly screenWidthInPoints: { readonly type: "integer"; }; readonly screenHeightInPoints: { readonly type: "integer"; }; readonly appPlatform: { readonly $ref: "#/components/schemas/Platform"; }; readonly devicePlatform: { readonly $ref: "#/components/schemas/Platform"; }; readonly deviceFamily: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly buildBundleId: { readonly type: "string"; }; readonly screenshots: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaFeedbackScreenshotImage"; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly tester: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaFeedbackScreenshotSubmissionsResponseSchema: { readonly type: "object"; readonly title: "BetaFeedbackScreenshotSubmissionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaFeedbackScreenshotSubmission"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly betaTesters: "#/components/schemas/BetaTester"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaFeedbackScreenshotSubmissionResponseSchema: { readonly type: "object"; readonly title: "BetaFeedbackScreenshotSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaFeedbackScreenshotSubmission"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly betaTesters: "#/components/schemas/BetaTester"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupSchema: { readonly type: "object"; readonly title: "BetaGroup"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly isInternalGroup: { readonly type: "boolean"; }; readonly hasAccessToAllBuilds: { readonly type: "boolean"; }; readonly publicLinkEnabled: { readonly type: "boolean"; }; readonly publicLinkId: { readonly type: "string"; }; readonly publicLinkLimitEnabled: { readonly type: "boolean"; }; readonly publicLinkLimit: { readonly type: "integer"; }; readonly publicLink: { readonly type: "string"; }; readonly feedbackEnabled: { readonly type: "boolean"; }; readonly iosBuildsAvailableForAppleSiliconMac: { readonly type: "boolean"; }; readonly iosBuildsAvailableForAppleVision: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly builds: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaTesters: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaRecruitmentCriteria: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriteria"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly betaRecruitmentCriterionCompatibleBuildCheck: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaGroupsResponseSchema: { readonly type: "object"; readonly title: "BetaGroupsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaGroup"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BetaRecruitmentCriterion"; }, { readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaRecruitmentCriteria: "#/components/schemas/BetaRecruitmentCriterion"; readonly builds: "#/components/schemas/Build"; readonly betaTesters: "#/components/schemas/BetaTester"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupResponseSchema: { readonly type: "object"; readonly title: "BetaGroupResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaGroup"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BetaRecruitmentCriterion"; }, { readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaRecruitmentCriteria: "#/components/schemas/BetaRecruitmentCriterion"; readonly builds: "#/components/schemas/Build"; readonly betaTesters: "#/components/schemas/BetaTester"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupCreateRequestSchema: { readonly type: "object"; readonly title: "BetaGroupCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly isInternalGroup: { readonly type: "boolean"; readonly nullable: true; }; readonly hasAccessToAllBuilds: { readonly type: "boolean"; readonly nullable: true; }; readonly publicLinkEnabled: { readonly type: "boolean"; readonly nullable: true; }; readonly publicLinkLimitEnabled: { readonly type: "boolean"; readonly nullable: true; }; readonly publicLinkLimit: { readonly type: "integer"; readonly nullable: true; }; readonly feedbackEnabled: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["name"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly builds: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaTesters: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaGroupUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaGroupUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly publicLinkEnabled: { readonly type: "boolean"; readonly nullable: true; }; readonly publicLinkLimitEnabled: { readonly type: "boolean"; readonly nullable: true; }; readonly publicLinkLimit: { readonly type: "integer"; readonly nullable: true; }; readonly feedbackEnabled: { readonly type: "boolean"; readonly nullable: true; }; readonly iosBuildsAvailableForAppleSiliconMac: { readonly type: "boolean"; readonly nullable: true; }; readonly iosBuildsAvailableForAppleVision: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaLicenseAgreementSchema: { readonly type: "object"; readonly title: "BetaLicenseAgreement"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly agreementText: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaLicenseAgreementsResponseSchema: { readonly type: "object"; readonly title: "BetaLicenseAgreementsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaLicenseAgreement"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaLicenseAgreementResponseSchema: { readonly type: "object"; readonly title: "BetaLicenseAgreementResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaLicenseAgreement"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaLicenseAgreementUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaLicenseAgreementUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly agreementText: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaRecruitmentCriterionSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriteria"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly lastModifiedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly deviceFamilyOsVersionFilters: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeviceFamilyOsVersionFilter"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaRecruitmentCriterionResponseSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaRecruitmentCriterion"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaRecruitmentCriterionCreateRequestSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriteria"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deviceFamilyOsVersionFilters: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeviceFamilyOsVersionFilter"; }; }; }; readonly required: readonly ["deviceFamilyOsVersionFilters"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly betaGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["betaGroup"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaRecruitmentCriterionUpdateRequestSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterionUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriteria"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deviceFamilyOsVersionFilters: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeviceFamilyOsVersionFilter"; }; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaRecruitmentCriterionCompatibleBuildCheckSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterionCompatibleBuildCheck"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriterionCompatibleBuildChecks"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly hasCompatibleBuild: { readonly type: "boolean"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaRecruitmentCriterionCompatibleBuildCheckResponseSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterionCompatibleBuildCheckResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaRecruitmentCriterionCompatibleBuildCheck"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaRecruitmentCriterionOptionSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterionOption"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriterionOptions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deviceFamilyOsVersions: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly deviceFamily: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly osVersions: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaRecruitmentCriterionOptionsResponseSchema: { readonly type: "object"; readonly title: "BetaRecruitmentCriterionOptionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaRecruitmentCriterionOption"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterInvitationSchema: { readonly type: "object"; readonly title: "BetaTesterInvitation"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesterInvitations"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaTesterInvitationResponseSchema: { readonly type: "object"; readonly title: "BetaTesterInvitationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaTesterInvitation"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterInvitationCreateRequestSchema: { readonly type: "object"; readonly title: "BetaTesterInvitationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesterInvitations"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly betaTester: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly deprecated: true; }; readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BetaTesterSchema: { readonly type: "object"; readonly title: "BetaTester"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly firstName: { readonly type: "string"; }; readonly lastName: { readonly type: "string"; }; readonly email: { readonly type: "string"; readonly format: "email"; }; readonly inviteType: { readonly $ref: "#/components/schemas/BetaInviteType"; }; readonly state: { readonly $ref: "#/components/schemas/BetaTesterState"; }; readonly appDevices: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly model: { readonly type: "string"; }; readonly platform: { readonly type: "string"; readonly enum: readonly ["IOS", "MAC_OS", "TV_OS", "WATCH_OS", "VISION_OS"]; }; readonly osVersion: { readonly type: "string"; }; readonly appBuildVersion: { readonly type: "string"; }; }; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly apps: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaGroups: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly builds: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BetaTestersResponseSchema: { readonly type: "object"; readonly title: "BetaTestersResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaTester"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BetaGroup"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaGroups: "#/components/schemas/BetaGroup"; readonly builds: "#/components/schemas/Build"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterResponseSchema: { readonly type: "object"; readonly title: "BetaTesterResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaTester"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BetaGroup"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaGroups: "#/components/schemas/BetaGroup"; readonly builds: "#/components/schemas/Build"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterCreateRequestSchema: { readonly type: "object"; readonly title: "BetaTesterCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly firstName: { readonly type: "string"; readonly nullable: true; }; readonly lastName: { readonly type: "string"; readonly nullable: true; }; readonly email: { readonly type: "string"; readonly format: "email"; }; }; readonly required: readonly ["email"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly betaGroups: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly builds: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BuildBetaDetailSchema: { readonly type: "object"; readonly title: "BuildBetaDetail"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBetaDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly autoNotifyEnabled: { readonly type: "boolean"; }; readonly internalBuildState: { readonly $ref: "#/components/schemas/InternalBetaState"; }; readonly externalBuildState: { readonly $ref: "#/components/schemas/ExternalBetaState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildBetaDetailsResponseSchema: { readonly type: "object"; readonly title: "BuildBetaDetailsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BuildBetaDetail"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBetaDetailResponseSchema: { readonly type: "object"; readonly title: "BuildBetaDetailResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BuildBetaDetail"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBetaDetailUpdateRequestSchema: { readonly type: "object"; readonly title: "BuildBetaDetailUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBetaDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly autoNotifyEnabled: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BuildBetaNotificationSchema: { readonly type: "object"; readonly title: "BuildBetaNotification"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBetaNotifications"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildBetaNotificationResponseSchema: { readonly type: "object"; readonly title: "BuildBetaNotificationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BuildBetaNotification"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBetaNotificationCreateRequestSchema: { readonly type: "object"; readonly title: "BuildBetaNotificationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBetaNotifications"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["build"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BuildBundleFileSizeSchema: { readonly type: "object"; readonly title: "BuildBundleFileSize"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBundleFileSizes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly deviceModel: { readonly type: "string"; }; readonly osVersion: { readonly type: "string"; }; readonly downloadBytes: { readonly type: "integer"; }; readonly installBytes: { readonly type: "integer"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildBundleFileSizesResponseSchema: { readonly type: "object"; readonly title: "BuildBundleFileSizesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BuildBundleFileSize"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBundleSchema: { readonly type: "object"; readonly title: "BuildBundle"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBundles"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "string"; }; readonly bundleType: { readonly $ref: "#/components/schemas/BuildBundleType"; }; readonly sdkBuild: { readonly type: "string"; }; readonly platformBuild: { readonly type: "string"; }; readonly fileName: { readonly type: "string"; }; readonly hasSirikit: { readonly type: "boolean"; }; readonly hasOnDemandResources: { readonly type: "boolean"; }; readonly hasPrerenderedIcon: { readonly type: "boolean"; }; readonly usesLocationServices: { readonly type: "boolean"; }; readonly isIosBuildMacAppStoreCompatible: { readonly type: "boolean"; }; readonly includesSymbols: { readonly type: "boolean"; }; readonly dSYMUrl: { readonly type: "string"; readonly format: "uri"; }; readonly supportedArchitectures: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly requiredCapabilities: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly deviceProtocols: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly locales: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly entitlements: { readonly type: "object"; readonly additionalProperties: { readonly type: "object"; readonly additionalProperties: { readonly type: "string"; }; }; }; readonly baDownloadAllowance: { readonly type: "integer"; }; readonly baMaxInstallSize: { readonly type: "integer"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appClipDomainCacheStatus: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDomainStatuses"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appClipDomainDebugStatus: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDomainStatuses"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly betaAppClipInvocations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly buildBundleFileSizes: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBundleFileSizes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildIconSchema: { readonly type: "object"; readonly title: "BuildIcon"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildIcons"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly iconAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly iconType: { readonly $ref: "#/components/schemas/IconAssetType"; }; readonly masked: { readonly type: "boolean"; }; readonly name: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildIconsResponseSchema: { readonly type: "object"; readonly title: "BuildIconsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BuildIcon"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildUploadFileSchema: { readonly type: "object"; readonly title: "BuildUploadFile"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploadFiles"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; readonly assetToken: { readonly type: "string"; }; readonly assetType: { readonly type: "string"; readonly enum: readonly ["ASSET", "ASSET_DESCRIPTION", "ASSET_SPI"]; }; readonly fileName: { readonly type: "string"; }; readonly fileSize: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 1; }; readonly sourceFileChecksums: { readonly $ref: "#/components/schemas/Checksums"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeliveryFileUploadOperation"; }; }; readonly uti: { readonly type: "string"; readonly enum: readonly ["com.apple.binary-property-list", "com.apple.ipa", "com.apple.pkg", "com.apple.xml-property-list", "com.pkware.zip-archive"]; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildUploadFilesResponseSchema: { readonly type: "object"; readonly title: "BuildUploadFilesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BuildUploadFile"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildUploadFileResponseSchema: { readonly type: "object"; readonly title: "BuildUploadFileResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BuildUploadFile"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildUploadFileCreateRequestSchema: { readonly type: "object"; readonly title: "BuildUploadFileCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploadFiles"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly assetType: { readonly type: "string"; readonly enum: readonly ["ASSET", "ASSET_DESCRIPTION", "ASSET_SPI"]; }; readonly fileName: { readonly type: "string"; }; readonly fileSize: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 1; }; readonly uti: { readonly type: "string"; readonly enum: readonly ["com.apple.binary-property-list", "com.apple.ipa", "com.apple.pkg", "com.apple.xml-property-list", "com.pkware.zip-archive"]; }; }; readonly required: readonly ["fileName", "fileSize", "uti", "assetType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly buildUpload: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploads"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["buildUpload"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BuildUploadFileUpdateRequestSchema: { readonly type: "object"; readonly title: "BuildUploadFileUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploadFiles"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksums: { readonly nullable: true; readonly $ref: "#/components/schemas/Checksums"; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BuildUploadSchema: { readonly type: "object"; readonly title: "BuildUpload"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploads"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly cfBundleShortVersionString: { readonly type: "string"; }; readonly cfBundleVersion: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly state: { readonly type: "object"; readonly properties: { readonly errors: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/StateDetail"; }; }; readonly warnings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/StateDetail"; }; }; readonly infos: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/StateDetail"; }; }; readonly state: { readonly $ref: "#/components/schemas/BuildUploadState"; }; }; }; readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly uploadedDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly build: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly assetFile: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploadFiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly assetDescriptionFile: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploadFiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly assetSpiFile: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploadFiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly buildUploadFiles: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildUploadsResponseSchema: { readonly type: "object"; readonly title: "BuildUploadsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BuildUpload"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BuildUploadFile"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly buildUploadFiles: "#/components/schemas/BuildUploadFile"; readonly builds: "#/components/schemas/Build"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildUploadResponseSchema: { readonly type: "object"; readonly title: "BuildUploadResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BuildUpload"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BuildUploadFile"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly buildUploadFiles: "#/components/schemas/BuildUploadFile"; readonly builds: "#/components/schemas/Build"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildUploadCreateRequestSchema: { readonly type: "object"; readonly title: "BuildUploadCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploads"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly cfBundleShortVersionString: { readonly type: "string"; }; readonly cfBundleVersion: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; }; readonly required: readonly ["cfBundleVersion", "cfBundleShortVersionString", "platform"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BuildSchema: { readonly type: "object"; readonly title: "Build"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly uploadedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date-time"; }; readonly expired: { readonly type: "boolean"; }; readonly minOsVersion: { readonly type: "string"; }; readonly lsMinimumSystemVersion: { readonly type: "string"; }; readonly computedMinMacOsVersion: { readonly type: "string"; }; readonly computedMinVisionOsVersion: { readonly type: "string"; }; readonly iconAssetToken: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly processingState: { readonly type: "string"; readonly enum: readonly ["PROCESSING", "FAILED", "INVALID", "VALID"]; }; readonly buildAudienceType: { readonly $ref: "#/components/schemas/BuildAudienceType"; }; readonly usesNonExemptEncryption: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly preReleaseVersion: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["preReleaseVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly individualTesters: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaGroups: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly betaBuildLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaBuildLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appEncryptionDeclaration: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly betaAppReviewSubmission: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly buildBetaDetail: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBetaDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly icons: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildIcons"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly buildBundles: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBundles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly buildUpload: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploads"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly perfPowerMetrics: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly diagnosticSignatures: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BuildsResponseSchema: { readonly type: "object"; readonly title: "BuildsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppEncryptionDeclaration"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BetaAppReviewSubmission"; }, { readonly $ref: "#/components/schemas/BetaBuildLocalization"; }, { readonly $ref: "#/components/schemas/BetaGroup"; }, { readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/BuildBetaDetail"; }, { readonly $ref: "#/components/schemas/BuildBundle"; }, { readonly $ref: "#/components/schemas/BuildIcon"; }, { readonly $ref: "#/components/schemas/BuildUpload"; }, { readonly $ref: "#/components/schemas/PrereleaseVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaGroups: "#/components/schemas/BetaGroup"; readonly appEncryptionDeclarations: "#/components/schemas/AppEncryptionDeclaration"; readonly betaAppReviewSubmissions: "#/components/schemas/BetaAppReviewSubmission"; readonly buildBetaDetails: "#/components/schemas/BuildBetaDetail"; readonly buildIcons: "#/components/schemas/BuildIcon"; readonly buildUploads: "#/components/schemas/BuildUpload"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly preReleaseVersions: "#/components/schemas/PrereleaseVersion"; readonly buildBundles: "#/components/schemas/BuildBundle"; readonly betaTesters: "#/components/schemas/BetaTester"; readonly apps: "#/components/schemas/App"; readonly betaBuildLocalizations: "#/components/schemas/BetaBuildLocalization"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildResponseSchema: { readonly type: "object"; readonly title: "BuildResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Build"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppEncryptionDeclaration"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BetaAppReviewSubmission"; }, { readonly $ref: "#/components/schemas/BetaBuildLocalization"; }, { readonly $ref: "#/components/schemas/BetaGroup"; }, { readonly $ref: "#/components/schemas/BetaTester"; }, { readonly $ref: "#/components/schemas/BuildBetaDetail"; }, { readonly $ref: "#/components/schemas/BuildBundle"; }, { readonly $ref: "#/components/schemas/BuildIcon"; }, { readonly $ref: "#/components/schemas/BuildUpload"; }, { readonly $ref: "#/components/schemas/PrereleaseVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly betaGroups: "#/components/schemas/BetaGroup"; readonly appEncryptionDeclarations: "#/components/schemas/AppEncryptionDeclaration"; readonly betaAppReviewSubmissions: "#/components/schemas/BetaAppReviewSubmission"; readonly buildBetaDetails: "#/components/schemas/BuildBetaDetail"; readonly buildIcons: "#/components/schemas/BuildIcon"; readonly buildUploads: "#/components/schemas/BuildUpload"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly preReleaseVersions: "#/components/schemas/PrereleaseVersion"; readonly buildBundles: "#/components/schemas/BuildBundle"; readonly betaTesters: "#/components/schemas/BetaTester"; readonly apps: "#/components/schemas/App"; readonly betaBuildLocalizations: "#/components/schemas/BetaBuildLocalization"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildUpdateRequestSchema: { readonly type: "object"; readonly title: "BuildUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly expired: { readonly type: "boolean"; readonly nullable: true; }; readonly usesNonExemptEncryption: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appEncryptionDeclaration: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BundleIdCapabilitySchema: { readonly type: "object"; readonly title: "BundleIdCapability"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIdCapabilities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly capabilityType: { readonly $ref: "#/components/schemas/CapabilityType"; }; readonly settings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CapabilitySetting"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BundleIdCapabilitiesResponseSchema: { readonly type: "object"; readonly title: "BundleIdCapabilitiesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BundleIdCapability"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdCapabilityResponseSchema: { readonly type: "object"; readonly title: "BundleIdCapabilityResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BundleIdCapability"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdCapabilityCreateRequestSchema: { readonly type: "object"; readonly title: "BundleIdCapabilityCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIdCapabilities"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly capabilityType: { readonly $ref: "#/components/schemas/CapabilityType"; }; readonly settings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CapabilitySetting"; }; readonly nullable: true; }; }; readonly required: readonly ["capabilityType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["bundleId"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BundleIdCapabilityUpdateRequestSchema: { readonly type: "object"; readonly title: "BundleIdCapabilityUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIdCapabilities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly capabilityType: { readonly nullable: true; readonly $ref: "#/components/schemas/CapabilityType"; }; readonly settings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CapabilitySetting"; }; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BundleIdSchema: { readonly type: "object"; readonly title: "BundleId"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/BundleIdPlatform"; }; readonly identifier: { readonly type: "string"; }; readonly seedId: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly profiles: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["profiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly bundleIdCapabilities: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIdCapabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const BundleIdsResponseSchema: { readonly type: "object"; readonly title: "BundleIdsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BundleId"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BundleIdCapability"; }, { readonly $ref: "#/components/schemas/Profile"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly bundleIdCapabilities: "#/components/schemas/BundleIdCapability"; readonly profiles: "#/components/schemas/Profile"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdResponseSchema: { readonly type: "object"; readonly title: "BundleIdResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BundleId"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BundleIdCapability"; }, { readonly $ref: "#/components/schemas/Profile"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly bundleIdCapabilities: "#/components/schemas/BundleIdCapability"; readonly profiles: "#/components/schemas/Profile"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdCreateRequestSchema: { readonly type: "object"; readonly title: "BundleIdCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/BundleIdPlatform"; }; readonly identifier: { readonly type: "string"; }; readonly seedId: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["identifier", "name", "platform"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BundleIdUpdateRequestSchema: { readonly type: "object"; readonly title: "BundleIdUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const CertificateSchema: { readonly type: "object"; readonly title: "Certificate"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly certificateType: { readonly $ref: "#/components/schemas/CertificateType"; }; readonly displayName: { readonly type: "string"; }; readonly serialNumber: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/BundleIdPlatform"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date-time"; }; readonly certificateContent: { readonly type: "string"; }; readonly activated: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly passTypeId: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["passTypeIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CertificatesResponseSchema: { readonly type: "object"; readonly title: "CertificatesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Certificate"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/PassTypeId"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CertificateResponseSchema: { readonly type: "object"; readonly title: "CertificateResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Certificate"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/PassTypeId"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CertificateCreateRequestSchema: { readonly type: "object"; readonly title: "CertificateCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly csrContent: { readonly type: "string"; }; readonly certificateType: { readonly $ref: "#/components/schemas/CertificateType"; }; }; readonly required: readonly ["csrContent", "certificateType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly merchantId: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["merchantIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly passTypeId: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["passTypeIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const CertificateUpdateRequestSchema: { readonly type: "object"; readonly title: "CertificateUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly activated: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const CiArtifactSchema: { readonly type: "object"; readonly title: "CiArtifact"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciArtifacts"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileType: { readonly type: "string"; readonly enum: readonly ["ARCHIVE", "ARCHIVE_EXPORT", "LOG_BUNDLE", "RESULT_BUNDLE", "TEST_PRODUCTS", "XCODEBUILD_PRODUCTS", "STAPLED_NOTARIZED_ARCHIVE"]; }; readonly fileName: { readonly type: "string"; }; readonly fileSize: { readonly type: "integer"; }; readonly downloadUrl: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiArtifactsResponseSchema: { readonly type: "object"; readonly title: "CiArtifactsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiArtifact"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiArtifactResponseSchema: { readonly type: "object"; readonly title: "CiArtifactResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiArtifact"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildActionSchema: { readonly type: "object"; readonly title: "CiBuildAction"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildActions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly actionType: { readonly $ref: "#/components/schemas/CiActionType"; }; readonly startedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly finishedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly issueCounts: { readonly $ref: "#/components/schemas/CiIssueCounts"; }; readonly executionProgress: { readonly $ref: "#/components/schemas/CiExecutionProgress"; }; readonly completionStatus: { readonly $ref: "#/components/schemas/CiCompletionStatus"; }; readonly isRequiredToPass: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly buildRun: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildRuns"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly artifacts: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly issues: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly testResults: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiBuildActionsResponseSchema: { readonly type: "object"; readonly title: "CiBuildActionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiBuildAction"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiBuildRun"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildActionResponseSchema: { readonly type: "object"; readonly title: "CiBuildActionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiBuildAction"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiBuildRun"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildRunSchema: { readonly type: "object"; readonly title: "CiBuildRun"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildRuns"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly number: { readonly type: "integer"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly startedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly finishedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly sourceCommit: { readonly type: "object"; readonly properties: { readonly commitSha: { readonly type: "string"; }; readonly message: { readonly type: "string"; }; readonly author: { readonly $ref: "#/components/schemas/CiGitUser"; }; readonly committer: { readonly $ref: "#/components/schemas/CiGitUser"; }; readonly webUrl: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly destinationCommit: { readonly type: "object"; readonly properties: { readonly commitSha: { readonly type: "string"; }; readonly message: { readonly type: "string"; }; readonly author: { readonly $ref: "#/components/schemas/CiGitUser"; }; readonly committer: { readonly $ref: "#/components/schemas/CiGitUser"; }; readonly webUrl: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly isPullRequestBuild: { readonly type: "boolean"; }; readonly issueCounts: { readonly $ref: "#/components/schemas/CiIssueCounts"; }; readonly executionProgress: { readonly $ref: "#/components/schemas/CiExecutionProgress"; }; readonly completionStatus: { readonly $ref: "#/components/schemas/CiCompletionStatus"; }; readonly startReason: { readonly type: "string"; readonly enum: readonly ["GIT_REF_CHANGE", "MANUAL", "MANUAL_REBUILD", "PULL_REQUEST_OPEN", "PULL_REQUEST_UPDATE", "SCHEDULE"]; }; readonly cancelReason: { readonly type: "string"; readonly enum: readonly ["AUTOMATICALLY_BY_NEWER_BUILD", "MANUALLY_BY_USER"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly builds: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly workflow: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciWorkflows"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly product: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciProducts"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly sourceBranchOrTag: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmGitReferences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly destinationBranch: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmGitReferences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly actions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly pullRequest: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmPullRequests"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiBuildRunsResponseSchema: { readonly type: "object"; readonly title: "CiBuildRunsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiBuildRun"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/Build"; }, { readonly $ref: "#/components/schemas/CiProduct"; }, { readonly $ref: "#/components/schemas/CiWorkflow"; }, { readonly $ref: "#/components/schemas/ScmGitReference"; }, { readonly $ref: "#/components/schemas/ScmPullRequest"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly ciProducts: "#/components/schemas/CiProduct"; readonly builds: "#/components/schemas/Build"; readonly scmPullRequests: "#/components/schemas/ScmPullRequest"; readonly ciWorkflows: "#/components/schemas/CiWorkflow"; readonly scmGitReferences: "#/components/schemas/ScmGitReference"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildRunResponseSchema: { readonly type: "object"; readonly title: "CiBuildRunResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiBuildRun"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/Build"; }, { readonly $ref: "#/components/schemas/CiProduct"; }, { readonly $ref: "#/components/schemas/CiWorkflow"; }, { readonly $ref: "#/components/schemas/ScmGitReference"; }, { readonly $ref: "#/components/schemas/ScmPullRequest"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly ciProducts: "#/components/schemas/CiProduct"; readonly builds: "#/components/schemas/Build"; readonly scmPullRequests: "#/components/schemas/ScmPullRequest"; readonly ciWorkflows: "#/components/schemas/CiWorkflow"; readonly scmGitReferences: "#/components/schemas/ScmGitReference"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildRunCreateRequestSchema: { readonly type: "object"; readonly title: "CiBuildRunCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildRuns"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly clean: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly buildRun: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildRuns"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly workflow: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciWorkflows"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly sourceBranchOrTag: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmGitReferences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly pullRequest: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmPullRequests"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; }; readonly required: readonly ["data"]; }; export declare const CiIssueSchema: { readonly type: "object"; readonly title: "CiIssue"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciIssues"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly issueType: { readonly type: "string"; readonly enum: readonly ["ANALYZER_WARNING", "ERROR", "TEST_FAILURE", "WARNING"]; }; readonly message: { readonly type: "string"; }; readonly fileSource: { readonly $ref: "#/components/schemas/FileLocation"; }; readonly category: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiIssuesResponseSchema: { readonly type: "object"; readonly title: "CiIssuesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiIssue"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiIssueResponseSchema: { readonly type: "object"; readonly title: "CiIssueResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiIssue"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiMacOsVersionSchema: { readonly type: "object"; readonly title: "CiMacOsVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciMacOsVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly xcodeVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciXcodeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiMacOsVersionsResponseSchema: { readonly type: "object"; readonly title: "CiMacOsVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiMacOsVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiXcodeVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiMacOsVersionResponseSchema: { readonly type: "object"; readonly title: "CiMacOsVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiMacOsVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiXcodeVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiProductSchema: { readonly type: "object"; readonly title: "CiProduct"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciProducts"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly productType: { readonly type: "string"; readonly enum: readonly ["APP", "FRAMEWORK"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly bundleId: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly workflows: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly primaryRepositories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly additionalRepositories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly buildRuns: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiProductsResponseSchema: { readonly type: "object"; readonly title: "CiProductsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiProduct"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BundleId"; }, { readonly $ref: "#/components/schemas/ScmRepository"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly scmRepositories: "#/components/schemas/ScmRepository"; readonly bundleIds: "#/components/schemas/BundleId"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiProductResponseSchema: { readonly type: "object"; readonly title: "CiProductResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiProduct"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/BundleId"; }, { readonly $ref: "#/components/schemas/ScmRepository"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly scmRepositories: "#/components/schemas/ScmRepository"; readonly bundleIds: "#/components/schemas/BundleId"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiTestResultSchema: { readonly type: "object"; readonly title: "CiTestResult"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciTestResults"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly className: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly status: { readonly $ref: "#/components/schemas/CiTestStatus"; }; readonly fileSource: { readonly $ref: "#/components/schemas/FileLocation"; }; readonly message: { readonly type: "string"; }; readonly destinationTestResults: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly uuid: { readonly type: "string"; }; readonly deviceName: { readonly type: "string"; }; readonly osVersion: { readonly type: "string"; }; readonly status: { readonly $ref: "#/components/schemas/CiTestStatus"; }; readonly duration: { readonly type: "number"; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiTestResultsResponseSchema: { readonly type: "object"; readonly title: "CiTestResultsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiTestResult"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiTestResultResponseSchema: { readonly type: "object"; readonly title: "CiTestResultResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiTestResult"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiWorkflowSchema: { readonly type: "object"; readonly title: "CiWorkflow"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciWorkflows"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly branchStartCondition: { readonly $ref: "#/components/schemas/CiBranchStartCondition"; }; readonly tagStartCondition: { readonly $ref: "#/components/schemas/CiTagStartCondition"; }; readonly pullRequestStartCondition: { readonly $ref: "#/components/schemas/CiPullRequestStartCondition"; }; readonly scheduledStartCondition: { readonly $ref: "#/components/schemas/CiScheduledStartCondition"; }; readonly manualBranchStartCondition: { readonly $ref: "#/components/schemas/CiManualBranchStartCondition"; }; readonly manualTagStartCondition: { readonly $ref: "#/components/schemas/CiManualTagStartCondition"; }; readonly manualPullRequestStartCondition: { readonly $ref: "#/components/schemas/CiManualPullRequestStartCondition"; }; readonly actions: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiAction"; }; }; readonly isEnabled: { readonly type: "boolean"; }; readonly isLockedForEditing: { readonly type: "boolean"; }; readonly clean: { readonly type: "boolean"; }; readonly containerFilePath: { readonly type: "string"; }; readonly lastModifiedDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly product: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciProducts"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly repository: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly xcodeVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciXcodeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly macOsVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciMacOsVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly buildRuns: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiWorkflowsResponseSchema: { readonly type: "object"; readonly title: "CiWorkflowsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiWorkflow"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/CiMacOsVersion"; }, { readonly $ref: "#/components/schemas/CiProduct"; }, { readonly $ref: "#/components/schemas/CiXcodeVersion"; }, { readonly $ref: "#/components/schemas/ScmRepository"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly scmRepositories: "#/components/schemas/ScmRepository"; readonly ciMacOsVersions: "#/components/schemas/CiMacOsVersion"; readonly ciProducts: "#/components/schemas/CiProduct"; readonly ciXcodeVersions: "#/components/schemas/CiXcodeVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiWorkflowResponseSchema: { readonly type: "object"; readonly title: "CiWorkflowResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiWorkflow"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/CiMacOsVersion"; }, { readonly $ref: "#/components/schemas/CiProduct"; }, { readonly $ref: "#/components/schemas/CiXcodeVersion"; }, { readonly $ref: "#/components/schemas/ScmRepository"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly scmRepositories: "#/components/schemas/ScmRepository"; readonly ciMacOsVersions: "#/components/schemas/CiMacOsVersion"; readonly ciProducts: "#/components/schemas/CiProduct"; readonly ciXcodeVersions: "#/components/schemas/CiXcodeVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiWorkflowCreateRequestSchema: { readonly type: "object"; readonly title: "CiWorkflowCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciWorkflows"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly branchStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiBranchStartCondition"; }; readonly tagStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiTagStartCondition"; }; readonly pullRequestStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiPullRequestStartCondition"; }; readonly scheduledStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiScheduledStartCondition"; }; readonly manualBranchStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiManualBranchStartCondition"; }; readonly manualTagStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiManualTagStartCondition"; }; readonly manualPullRequestStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiManualPullRequestStartCondition"; }; readonly actions: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiAction"; }; }; readonly isEnabled: { readonly type: "boolean"; }; readonly isLockedForEditing: { readonly type: "boolean"; readonly nullable: true; }; readonly clean: { readonly type: "boolean"; }; readonly containerFilePath: { readonly type: "string"; }; }; readonly required: readonly ["containerFilePath", "isEnabled", "name", "description", "clean", "actions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly product: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciProducts"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly repository: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly xcodeVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciXcodeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly macOsVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciMacOsVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["macOsVersion", "product", "repository", "xcodeVersion"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const CiWorkflowUpdateRequestSchema: { readonly type: "object"; readonly title: "CiWorkflowUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciWorkflows"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; readonly branchStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiBranchStartCondition"; }; readonly tagStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiTagStartCondition"; }; readonly pullRequestStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiPullRequestStartCondition"; }; readonly scheduledStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiScheduledStartCondition"; }; readonly manualBranchStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiManualBranchStartCondition"; }; readonly manualTagStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiManualTagStartCondition"; }; readonly manualPullRequestStartCondition: { readonly nullable: true; readonly $ref: "#/components/schemas/CiManualPullRequestStartCondition"; }; readonly actions: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiAction"; }; readonly nullable: true; }; readonly isEnabled: { readonly type: "boolean"; readonly nullable: true; }; readonly isLockedForEditing: { readonly type: "boolean"; readonly nullable: true; }; readonly clean: { readonly type: "boolean"; readonly nullable: true; }; readonly containerFilePath: { readonly type: "string"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly xcodeVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciXcodeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly macOsVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciMacOsVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const CiXcodeVersionSchema: { readonly type: "object"; readonly title: "CiXcodeVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciXcodeVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly testDestinations: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly deviceTypeName: { readonly type: "string"; }; readonly deviceTypeIdentifier: { readonly type: "string"; }; readonly availableRuntimes: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly runtimeName: { readonly type: "string"; }; readonly runtimeIdentifier: { readonly type: "string"; }; }; }; }; readonly kind: { readonly $ref: "#/components/schemas/CiTestDestinationKind"; }; }; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly macOsVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciMacOsVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CiXcodeVersionsResponseSchema: { readonly type: "object"; readonly title: "CiXcodeVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiXcodeVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiMacOsVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiXcodeVersionResponseSchema: { readonly type: "object"; readonly title: "CiXcodeVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CiXcodeVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiMacOsVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CustomerReviewResponseV1Schema: { readonly type: "object"; readonly title: "CustomerReviewResponseV1"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviewResponses"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly responseBody: { readonly type: "string"; }; readonly lastModifiedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PUBLISHED", "PENDING_PUBLISH"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly review: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviews"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CustomerReviewResponseV1ResponseSchema: { readonly type: "object"; readonly title: "CustomerReviewResponseV1Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CustomerReviewResponseV1"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CustomerReview"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CustomerReviewResponseV1CreateRequestSchema: { readonly type: "object"; readonly title: "CustomerReviewResponseV1CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviewResponses"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly responseBody: { readonly type: "string"; }; }; readonly required: readonly ["responseBody"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly review: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviews"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["review"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const CustomerReviewSummarizationSchema: { readonly type: "object"; readonly title: "CustomerReviewSummarization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviewSummarizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly locale: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly text: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CustomerReviewSummarizationsResponseSchema: { readonly type: "object"; readonly title: "CustomerReviewSummarizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CustomerReviewSummarization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CustomerReviewSchema: { readonly type: "object"; readonly title: "CustomerReview"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviews"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly rating: { readonly type: "integer"; readonly maximum: 5; readonly minimum: 1; }; readonly title: { readonly type: "string"; }; readonly body: { readonly type: "string"; }; readonly reviewerNickname: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly territory: { readonly $ref: "#/components/schemas/TerritoryCode"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly response: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviewResponses"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const CustomerReviewsResponseSchema: { readonly type: "object"; readonly title: "CustomerReviewsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CustomerReview"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CustomerReviewResponseV1"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CustomerReviewResponseSchema: { readonly type: "object"; readonly title: "CustomerReviewResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/CustomerReview"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CustomerReviewResponseV1"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const DeviceSchema: { readonly type: "object"; readonly title: "Device"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["devices"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/BundleIdPlatform"; }; readonly udid: { readonly type: "string"; }; readonly deviceClass: { readonly type: "string"; readonly enum: readonly ["APPLE_VISION_PRO", "APPLE_WATCH", "IPAD", "IPHONE", "IPOD", "APPLE_TV", "MAC"]; }; readonly status: { readonly type: "string"; readonly enum: readonly ["ENABLED", "DISABLED"]; }; readonly model: { readonly type: "string"; }; readonly addedDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const DevicesResponseSchema: { readonly type: "object"; readonly title: "DevicesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Device"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const DeviceResponseSchema: { readonly type: "object"; readonly title: "DeviceResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Device"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const DeviceCreateRequestSchema: { readonly type: "object"; readonly title: "DeviceCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["devices"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/BundleIdPlatform"; }; readonly udid: { readonly type: "string"; }; }; readonly required: readonly ["name", "udid", "platform"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const DeviceUpdateRequestSchema: { readonly type: "object"; readonly title: "DeviceUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["devices"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly status: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ENABLED", "DISABLED"]; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const DiagnosticLogSchema: { readonly type: "object"; readonly title: "DiagnosticLog"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["diagnosticLogs"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const DiagnosticSignatureSchema: { readonly type: "object"; readonly title: "DiagnosticSignature"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["diagnosticSignatures"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly diagnosticType: { readonly type: "string"; readonly enum: readonly ["DISK_WRITES", "HANGS", "LAUNCHES"]; }; readonly signature: { readonly type: "string"; }; readonly weight: { readonly type: "number"; }; readonly insight: { readonly $ref: "#/components/schemas/DiagnosticInsight"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly logs: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const DiagnosticSignaturesResponseSchema: { readonly type: "object"; readonly title: "DiagnosticSignaturesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DiagnosticSignature"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const EndAppAvailabilityPreOrderSchema: { readonly type: "object"; readonly title: "EndAppAvailabilityPreOrder"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["endAppAvailabilityPreOrders"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const EndAppAvailabilityPreOrderResponseSchema: { readonly type: "object"; readonly title: "EndAppAvailabilityPreOrderResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/EndAppAvailabilityPreOrder"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const EndAppAvailabilityPreOrderCreateRequestSchema: { readonly type: "object"; readonly title: "EndAppAvailabilityPreOrderCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["endAppAvailabilityPreOrders"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territoryAvailabilities: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["territoryAvailabilities"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const EndUserLicenseAgreementSchema: { readonly type: "object"; readonly title: "EndUserLicenseAgreement"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["endUserLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly agreementText: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly territories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const EndUserLicenseAgreementResponseSchema: { readonly type: "object"; readonly title: "EndUserLicenseAgreementResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/EndUserLicenseAgreement"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const EndUserLicenseAgreementCreateRequestSchema: { readonly type: "object"; readonly title: "EndUserLicenseAgreementCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["endUserLicenseAgreements"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly agreementText: { readonly type: "string"; }; }; readonly required: readonly ["agreementText"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly territories: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app", "territories"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const EndUserLicenseAgreementUpdateRequestSchema: { readonly type: "object"; readonly title: "EndUserLicenseAgreementUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["endUserLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly agreementText: { readonly type: "string"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territories: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementImageSchema: { readonly type: "object"; readonly title: "GameCenterAchievementImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterAchievementLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementImageResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievementImage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementImageCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterAchievementLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterAchievementLocalization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementImageUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementImageV2Schema: { readonly type: "object"; readonly title: "GameCenterAchievementImageV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementImageV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementImageV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievementImageV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementLocalizationV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementImageV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementImageV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["localization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementImageV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementImageV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementLocalizationV2Schema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly beforeEarnedDescription: { readonly type: "string"; }; readonly afterEarnedDescription: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly image: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementLocalizationsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementLocalizationV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementImageV2"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievementVersions: "#/components/schemas/GameCenterAchievementVersionV2"; readonly gameCenterAchievementImages: "#/components/schemas/GameCenterAchievementImageV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementLocalizationV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievementLocalizationV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementImageV2"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievementVersions: "#/components/schemas/GameCenterAchievementVersionV2"; readonly gameCenterAchievementImages: "#/components/schemas/GameCenterAchievementImageV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementLocalizationV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly beforeEarnedDescription: { readonly type: "string"; }; readonly afterEarnedDescription: { readonly type: "string"; }; }; readonly required: readonly ["name", "beforeEarnedDescription", "locale", "afterEarnedDescription"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["version"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementLocalizationV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly beforeEarnedDescription: { readonly type: "string"; readonly nullable: true; }; readonly afterEarnedDescription: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementLocalizationSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly beforeEarnedDescription: { readonly type: "string"; }; readonly afterEarnedDescription: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterAchievement: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterAchievementImage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementLocalizationsResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementImage"; }, { readonly $ref: "#/components/schemas/GameCenterAchievement"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterAchievementImages: "#/components/schemas/GameCenterAchievementImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementLocalizationResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievementLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementImage"; }, { readonly $ref: "#/components/schemas/GameCenterAchievement"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterAchievementImages: "#/components/schemas/GameCenterAchievementImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly beforeEarnedDescription: { readonly type: "string"; }; readonly afterEarnedDescription: { readonly type: "string"; }; }; readonly required: readonly ["name", "beforeEarnedDescription", "locale", "afterEarnedDescription"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterAchievement: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterAchievement"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly beforeEarnedDescription: { readonly type: "string"; readonly nullable: true; }; readonly afterEarnedDescription: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementReleaseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly live: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterAchievement: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementReleasesResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementReleasesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementRelease"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementReleaseResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievementRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementReleaseCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementReleaseCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementReleases"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly gameCenterAchievement: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterDetail", "gameCenterAchievement"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementVersionV2Schema: { readonly type: "object"; readonly title: "GameCenterAchievementVersionV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "integer"; }; readonly state: { readonly $ref: "#/components/schemas/GameCenterVersionState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly achievement: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementVersionV2InlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly achievement: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const GameCenterAchievementVersionsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementVersionsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementLocalizationV2"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievementLocalizations: "#/components/schemas/GameCenterAchievementLocalizationV2"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievementV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementVersionV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementVersionV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementLocalizationV2"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievementLocalizations: "#/components/schemas/GameCenterAchievementLocalizationV2"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievementV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementVersionV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementVersionV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly achievement: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["achievement"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementV2Schema: { readonly type: "object"; readonly title: "GameCenterAchievementV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly points: { readonly type: "integer"; }; readonly showBeforeEarned: { readonly type: "boolean"; }; readonly repeatable: { readonly type: "boolean"; }; readonly archived: { readonly type: "boolean"; }; readonly activityProperties: { readonly $ref: "#/components/schemas/StringToStringMap"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly activity: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievementVersions: "#/components/schemas/GameCenterAchievementVersionV2"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievementV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterAchievementVersions: "#/components/schemas/GameCenterAchievementVersionV2"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly points: { readonly type: "integer"; }; readonly showBeforeEarned: { readonly type: "boolean"; }; readonly repeatable: { readonly type: "boolean"; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; }; readonly required: readonly ["vendorIdentifier", "repeatable", "showBeforeEarned", "referenceName", "points"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["versions"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2InlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; readonly points: { readonly type: "integer"; readonly nullable: true; }; readonly showBeforeEarned: { readonly type: "boolean"; readonly nullable: true; }; readonly repeatable: { readonly type: "boolean"; readonly nullable: true; }; readonly archived: { readonly type: "boolean"; readonly nullable: true; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementSchema: { readonly type: "object"; readonly title: "GameCenterAchievement"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly points: { readonly type: "integer"; }; readonly showBeforeEarned: { readonly type: "boolean"; }; readonly repeatable: { readonly type: "boolean"; }; readonly archived: { readonly type: "boolean"; }; readonly activityProperties: { readonly $ref: "#/components/schemas/StringToStringMap"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly groupAchievement: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly deprecated: true; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly releases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly activity: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAchievementsResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAchievement"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementRelease"; }, { readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterAchievementLocalizations: "#/components/schemas/GameCenterAchievementLocalization"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterAchievementReleases: "#/components/schemas/GameCenterAchievementRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementResponseSchema: { readonly type: "object"; readonly title: "GameCenterAchievementResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAchievement"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievementLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementRelease"; }, { readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterAchievementLocalizations: "#/components/schemas/GameCenterAchievementLocalization"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterAchievementReleases: "#/components/schemas/GameCenterAchievementRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly points: { readonly type: "integer"; }; readonly showBeforeEarned: { readonly type: "boolean"; }; readonly repeatable: { readonly type: "boolean"; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; }; readonly required: readonly ["vendorIdentifier", "repeatable", "showBeforeEarned", "referenceName", "points"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAchievementUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; readonly points: { readonly type: "integer"; readonly nullable: true; }; readonly showBeforeEarned: { readonly type: "boolean"; readonly nullable: true; }; readonly repeatable: { readonly type: "boolean"; readonly nullable: true; }; readonly archived: { readonly type: "boolean"; readonly nullable: true; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivitySchema: { readonly type: "object"; readonly title: "GameCenterActivity"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly playStyle: { readonly type: "string"; readonly enum: readonly ["ASYNCHRONOUS", "SYNCHRONOUS"]; }; readonly minimumPlayersCount: { readonly type: "integer"; }; readonly maximumPlayersCount: { readonly type: "integer"; }; readonly supportsPartyCode: { readonly type: "boolean"; }; readonly archived: { readonly type: "boolean"; }; readonly properties: { readonly $ref: "#/components/schemas/StringToStringMap"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly achievements: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly achievementsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly leaderboards: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly leaderboardsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterActivitiesResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivitiesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterActivity"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterActivityVersions: "#/components/schemas/GameCenterActivityVersion"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterActivity"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterActivityVersions: "#/components/schemas/GameCenterActivityVersion"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly playStyle: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ASYNCHRONOUS", "SYNCHRONOUS"]; }; readonly minimumPlayersCount: { readonly type: "integer"; readonly nullable: true; }; readonly maximumPlayersCount: { readonly type: "integer"; readonly nullable: true; }; readonly supportsPartyCode: { readonly type: "boolean"; readonly nullable: true; }; readonly properties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; }; readonly required: readonly ["vendorIdentifier", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; readonly playStyle: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ASYNCHRONOUS", "SYNCHRONOUS"]; }; readonly minimumPlayersCount: { readonly type: "integer"; readonly nullable: true; }; readonly maximumPlayersCount: { readonly type: "integer"; readonly nullable: true; }; readonly supportsPartyCode: { readonly type: "boolean"; readonly nullable: true; }; readonly archived: { readonly type: "boolean"; readonly nullable: true; }; readonly properties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityImageSchema: { readonly type: "object"; readonly title: "GameCenterActivityImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterActivityImageResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterActivityImage"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityImageCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityImageUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityLocalizationSchema: { readonly type: "object"; readonly title: "GameCenterActivityLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly image: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterActivityLocalizationsResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterActivityLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivityImage"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterActivityImages: "#/components/schemas/GameCenterActivityImage"; readonly gameCenterActivityVersions: "#/components/schemas/GameCenterActivityVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityLocalizationResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterActivityLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivityImage"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterActivityImages: "#/components/schemas/GameCenterActivityImage"; readonly gameCenterActivityVersions: "#/components/schemas/GameCenterActivityVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["version"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityVersionReleaseSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersionReleases"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterActivityVersionReleasesResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionReleasesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterActivityVersionRelease"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityVersionReleaseResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterActivityVersionRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityVersionReleaseCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionReleaseCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersionReleases"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterDetail", "version"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityVersionSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "integer"; }; readonly state: { readonly $ref: "#/components/schemas/GameCenterVersionState"; }; readonly fallbackUrl: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly activity: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly defaultImage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly releases: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersionReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterActivityVersionsResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterActivityImage"; }, { readonly $ref: "#/components/schemas/GameCenterActivityLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersionRelease"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterActivityImages: "#/components/schemas/GameCenterActivityImage"; readonly gameCenterActivityLocalizations: "#/components/schemas/GameCenterActivityLocalization"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterActivityVersionReleases: "#/components/schemas/GameCenterActivityVersionRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityVersionResponseSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterActivityImage"; }, { readonly $ref: "#/components/schemas/GameCenterActivityLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersionRelease"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterActivityImages: "#/components/schemas/GameCenterActivityImage"; readonly gameCenterActivityLocalizations: "#/components/schemas/GameCenterActivityLocalization"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterActivityVersionReleases: "#/components/schemas/GameCenterActivityVersionRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityVersionCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fallbackUrl: { readonly type: "string"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly activity: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["activity"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityVersionUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterActivityVersionUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fallbackUrl: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAppVersionSchema: { readonly type: "object"; readonly title: "GameCenterAppVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly enabled: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly compatibilityVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterAppVersionsResponseSchema: { readonly type: "object"; readonly title: "GameCenterAppVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly gameCenterAppVersions: "#/components/schemas/GameCenterAppVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAppVersionResponseSchema: { readonly type: "object"; readonly title: "GameCenterAppVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly gameCenterAppVersions: "#/components/schemas/GameCenterAppVersion"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAppVersionCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAppVersionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAppVersionUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterAppVersionUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly enabled: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeImageSchema: { readonly type: "object"; readonly title: "GameCenterChallengeImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterChallengeImageResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterChallengeImage"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeImageCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeImageUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeLocalizationSchema: { readonly type: "object"; readonly title: "GameCenterChallengeLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly image: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterChallengeLocalizationsResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterChallengeLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterChallengeImage"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterChallengeVersions: "#/components/schemas/GameCenterChallengeVersion"; readonly gameCenterChallengeImages: "#/components/schemas/GameCenterChallengeImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeLocalizationResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterChallengeLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterChallengeImage"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterChallengeVersions: "#/components/schemas/GameCenterChallengeVersion"; readonly gameCenterChallengeImages: "#/components/schemas/GameCenterChallengeImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["version"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeVersionReleaseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersionRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersionReleases"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterChallengeVersionReleasesResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersionReleasesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterChallengeVersionRelease"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeVersionReleaseResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersionReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterChallengeVersionRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeVersionReleaseCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersionReleaseCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersionReleases"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterDetail", "version"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeVersionSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "integer"; }; readonly state: { readonly $ref: "#/components/schemas/GameCenterVersionState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly challenge: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly releases: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersionReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly defaultImage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterChallengeVersionsResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterChallengeImage"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersionRelease"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterChallengeLocalizations: "#/components/schemas/GameCenterChallengeLocalization"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterChallengeImages: "#/components/schemas/GameCenterChallengeImage"; readonly gameCenterChallengeVersionReleases: "#/components/schemas/GameCenterChallengeVersionRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeVersionResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterChallengeImage"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersionRelease"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterChallengeLocalizations: "#/components/schemas/GameCenterChallengeLocalization"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterChallengeImages: "#/components/schemas/GameCenterChallengeImage"; readonly gameCenterChallengeVersionReleases: "#/components/schemas/GameCenterChallengeVersionRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeVersionCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeVersionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly challenge: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["challenge"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeSchema: { readonly type: "object"; readonly title: "GameCenterChallenge"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly archived: { readonly type: "boolean"; }; readonly challengeType: { readonly type: "string"; readonly enum: readonly ["LEADERBOARD"]; }; readonly repeatable: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly leaderboard: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly leaderboardV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterChallengesResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterChallenge"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterChallengeVersions: "#/components/schemas/GameCenterChallengeVersion"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeResponseSchema: { readonly type: "object"; readonly title: "GameCenterChallengeResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterChallenge"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterChallengeVersions: "#/components/schemas/GameCenterChallengeVersion"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly challengeType: { readonly type: "string"; readonly enum: readonly ["LEADERBOARD"]; }; readonly repeatable: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["vendorIdentifier", "challengeType", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly leaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly leaderboardV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterChallengeUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; readonly archived: { readonly type: "boolean"; readonly nullable: true; }; readonly repeatable: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly leaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly leaderboardV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailSchema: { readonly type: "object"; readonly title: "GameCenterDetail"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly arcadeEnabled: { readonly type: "boolean"; }; readonly challengeEnabled: { readonly type: "boolean"; readonly deprecated: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterAppVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboards: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboardsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboardSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboardSetsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterAchievements: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterAchievementsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterActivities: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterChallenges: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly defaultLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultLeaderboardV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultGroupLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultGroupLeaderboardV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly achievementReleases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly activityReleases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersionReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly challengeReleases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersionReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly leaderboardReleases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly leaderboardSetReleases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly challengesMinimumPlatformVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterDetailsResponseSchema: { readonly type: "object"; readonly title: "GameCenterDetailsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterDetail"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementRelease"; }, { readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersionRelease"; }, { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersionRelease"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardReleases: "#/components/schemas/GameCenterLeaderboardRelease"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterAchievementReleases: "#/components/schemas/GameCenterAchievementRelease"; readonly gameCenterLeaderboardSetReleases: "#/components/schemas/GameCenterLeaderboardSetRelease"; readonly gameCenterAppVersions: "#/components/schemas/GameCenterAppVersion"; readonly gameCenterChallengeVersionReleases: "#/components/schemas/GameCenterChallengeVersionRelease"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly apps: "#/components/schemas/App"; readonly gameCenterActivityVersionReleases: "#/components/schemas/GameCenterActivityVersionRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailResponseSchema: { readonly type: "object"; readonly title: "GameCenterDetailResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterDetail"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementRelease"; }, { readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersionRelease"; }, { readonly $ref: "#/components/schemas/GameCenterAppVersion"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersionRelease"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardReleases: "#/components/schemas/GameCenterLeaderboardRelease"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterAchievementReleases: "#/components/schemas/GameCenterAchievementRelease"; readonly gameCenterLeaderboardSetReleases: "#/components/schemas/GameCenterLeaderboardSetRelease"; readonly gameCenterAppVersions: "#/components/schemas/GameCenterAppVersion"; readonly gameCenterChallengeVersionReleases: "#/components/schemas/GameCenterChallengeVersionRelease"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly apps: "#/components/schemas/App"; readonly gameCenterActivityVersionReleases: "#/components/schemas/GameCenterActivityVersionRelease"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterDetailCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly challengeEnabled: { readonly type: "boolean"; readonly deprecated: true; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterDetailUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly challengeEnabled: { readonly type: "boolean"; readonly deprecated: true; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultLeaderboardV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultGroupLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultGroupLeaderboardV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterEnabledVersionSchema: { readonly type: "object"; readonly title: "GameCenterEnabledVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterEnabledVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly versionString: { readonly type: "string"; }; readonly iconAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly compatibleVersions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterEnabledVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; readonly deprecated: true; }; export declare const GameCenterEnabledVersionsResponseSchema: { readonly type: "object"; readonly title: "GameCenterEnabledVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterEnabledVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/GameCenterEnabledVersion"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterEnabledVersions: "#/components/schemas/GameCenterEnabledVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const GameCenterGroupSchema: { readonly type: "object"; readonly title: "GameCenterGroup"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetails: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboards: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboardsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboardSets: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboardSetsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterAchievements: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterAchievementsV2: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterActivities: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterChallenges: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterGroupsResponseSchema: { readonly type: "object"; readonly title: "GameCenterGroupsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterGroup"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupResponseSchema: { readonly type: "object"; readonly title: "GameCenterGroupResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterGroup"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterAchievement"; }, { readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterAchievements: "#/components/schemas/GameCenterAchievement"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterGroupCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterGroupUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterGroupUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardEntrySubmissionSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardEntrySubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardEntrySubmissions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "string"; }; readonly challengeIds: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly context: { readonly type: "string"; readonly format: "number"; }; readonly scopedPlayerId: { readonly type: "string"; }; readonly score: { readonly type: "string"; readonly format: "number"; }; readonly submittedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly vendorIdentifier: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardEntrySubmissionResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardEntrySubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardEntrySubmission"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardEntrySubmissionCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardEntrySubmissionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardEntrySubmissions"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "string"; }; readonly challengeIds: { readonly type: "array"; readonly items: { readonly type: "string"; }; readonly nullable: true; }; readonly context: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly scopedPlayerId: { readonly type: "string"; }; readonly score: { readonly type: "string"; readonly format: "number"; }; readonly submittedDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly vendorIdentifier: { readonly type: "string"; }; }; readonly required: readonly ["vendorIdentifier", "score", "bundleId", "scopedPlayerId"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardImageSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardImageResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardImage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardImageCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterLeaderboardLocalization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardImageUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardImageV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImageV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardImageV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImageV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardImageV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalizationV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardImageV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImageV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["localization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardImageV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardImageV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardLocalizationSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly formatterOverride: { readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly formatterSuffix: { readonly type: "string"; }; readonly formatterSuffixSingular: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardImage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardLocalizationsResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardImage"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardImages: "#/components/schemas/GameCenterLeaderboardImage"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardLocalizationResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardImage"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardImages: "#/components/schemas/GameCenterLeaderboardImage"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly formatterOverride: { readonly nullable: true; readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly formatterSuffix: { readonly type: "string"; readonly nullable: true; }; readonly formatterSuffixSingular: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterLeaderboard"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly formatterOverride: { readonly nullable: true; readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly formatterSuffix: { readonly type: "string"; readonly nullable: true; }; readonly formatterSuffixSingular: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardLocalizationV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly formatterOverride: { readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly formatterSuffix: { readonly type: "string"; }; readonly formatterSuffixSingular: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly image: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardLocalizationsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalizationV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardImageV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardImages: "#/components/schemas/GameCenterLeaderboardImageV2"; readonly gameCenterLeaderboardVersions: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardLocalizationV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalizationV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardImageV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardImages: "#/components/schemas/GameCenterLeaderboardImageV2"; readonly gameCenterLeaderboardVersions: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardLocalizationV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly formatterOverride: { readonly nullable: true; readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly formatterSuffix: { readonly type: "string"; readonly nullable: true; }; readonly formatterSuffixSingular: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["version"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardLocalizationV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardLocalizationV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly formatterOverride: { readonly nullable: true; readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly formatterSuffix: { readonly type: "string"; readonly nullable: true; }; readonly formatterSuffixSingular: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardReleaseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly live: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardReleasesResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardReleasesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardRelease"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardReleaseResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardReleaseCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardReleaseCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardReleases"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly gameCenterLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterDetail", "gameCenterLeaderboard"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetImageSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardSetLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetImageResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetImage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetImageCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardSetLocalization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterLeaderboardSetLocalization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetImageUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetImageV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImageV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetImageV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImageV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetImageV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalizationV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetImageV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImageV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly localization: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["localization"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetImageV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetImageV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetLocalizationSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardSetImage: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetLocalizationsResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSetImage"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterLeaderboardSetImages: "#/components/schemas/GameCenterLeaderboardSetImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetLocalizationResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSetImage"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterLeaderboardSetImages: "#/components/schemas/GameCenterLeaderboardSetImage"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterLeaderboardSet"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetLocalizationV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly image: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetLocalizationsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalizationV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSetImageV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSetImages: "#/components/schemas/GameCenterLeaderboardSetImageV2"; readonly gameCenterLeaderboardSetVersions: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetLocalizationV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalizationV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSetImageV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSetImages: "#/components/schemas/GameCenterLeaderboardSetImageV2"; readonly gameCenterLeaderboardSetVersions: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetLocalizationV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly locale: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["version"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetLocalizationV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetLocalizationV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetMemberLocalizationSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetMemberLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetMemberLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardSet: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboard: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetMemberLocalizationsResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetMemberLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetMemberLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetMemberLocalizationResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetMemberLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetMemberLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetMemberLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetMemberLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetMemberLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly locale: { readonly type: "string"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterLeaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly gameCenterLeaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterLeaderboard", "gameCenterLeaderboardSet"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetMemberLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetMemberLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetMemberLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetReleaseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetRelease"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetReleases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly live: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetReleasesResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetReleasesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetRelease"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetReleaseResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetReleaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetRelease"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetReleaseCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetReleaseCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetReleases"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly gameCenterLeaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["gameCenterDetail", "gameCenterLeaderboardSet"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetVersionV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetVersionV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "integer"; }; readonly state: { readonly $ref: "#/components/schemas/GameCenterVersionState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly leaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetVersionV2InlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly leaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const GameCenterLeaderboardSetVersionsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetVersionsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalizationV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSetV2"; readonly gameCenterLeaderboardSetLocalizations: "#/components/schemas/GameCenterLeaderboardSetLocalizationV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetVersionV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetVersionV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalizationV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSetV2"; readonly gameCenterLeaderboardSetLocalizations: "#/components/schemas/GameCenterLeaderboardSetLocalizationV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetVersionV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetVersionV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly leaderboardSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["leaderboardSet"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboards: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboardSetVersions: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboardV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboardSetVersions: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboardV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; }; readonly required: readonly ["vendorIdentifier", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboards: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["versions"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2InlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSet"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly groupLeaderboardSet: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly deprecated: true; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly gameCenterLeaderboards: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly releases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardSetsResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboardSetReleases: "#/components/schemas/GameCenterLeaderboardSetRelease"; readonly gameCenterLeaderboardSetLocalizations: "#/components/schemas/GameCenterLeaderboardSetLocalization"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboardSetReleases: "#/components/schemas/GameCenterLeaderboardSetRelease"; readonly gameCenterLeaderboardSetLocalizations: "#/components/schemas/GameCenterLeaderboardSetLocalization"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; }; readonly required: readonly ["vendorIdentifier", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboards: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardSetUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardVersionV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardVersionV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "integer"; }; readonly state: { readonly $ref: "#/components/schemas/GameCenterVersionState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly leaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardVersionV2InlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly leaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const GameCenterLeaderboardVersionsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardVersionsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalizationV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardLocalizations: "#/components/schemas/GameCenterLeaderboardLocalizationV2"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboardV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardVersionV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardVersionV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalizationV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardLocalizations: "#/components/schemas/GameCenterLeaderboardLocalizationV2"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboardV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardVersionV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardVersionV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly leaderboard: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["leaderboard"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboard"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly defaultFormatter: { readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly submissionType: { readonly type: "string"; readonly enum: readonly ["BEST_SCORE", "MOST_RECENT_SCORE"]; }; readonly scoreSortType: { readonly type: "string"; readonly enum: readonly ["ASC", "DESC"]; }; readonly scoreRangeStart: { readonly type: "string"; readonly format: "number"; }; readonly scoreRangeEnd: { readonly type: "string"; readonly format: "number"; }; readonly recurrenceStartDate: { readonly type: "string"; readonly format: "date-time"; }; readonly recurrenceDuration: { readonly type: "string"; readonly format: "duration"; }; readonly recurrenceRule: { readonly type: "string"; }; readonly archived: { readonly type: "boolean"; }; readonly activityProperties: { readonly $ref: "#/components/schemas/StringToStringMap"; }; readonly visibility: { readonly type: "string"; readonly enum: readonly ["SHOW_FOR_ALL", "HIDE_FOR_ALL"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly groupLeaderboard: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly deprecated: true; }; readonly gameCenterLeaderboardSets: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly localizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly releases: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly activity: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly challenge: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardsResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardReleases: "#/components/schemas/GameCenterLeaderboardRelease"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboardLocalizations: "#/components/schemas/GameCenterLeaderboardLocalization"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardLocalization"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardRelease"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSet"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboard"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterLeaderboardReleases: "#/components/schemas/GameCenterLeaderboardRelease"; readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSet"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterLeaderboardLocalizations: "#/components/schemas/GameCenterLeaderboardLocalization"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterLeaderboards: "#/components/schemas/GameCenterLeaderboard"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly defaultFormatter: { readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly submissionType: { readonly type: "string"; readonly enum: readonly ["BEST_SCORE", "MOST_RECENT_SCORE"]; }; readonly scoreSortType: { readonly type: "string"; readonly enum: readonly ["ASC", "DESC"]; }; readonly scoreRangeStart: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly scoreRangeEnd: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly recurrenceStartDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly recurrenceDuration: { readonly type: "string"; readonly format: "duration"; readonly nullable: true; }; readonly recurrenceRule: { readonly type: "string"; readonly nullable: true; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; readonly visibility: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["SHOW_FOR_ALL", "HIDE_FOR_ALL"]; }; }; readonly required: readonly ["vendorIdentifier", "submissionType", "defaultFormatter", "scoreSortType", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardSets: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly defaultFormatter: { readonly nullable: true; readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly referenceName: { readonly type: "string"; readonly nullable: true; }; readonly submissionType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["BEST_SCORE", "MOST_RECENT_SCORE"]; }; readonly scoreSortType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ASC", "DESC"]; }; readonly scoreRangeStart: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly scoreRangeEnd: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly recurrenceStartDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly recurrenceDuration: { readonly type: "string"; readonly format: "duration"; readonly nullable: true; }; readonly recurrenceRule: { readonly type: "string"; readonly nullable: true; }; readonly archived: { readonly type: "boolean"; readonly nullable: true; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; readonly visibility: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["SHOW_FOR_ALL", "HIDE_FOR_ALL"]; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardV2Schema: { readonly type: "object"; readonly title: "GameCenterLeaderboardV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly defaultFormatter: { readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly submissionType: { readonly type: "string"; readonly enum: readonly ["BEST_SCORE", "MOST_RECENT_SCORE"]; }; readonly scoreSortType: { readonly type: "string"; readonly enum: readonly ["ASC", "DESC"]; }; readonly scoreRangeStart: { readonly type: "string"; readonly format: "number"; }; readonly scoreRangeEnd: { readonly type: "string"; readonly format: "number"; }; readonly recurrenceStartDate: { readonly type: "string"; readonly format: "date-time"; }; readonly recurrenceDuration: { readonly type: "string"; readonly format: "duration"; }; readonly recurrenceRule: { readonly type: "string"; }; readonly archived: { readonly type: "boolean"; }; readonly activityProperties: { readonly $ref: "#/components/schemas/StringToStringMap"; }; readonly visibility: { readonly type: "string"; readonly enum: readonly ["SHOW_FOR_ALL", "HIDE_FOR_ALL"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardSets: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly activity: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly challenge: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterLeaderboardsV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardsV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSetV2"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterLeaderboardVersions: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardV2ResponseSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterLeaderboardV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterActivity"; }, { readonly $ref: "#/components/schemas/GameCenterChallenge"; }, { readonly $ref: "#/components/schemas/GameCenterDetail"; }, { readonly $ref: "#/components/schemas/GameCenterGroup"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterDetails: "#/components/schemas/GameCenterDetail"; readonly gameCenterLeaderboardSets: "#/components/schemas/GameCenterLeaderboardSetV2"; readonly gameCenterActivities: "#/components/schemas/GameCenterActivity"; readonly gameCenterGroups: "#/components/schemas/GameCenterGroup"; readonly gameCenterChallenges: "#/components/schemas/GameCenterChallenge"; readonly gameCenterLeaderboardVersions: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardV2CreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly defaultFormatter: { readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly referenceName: { readonly type: "string"; }; readonly vendorIdentifier: { readonly type: "string"; }; readonly submissionType: { readonly type: "string"; readonly enum: readonly ["BEST_SCORE", "MOST_RECENT_SCORE"]; }; readonly scoreSortType: { readonly type: "string"; readonly enum: readonly ["ASC", "DESC"]; }; readonly scoreRangeStart: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly scoreRangeEnd: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly recurrenceStartDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly recurrenceDuration: { readonly type: "string"; readonly format: "duration"; readonly nullable: true; }; readonly recurrenceRule: { readonly type: "string"; readonly nullable: true; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; readonly visibility: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["SHOW_FOR_ALL", "HIDE_FOR_ALL"]; }; }; readonly required: readonly ["vendorIdentifier", "submissionType", "defaultFormatter", "scoreSortType", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardSets: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly versions: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["versions"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2InlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardV2UpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterLeaderboardV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly defaultFormatter: { readonly nullable: true; readonly $ref: "#/components/schemas/GameCenterLeaderboardFormatter"; }; readonly referenceName: { readonly type: "string"; readonly nullable: true; }; readonly submissionType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["BEST_SCORE", "MOST_RECENT_SCORE"]; }; readonly scoreSortType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ASC", "DESC"]; }; readonly scoreRangeStart: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly scoreRangeEnd: { readonly type: "string"; readonly format: "number"; readonly nullable: true; }; readonly recurrenceStartDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly recurrenceDuration: { readonly type: "string"; readonly format: "duration"; readonly nullable: true; }; readonly recurrenceRule: { readonly type: "string"; readonly nullable: true; }; readonly archived: { readonly type: "boolean"; readonly nullable: true; }; readonly activityProperties: { readonly nullable: true; readonly $ref: "#/components/schemas/StringToStringMap"; }; readonly visibility: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["SHOW_FOR_ALL", "HIDE_FOR_ALL"]; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingQueueSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingQueue"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingQueues"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly classicMatchmakingBundleIds: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly ruleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly experimentRuleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterMatchmakingQueuesResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingQueuesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterMatchmakingQueue"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterMatchmakingRuleSet"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingQueueResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingQueueResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterMatchmakingQueue"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterMatchmakingRuleSet"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingQueueCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingQueueCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingQueues"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly classicMatchmakingBundleIds: { readonly type: "array"; readonly items: { readonly type: "string"; }; readonly nullable: true; }; }; readonly required: readonly ["referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly ruleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly experimentRuleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly required: readonly ["ruleSet"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingQueueUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingQueueUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingQueues"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly classicMatchmakingBundleIds: { readonly type: "array"; readonly items: { readonly type: "string"; }; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly ruleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly experimentRuleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingRuleSetTestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSetTest"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSetTests"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly matchmakingResults: { readonly type: "array"; readonly items: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly requestName: { readonly type: "string"; }; readonly teamAssignments: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterMatchmakingTeamAssignment"; }; }; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterMatchmakingRuleSetTestResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSetTestResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterMatchmakingRuleSetTest"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterMatchmakingTestPlayerProperty"; }, { readonly $ref: "#/components/schemas/GameCenterMatchmakingTestRequest"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterMatchmakingTestRequests: "#/components/schemas/GameCenterMatchmakingTestRequest"; readonly gameCenterMatchmakingTestPlayerProperties: "#/components/schemas/GameCenterMatchmakingTestPlayerProperty"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleSetTestCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSetTestCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSetTests"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly matchmakingRuleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly matchmakingRequests: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTestRequests"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["matchmakingRuleSet", "matchmakingRequests"]; }; }; readonly required: readonly ["relationships", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterMatchmakingTestPlayerPropertyInlineCreate"; }, { readonly $ref: "#/components/schemas/GameCenterMatchmakingTestRequestInlineCreate"; }]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingRuleSetSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSet"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly ruleLanguageVersion: { readonly type: "integer"; }; readonly minPlayers: { readonly type: "integer"; }; readonly maxPlayers: { readonly type: "integer"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly teams: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTeams"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly rules: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRules"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly matchmakingQueues: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingQueues"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterMatchmakingRuleSetsResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSetsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterMatchmakingRuleSet"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterMatchmakingQueue"; }, { readonly $ref: "#/components/schemas/GameCenterMatchmakingRule"; }, { readonly $ref: "#/components/schemas/GameCenterMatchmakingTeam"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterMatchmakingQueues: "#/components/schemas/GameCenterMatchmakingQueue"; readonly gameCenterMatchmakingTeams: "#/components/schemas/GameCenterMatchmakingTeam"; readonly gameCenterMatchmakingRules: "#/components/schemas/GameCenterMatchmakingRule"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleSetResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSetResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterMatchmakingRuleSet"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/GameCenterMatchmakingQueue"; }, { readonly $ref: "#/components/schemas/GameCenterMatchmakingRule"; }, { readonly $ref: "#/components/schemas/GameCenterMatchmakingTeam"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly gameCenterMatchmakingQueues: "#/components/schemas/GameCenterMatchmakingQueue"; readonly gameCenterMatchmakingTeams: "#/components/schemas/GameCenterMatchmakingTeam"; readonly gameCenterMatchmakingRules: "#/components/schemas/GameCenterMatchmakingRule"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleSetCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSetCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly ruleLanguageVersion: { readonly type: "integer"; }; readonly minPlayers: { readonly type: "integer"; }; readonly maxPlayers: { readonly type: "integer"; }; }; readonly required: readonly ["maxPlayers", "minPlayers", "referenceName", "ruleLanguageVersion"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingRuleSetUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleSetUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly minPlayers: { readonly type: "integer"; readonly nullable: true; }; readonly maxPlayers: { readonly type: "integer"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingRuleSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRule"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRules"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly enum: readonly ["COMPATIBLE", "DISTANCE", "MATCH", "TEAM"]; }; readonly expression: { readonly type: "string"; }; readonly weight: { readonly type: "number"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterMatchmakingRulesResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRulesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterMatchmakingRule"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterMatchmakingRule"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRules"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly enum: readonly ["COMPATIBLE", "DISTANCE", "MATCH", "TEAM"]; }; readonly expression: { readonly type: "string"; }; readonly weight: { readonly type: "number"; readonly nullable: true; }; }; readonly required: readonly ["expression", "description", "type", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly ruleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["ruleSet"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingRuleUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingRuleUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRules"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly description: { readonly type: "string"; readonly nullable: true; }; readonly expression: { readonly type: "string"; readonly nullable: true; }; readonly weight: { readonly type: "number"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingTeamSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingTeam"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTeams"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly minPlayers: { readonly type: "integer"; }; readonly maxPlayers: { readonly type: "integer"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterMatchmakingTeamsResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingTeamsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/GameCenterMatchmakingTeam"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingTeamResponseSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingTeamResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterMatchmakingTeam"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingTeamCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingTeamCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTeams"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly minPlayers: { readonly type: "integer"; }; readonly maxPlayers: { readonly type: "integer"; }; }; readonly required: readonly ["maxPlayers", "minPlayers", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly ruleSet: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRuleSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["ruleSet"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingTeamUpdateRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingTeamUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTeams"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly minPlayers: { readonly type: "integer"; readonly nullable: true; }; readonly maxPlayers: { readonly type: "integer"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterMatchmakingTestPlayerPropertySchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingTestPlayerProperty"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTestPlayerProperties"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterMatchmakingTestPlayerPropertyInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTestPlayerProperties"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly playerId: { readonly type: "string"; }; readonly properties: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Property"; }; readonly nullable: true; }; }; readonly required: readonly ["playerId"]; }; }; readonly required: readonly ["attributes", "type"]; }; export declare const GameCenterMatchmakingTestRequestSchema: { readonly type: "object"; readonly title: "GameCenterMatchmakingTestRequest"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTestRequests"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterMatchmakingTestRequestInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTestRequests"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly requestName: { readonly type: "string"; }; readonly secondsInQueue: { readonly type: "integer"; }; readonly locale: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["AR-SA", "CA-ES", "CS-CZ", "DA-DK", "DE-DE", "EL-GR", "EN-AU", "EN-GB", "EN-US", "EN-KY", "ES-ES", "ES-MX", "FI-FI", "FR-CA", "FR-FR", "HI-IN", "HR-HR", "HU-HU", "ID-ID", "IT-IT", "IW-IL", "JA-JP", "KO-KR", "MS-MY", "NL-NL", "NO-NO", "PL-PL", "PT-BR", "PT-PT", "RO-RO", "RU-RU", "SK-SK", "SV-SE", "TH-TH", "TR-TR", "UK-UA", "ZH-CN", "ZH-TW", "ZH-HK"]; }; readonly location: { readonly nullable: true; readonly $ref: "#/components/schemas/Location"; }; readonly minPlayers: { readonly type: "integer"; readonly nullable: true; }; readonly maxPlayers: { readonly type: "integer"; readonly nullable: true; }; readonly playerCount: { readonly type: "integer"; readonly nullable: true; }; readonly bundleId: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly appVersion: { readonly type: "string"; }; }; readonly required: readonly ["requestName", "appVersion", "secondsInQueue", "bundleId", "platform"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly matchmakingPlayerProperties: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTestPlayerProperties"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; export declare const GameCenterPlayerAchievementSubmissionSchema: { readonly type: "object"; readonly title: "GameCenterPlayerAchievementSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterPlayerAchievementSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "string"; }; readonly challengeIds: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly percentageAchieved: { readonly type: "integer"; }; readonly scopedPlayerId: { readonly type: "string"; }; readonly submittedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly vendorIdentifier: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const GameCenterPlayerAchievementSubmissionResponseSchema: { readonly type: "object"; readonly title: "GameCenterPlayerAchievementSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/GameCenterPlayerAchievementSubmission"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterPlayerAchievementSubmissionCreateRequestSchema: { readonly type: "object"; readonly title: "GameCenterPlayerAchievementSubmissionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterPlayerAchievementSubmissions"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "string"; }; readonly challengeIds: { readonly type: "array"; readonly items: { readonly type: "string"; }; readonly nullable: true; }; readonly percentageAchieved: { readonly type: "integer"; }; readonly scopedPlayerId: { readonly type: "string"; }; readonly submittedDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly vendorIdentifier: { readonly type: "string"; }; }; readonly required: readonly ["vendorIdentifier", "percentageAchieved", "bundleId", "scopedPlayerId"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseAppStoreReviewScreenshotSchema: { readonly type: "object"; readonly title: "InAppPurchaseAppStoreReviewScreenshot"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly assetToken: { readonly type: "string"; }; readonly assetType: { readonly type: "string"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseAppStoreReviewScreenshotResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseAppStoreReviewScreenshotResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseAppStoreReviewScreenshotCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseAppStoreReviewScreenshotCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAppStoreReviewScreenshots"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["inAppPurchaseV2"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseAppStoreReviewScreenshotUpdateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseAppStoreReviewScreenshotUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseAvailabilitySchema: { readonly type: "object"; readonly title: "InAppPurchaseAvailability"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAvailabilities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly availableInNewTerritories: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly availableTerritories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseAvailabilityResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseAvailabilityResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseAvailability"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseAvailabilityCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseAvailabilityCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAvailabilities"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly availableInNewTerritories: { readonly type: "boolean"; }; }; readonly required: readonly ["availableInNewTerritories"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchase: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly availableTerritories: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["inAppPurchase", "availableTerritories"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseContentSchema: { readonly type: "object"; readonly title: "InAppPurchaseContent"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseContents"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileName: { readonly type: "string"; }; readonly fileSize: { readonly type: "integer"; }; readonly url: { readonly type: "string"; readonly format: "uri"; }; readonly lastModifiedDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseContentResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseContentResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseContent"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseImageSchema: { readonly type: "object"; readonly title: "InAppPurchaseImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly assetToken: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly state: { readonly type: "string"; readonly enum: readonly ["AWAITING_UPLOAD", "UPLOAD_COMPLETE", "FAILED", "PREPARE_FOR_SUBMISSION", "WAITING_FOR_REVIEW", "APPROVED", "REJECTED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchase: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseImagesResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseImagesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseImage"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseImageResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseImage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseImageCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchase: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["inAppPurchase"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseImageUpdateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseLocalizationSchema: { readonly type: "object"; readonly title: "InAppPurchaseLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "WAITING_FOR_REVIEW", "APPROVED", "REJECTED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseLocalizationsResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseLocalizationResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["inAppPurchaseV2"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseOfferCodeCustomCodeSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeCustomCode"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customCode: { readonly type: "string"; }; readonly numberOfCodes: { readonly type: "integer"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; }; readonly active: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly createdByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly deactivatedByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseOfferCodeCustomCodesResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeCustomCodesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeCustomCode"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Actor"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeCustomCodeResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeCustomCodeResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeCustomCode"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Actor"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeCustomCodeCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeCustomCodeCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeCustomCodes"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customCode: { readonly type: "string"; }; readonly numberOfCodes: { readonly type: "integer"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; }; readonly required: readonly ["numberOfCodes", "customCode"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly offerCode: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["offerCode"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseOfferCodeCustomCodeUpdateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeCustomCodeUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly active: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodeValueSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeOneTimeUseCodeValue"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeOneTimeUseCodeValues"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodeSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeOneTimeUseCode"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly numberOfCodes: { readonly type: "integer"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; }; readonly active: { readonly type: "boolean"; }; readonly environment: { readonly $ref: "#/components/schemas/OfferCodeEnvironment"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly values: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly createdByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly deactivatedByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodesResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeOneTimeUseCodesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Actor"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodeResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeOneTimeUseCodeResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Actor"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodeCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeOneTimeUseCodeCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeOneTimeUseCodes"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly numberOfCodes: { readonly type: "integer"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; }; readonly environment: { readonly nullable: true; readonly $ref: "#/components/schemas/OfferCodeEnvironment"; }; }; readonly required: readonly ["numberOfCodes", "expirationDate"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly offerCode: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["offerCode"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodeUpdateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeOneTimeUseCodeUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly active: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseOfferCodeSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCode"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly customerEligibilities: { readonly type: "array"; readonly items: { readonly type: "string"; readonly enum: readonly ["NON_SPENDER", "ACTIVE_SPENDER", "CHURNED_SPENDER"]; }; }; readonly productionCodeCount: { readonly type: "integer"; }; readonly sandboxCodeCount: { readonly type: "integer"; }; readonly active: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly oneTimeUseCodes: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly customCodes: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly prices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseOfferCodesResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseOfferCode"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeCustomCode"; }, { readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"; }, { readonly $ref: "#/components/schemas/InAppPurchaseOfferPrice"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly inAppPurchaseOfferPrices: "#/components/schemas/InAppPurchaseOfferPrice"; readonly inAppPurchaseOfferCodeOneTimeUseCodes: "#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"; readonly inAppPurchaseOfferCodeCustomCodes: "#/components/schemas/InAppPurchaseOfferCodeCustomCode"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseOfferCode"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeCustomCode"; }, { readonly $ref: "#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"; }, { readonly $ref: "#/components/schemas/InAppPurchaseOfferPrice"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly inAppPurchaseOfferPrices: "#/components/schemas/InAppPurchaseOfferPrice"; readonly inAppPurchaseOfferCodeOneTimeUseCodes: "#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"; readonly inAppPurchaseOfferCodeCustomCodes: "#/components/schemas/InAppPurchaseOfferCodeCustomCode"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodes"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly customerEligibilities: { readonly type: "array"; readonly items: { readonly type: "string"; readonly enum: readonly ["NON_SPENDER", "ACTIVE_SPENDER", "CHURNED_SPENDER"]; }; }; }; readonly required: readonly ["name", "customerEligibilities"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchase: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly prices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["inAppPurchase", "prices"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseOfferPriceInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseOfferCodeUpdateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferCodeUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly active: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseOfferPriceSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferPrice"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferPrices"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly pricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseOfferPriceInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferPrices"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly pricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const InAppPurchaseOfferPricesResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseOfferPricesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseOfferPrice"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchasePricePoint"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly inAppPurchasePricePoints: "#/components/schemas/InAppPurchasePricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchasePricePointSchema: { readonly type: "object"; readonly title: "InAppPurchasePricePoint"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customerPrice: { readonly type: "string"; }; readonly proceeds: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly equalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchasePricePointsResponseSchema: { readonly type: "object"; readonly title: "InAppPurchasePricePointsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchasePricePoint"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchasePriceScheduleSchema: { readonly type: "object"; readonly title: "InAppPurchasePriceSchedule"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePriceSchedules"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly baseTerritory: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly manualPrices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly automaticPrices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchasePriceScheduleResponseSchema: { readonly type: "object"; readonly title: "InAppPurchasePriceScheduleResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchasePriceSchedule"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchasePrice"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly inAppPurchasePrices: "#/components/schemas/InAppPurchasePrice"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchasePriceScheduleCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchasePriceScheduleCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePriceSchedules"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchase: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly baseTerritory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly manualPrices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["inAppPurchase", "manualPrices", "baseTerritory"]; }; }; readonly required: readonly ["relationships", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchasePriceInlineCreate"; }, { readonly $ref: "#/components/schemas/TerritoryInlineCreate"; }]; }; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchasePriceSchema: { readonly type: "object"; readonly title: "InAppPurchasePrice"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePrices"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; }; readonly endDate: { readonly type: "string"; readonly format: "date"; }; readonly manual: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchasePricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchasePriceInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePrices"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly endDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly inAppPurchasePricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const InAppPurchasePricesResponseSchema: { readonly type: "object"; readonly title: "InAppPurchasePricesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchasePrice"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchasePricePoint"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly inAppPurchasePricePoints: "#/components/schemas/InAppPurchasePricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseSubmissionSchema: { readonly type: "object"; readonly title: "InAppPurchaseSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchaseSubmissionResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseSubmission"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseSubmissionCreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseSubmissionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseSubmissions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["inAppPurchaseV2"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseSchema: { readonly type: "object"; readonly title: "InAppPurchase"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly productId: { readonly type: "string"; }; readonly inAppPurchaseType: { readonly type: "string"; readonly enum: readonly ["AUTOMATICALLY_RENEWABLE_SUBSCRIPTION", "NON_CONSUMABLE", "CONSUMABLE", "NON_RENEWING_SUBSCRIPTION", "FREE_SUBSCRIPTION"]; }; readonly state: { readonly type: "string"; readonly enum: readonly ["CREATED", "DEVELOPER_SIGNED_OFF", "DEVELOPER_ACTION_NEEDED", "DELETION_IN_PROGRESS", "APPROVED", "DELETED", "REMOVED_FROM_SALE", "DEVELOPER_REMOVED_FROM_SALE", "WAITING_FOR_UPLOAD", "PROCESSING_CONTENT", "REPLACED", "REJECTED", "WAITING_FOR_SCREENSHOT", "PREPARE_FOR_SUBMISSION", "MISSING_METADATA", "READY_TO_SUBMIT", "WAITING_FOR_REVIEW", "IN_REVIEW", "PENDING_DEVELOPER_RELEASE"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly apps: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; readonly deprecated: true; }; export declare const InAppPurchasesResponseSchema: { readonly type: "object"; readonly title: "InAppPurchasesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchase"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const InAppPurchaseResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchase"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const InAppPurchaseV2Schema: { readonly type: "object"; readonly title: "InAppPurchaseV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly productId: { readonly type: "string"; }; readonly inAppPurchaseType: { readonly $ref: "#/components/schemas/InAppPurchaseType"; }; readonly state: { readonly $ref: "#/components/schemas/InAppPurchaseState"; }; readonly reviewNote: { readonly type: "string"; }; readonly familySharable: { readonly type: "boolean"; }; readonly contentHosting: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly pricePoints: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly content: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseContents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreReviewScreenshot: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly promotedPurchase: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly iapPriceSchedule: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePriceSchedules"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly inAppPurchaseAvailability: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly images: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly offerCodes: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const InAppPurchasesV2ResponseSchema: { readonly type: "object"; readonly title: "InAppPurchasesV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"; }, { readonly $ref: "#/components/schemas/InAppPurchaseAvailability"; }, { readonly $ref: "#/components/schemas/InAppPurchaseContent"; }, { readonly $ref: "#/components/schemas/InAppPurchaseImage"; }, { readonly $ref: "#/components/schemas/InAppPurchaseLocalization"; }, { readonly $ref: "#/components/schemas/InAppPurchaseOfferCode"; }, { readonly $ref: "#/components/schemas/InAppPurchasePricePoint"; }, { readonly $ref: "#/components/schemas/InAppPurchasePriceSchedule"; }, { readonly $ref: "#/components/schemas/PromotedPurchase"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly inAppPurchaseAppStoreReviewScreenshots: "#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"; readonly inAppPurchaseContents: "#/components/schemas/InAppPurchaseContent"; readonly inAppPurchaseOfferCodes: "#/components/schemas/InAppPurchaseOfferCode"; readonly inAppPurchasePriceSchedules: "#/components/schemas/InAppPurchasePriceSchedule"; readonly promotedPurchases: "#/components/schemas/PromotedPurchase"; readonly inAppPurchaseImages: "#/components/schemas/InAppPurchaseImage"; readonly inAppPurchaseAvailabilities: "#/components/schemas/InAppPurchaseAvailability"; readonly inAppPurchasePricePoints: "#/components/schemas/InAppPurchasePricePoint"; readonly inAppPurchaseLocalizations: "#/components/schemas/InAppPurchaseLocalization"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2ResponseSchema: { readonly type: "object"; readonly title: "InAppPurchaseV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/InAppPurchaseV2"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"; }, { readonly $ref: "#/components/schemas/InAppPurchaseAvailability"; }, { readonly $ref: "#/components/schemas/InAppPurchaseContent"; }, { readonly $ref: "#/components/schemas/InAppPurchaseImage"; }, { readonly $ref: "#/components/schemas/InAppPurchaseLocalization"; }, { readonly $ref: "#/components/schemas/InAppPurchaseOfferCode"; }, { readonly $ref: "#/components/schemas/InAppPurchasePricePoint"; }, { readonly $ref: "#/components/schemas/InAppPurchasePriceSchedule"; }, { readonly $ref: "#/components/schemas/PromotedPurchase"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly inAppPurchaseAppStoreReviewScreenshots: "#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"; readonly inAppPurchaseContents: "#/components/schemas/InAppPurchaseContent"; readonly inAppPurchaseOfferCodes: "#/components/schemas/InAppPurchaseOfferCode"; readonly inAppPurchasePriceSchedules: "#/components/schemas/InAppPurchasePriceSchedule"; readonly promotedPurchases: "#/components/schemas/PromotedPurchase"; readonly inAppPurchaseImages: "#/components/schemas/InAppPurchaseImage"; readonly inAppPurchaseAvailabilities: "#/components/schemas/InAppPurchaseAvailability"; readonly inAppPurchasePricePoints: "#/components/schemas/InAppPurchasePricePoint"; readonly inAppPurchaseLocalizations: "#/components/schemas/InAppPurchaseLocalization"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2CreateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly productId: { readonly type: "string"; }; readonly inAppPurchaseType: { readonly $ref: "#/components/schemas/InAppPurchaseType"; }; readonly reviewNote: { readonly type: "string"; readonly nullable: true; }; readonly familySharable: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["productId", "name", "inAppPurchaseType"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const InAppPurchaseV2UpdateRequestSchema: { readonly type: "object"; readonly title: "InAppPurchaseV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly reviewNote: { readonly type: "string"; readonly nullable: true; }; readonly familySharable: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const MarketplaceSearchDetailSchema: { readonly type: "object"; readonly title: "MarketplaceSearchDetail"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["marketplaceSearchDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly catalogUrl: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const MarketplaceSearchDetailResponseSchema: { readonly type: "object"; readonly title: "MarketplaceSearchDetailResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/MarketplaceSearchDetail"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const MarketplaceSearchDetailCreateRequestSchema: { readonly type: "object"; readonly title: "MarketplaceSearchDetailCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["marketplaceSearchDetails"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly catalogUrl: { readonly type: "string"; readonly format: "uri"; }; }; readonly required: readonly ["catalogUrl"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const MarketplaceSearchDetailUpdateRequestSchema: { readonly type: "object"; readonly title: "MarketplaceSearchDetailUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["marketplaceSearchDetails"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly catalogUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const MarketplaceWebhookSchema: { readonly type: "object"; readonly title: "MarketplaceWebhook"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["marketplaceWebhooks"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly endpointUrl: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; readonly deprecated: true; }; export declare const MarketplaceWebhooksResponseSchema: { readonly type: "object"; readonly title: "MarketplaceWebhooksResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/MarketplaceWebhook"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const MarketplaceWebhookResponseSchema: { readonly type: "object"; readonly title: "MarketplaceWebhookResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/MarketplaceWebhook"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const MarketplaceWebhookCreateRequestSchema: { readonly type: "object"; readonly title: "MarketplaceWebhookCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["marketplaceWebhooks"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly endpointUrl: { readonly type: "string"; readonly format: "uri"; }; readonly secret: { readonly type: "string"; }; }; readonly required: readonly ["endpointUrl", "secret"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const MarketplaceWebhookUpdateRequestSchema: { readonly type: "object"; readonly title: "MarketplaceWebhookUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["marketplaceWebhooks"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly endpointUrl: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; readonly secret: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const MerchantIdSchema: { readonly type: "object"; readonly title: "MerchantId"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["merchantIds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly identifier: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly certificates: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const MerchantIdsResponseSchema: { readonly type: "object"; readonly title: "MerchantIdsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/MerchantId"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Certificate"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const MerchantIdResponseSchema: { readonly type: "object"; readonly title: "MerchantIdResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/MerchantId"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Certificate"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const MerchantIdCreateRequestSchema: { readonly type: "object"; readonly title: "MerchantIdCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["merchantIds"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly identifier: { readonly type: "string"; }; }; readonly required: readonly ["identifier", "name"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const MerchantIdUpdateRequestSchema: { readonly type: "object"; readonly title: "MerchantIdUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["merchantIds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const NominationSchema: { readonly type: "object"; readonly title: "Nomination"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["nominations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly enum: readonly ["APP_LAUNCH", "APP_ENHANCEMENTS", "NEW_CONTENT"]; }; readonly description: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly lastModifiedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly submittedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["DRAFT", "SUBMITTED", "ARCHIVED"]; }; readonly publishStartDate: { readonly type: "string"; readonly format: "date-time"; }; readonly publishEndDate: { readonly type: "string"; readonly format: "date-time"; }; readonly deviceFamilies: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeviceFamily"; }; }; readonly locales: { readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly supplementalMaterialsUris: { readonly type: "array"; readonly items: { readonly type: "string"; readonly format: "uri"; }; }; readonly hasInAppEvents: { readonly type: "boolean"; }; readonly launchInSelectMarketsFirst: { readonly type: "boolean"; }; readonly notes: { readonly type: "string"; }; readonly preOrderEnabled: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly relatedApps: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly createdByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly lastModifiedByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly submittedByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly inAppEvents: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly supportedTerritories: { readonly type: "object"; readonly properties: { readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const NominationsResponseSchema: { readonly type: "object"; readonly title: "NominationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Nomination"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/Actor"; }, { readonly $ref: "#/components/schemas/AppEvent"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly actors: "#/components/schemas/Actor"; readonly appEvents: "#/components/schemas/AppEvent"; readonly territories: "#/components/schemas/Territory"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const NominationResponseSchema: { readonly type: "object"; readonly title: "NominationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Nomination"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/Actor"; }, { readonly $ref: "#/components/schemas/AppEvent"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly actors: "#/components/schemas/Actor"; readonly appEvents: "#/components/schemas/AppEvent"; readonly territories: "#/components/schemas/Territory"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const NominationCreateRequestSchema: { readonly type: "object"; readonly title: "NominationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["nominations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly enum: readonly ["APP_LAUNCH", "APP_ENHANCEMENTS", "NEW_CONTENT"]; }; readonly description: { readonly type: "string"; }; readonly submitted: { readonly type: "boolean"; }; readonly publishStartDate: { readonly type: "string"; readonly format: "date-time"; }; readonly publishEndDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly deviceFamilies: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly nullable: true; }; readonly locales: { readonly type: "array"; readonly items: { readonly type: "string"; }; readonly nullable: true; }; readonly supplementalMaterialsUris: { readonly type: "array"; readonly items: { readonly type: "string"; readonly format: "uri"; }; readonly nullable: true; }; readonly hasInAppEvents: { readonly type: "boolean"; readonly nullable: true; }; readonly launchInSelectMarketsFirst: { readonly type: "boolean"; readonly nullable: true; }; readonly notes: { readonly type: "string"; readonly nullable: true; }; readonly preOrderEnabled: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["submitted", "publishStartDate", "name", "description", "type"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly relatedApps: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; readonly inAppEvents: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly supportedTerritories: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly required: readonly ["relatedApps"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const NominationUpdateRequestSchema: { readonly type: "object"; readonly title: "NominationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["nominations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly type: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["APP_LAUNCH", "APP_ENHANCEMENTS", "NEW_CONTENT"]; }; readonly description: { readonly type: "string"; readonly nullable: true; }; readonly submitted: { readonly type: "boolean"; readonly nullable: true; }; readonly archived: { readonly type: "boolean"; readonly nullable: true; }; readonly publishStartDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly publishEndDate: { readonly type: "string"; readonly format: "date-time"; readonly nullable: true; }; readonly deviceFamilies: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly nullable: true; }; readonly locales: { readonly type: "array"; readonly items: { readonly type: "string"; }; readonly nullable: true; }; readonly supplementalMaterialsUris: { readonly type: "array"; readonly items: { readonly type: "string"; readonly format: "uri"; }; readonly nullable: true; }; readonly hasInAppEvents: { readonly type: "boolean"; readonly nullable: true; }; readonly launchInSelectMarketsFirst: { readonly type: "boolean"; readonly nullable: true; }; readonly notes: { readonly type: "string"; readonly nullable: true; }; readonly preOrderEnabled: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly relatedApps: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly inAppEvents: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly supportedTerritories: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const PassTypeIdSchema: { readonly type: "object"; readonly title: "PassTypeId"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["passTypeIds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly identifier: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly certificates: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const PassTypeIdsResponseSchema: { readonly type: "object"; readonly title: "PassTypeIdsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/PassTypeId"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Certificate"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PassTypeIdResponseSchema: { readonly type: "object"; readonly title: "PassTypeIdResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/PassTypeId"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Certificate"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PassTypeIdCreateRequestSchema: { readonly type: "object"; readonly title: "PassTypeIdCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["passTypeIds"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly identifier: { readonly type: "string"; }; }; readonly required: readonly ["identifier", "name"]; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const PassTypeIdUpdateRequestSchema: { readonly type: "object"; readonly title: "PassTypeIdUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["passTypeIds"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const PerfPowerMetricSchema: { readonly type: "object"; readonly title: "PerfPowerMetric"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["perfPowerMetrics"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platform: { readonly type: "string"; readonly enum: readonly ["IOS"]; }; readonly metricType: { readonly type: "string"; readonly enum: readonly ["DISK", "HANG", "BATTERY", "LAUNCH", "MEMORY", "ANIMATION", "TERMINATION"]; }; readonly deviceType: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const PrereleaseVersionSchema: { readonly type: "object"; readonly title: "PrereleaseVersion"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["preReleaseVersions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly builds: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly app: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const PreReleaseVersionsResponseSchema: { readonly type: "object"; readonly title: "PreReleaseVersionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/PrereleaseVersion"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PrereleaseVersionResponseSchema: { readonly type: "object"; readonly title: "PrereleaseVersionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/PrereleaseVersion"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/Build"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly builds: "#/components/schemas/Build"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ProfileSchema: { readonly type: "object"; readonly title: "Profile"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["profiles"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly platform: { readonly $ref: "#/components/schemas/BundleIdPlatform"; }; readonly profileType: { readonly type: "string"; readonly enum: readonly ["IOS_APP_DEVELOPMENT", "IOS_APP_STORE", "IOS_APP_ADHOC", "IOS_APP_INHOUSE", "MAC_APP_DEVELOPMENT", "MAC_APP_STORE", "MAC_APP_DIRECT", "TVOS_APP_DEVELOPMENT", "TVOS_APP_STORE", "TVOS_APP_ADHOC", "TVOS_APP_INHOUSE", "MAC_CATALYST_APP_DEVELOPMENT", "MAC_CATALYST_APP_STORE", "MAC_CATALYST_APP_DIRECT"]; }; readonly profileState: { readonly type: "string"; readonly enum: readonly ["ACTIVE", "INVALID"]; }; readonly profileContent: { readonly type: "string"; }; readonly uuid: { readonly type: "string"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly devices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["devices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly certificates: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ProfilesResponseSchema: { readonly type: "object"; readonly title: "ProfilesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Profile"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BundleId"; }, { readonly $ref: "#/components/schemas/Certificate"; }, { readonly $ref: "#/components/schemas/Device"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly certificates: "#/components/schemas/Certificate"; readonly devices: "#/components/schemas/Device"; readonly bundleIds: "#/components/schemas/BundleId"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ProfileResponseSchema: { readonly type: "object"; readonly title: "ProfileResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Profile"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/BundleId"; }, { readonly $ref: "#/components/schemas/Certificate"; }, { readonly $ref: "#/components/schemas/Device"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly certificates: "#/components/schemas/Certificate"; readonly devices: "#/components/schemas/Device"; readonly bundleIds: "#/components/schemas/BundleId"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ProfileCreateRequestSchema: { readonly type: "object"; readonly title: "ProfileCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["profiles"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly profileType: { readonly type: "string"; readonly enum: readonly ["IOS_APP_DEVELOPMENT", "IOS_APP_STORE", "IOS_APP_ADHOC", "IOS_APP_INHOUSE", "MAC_APP_DEVELOPMENT", "MAC_APP_STORE", "MAC_APP_DIRECT", "TVOS_APP_DEVELOPMENT", "TVOS_APP_STORE", "TVOS_APP_ADHOC", "TVOS_APP_INHOUSE", "MAC_CATALYST_APP_DEVELOPMENT", "MAC_CATALYST_APP_STORE", "MAC_CATALYST_APP_DIRECT"]; }; }; readonly required: readonly ["profileType", "name"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly devices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["devices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly certificates: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["certificates", "bundleId"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const PromotedPurchaseSchema: { readonly type: "object"; readonly title: "PromotedPurchase"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly visibleForAllUsers: { readonly type: "boolean"; }; readonly enabled: { readonly type: "boolean"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["APPROVED", "IN_REVIEW", "PREPARE_FOR_SUBMISSION", "REJECTED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const PromotedPurchasesResponseSchema: { readonly type: "object"; readonly title: "PromotedPurchasesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/PromotedPurchase"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchaseV2"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly inAppPurchases: "#/components/schemas/InAppPurchaseV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PromotedPurchaseResponseSchema: { readonly type: "object"; readonly title: "PromotedPurchaseResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/PromotedPurchase"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/InAppPurchaseV2"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly inAppPurchases: "#/components/schemas/InAppPurchaseV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PromotedPurchaseCreateRequestSchema: { readonly type: "object"; readonly title: "PromotedPurchaseCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly visibleForAllUsers: { readonly type: "boolean"; }; readonly enabled: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["visibleForAllUsers"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly inAppPurchaseV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const PromotedPurchaseUpdateRequestSchema: { readonly type: "object"; readonly title: "PromotedPurchaseUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly visibleForAllUsers: { readonly type: "boolean"; readonly nullable: true; }; readonly enabled: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const ReviewSubmissionItemSchema: { readonly type: "object"; readonly title: "ReviewSubmissionItem"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissionItems"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly state: { readonly type: "string"; readonly enum: readonly ["READY_FOR_REVIEW", "ACCEPTED", "APPROVED", "REJECTED", "REMOVED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperiment: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appEvent: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly backgroundAssetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterAchievementVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterActivityVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterChallengeVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardSetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ReviewSubmissionItemsResponseSchema: { readonly type: "object"; readonly title: "ReviewSubmissionItemsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ReviewSubmissionItem"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }, { readonly $ref: "#/components/schemas/AppEvent"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appEvents: "#/components/schemas/AppEvent"; readonly gameCenterAchievementVersions: "#/components/schemas/GameCenterAchievementVersionV2"; readonly gameCenterChallengeVersions: "#/components/schemas/GameCenterChallengeVersion"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperiment"; readonly backgroundAssetVersions: "#/components/schemas/BackgroundAssetVersion"; readonly gameCenterActivityVersions: "#/components/schemas/GameCenterActivityVersion"; readonly gameCenterLeaderboardSetVersions: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; readonly appCustomProductPageVersions: "#/components/schemas/AppCustomProductPageVersion"; readonly gameCenterLeaderboardVersions: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ReviewSubmissionItemResponseSchema: { readonly type: "object"; readonly title: "ReviewSubmissionItemResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/ReviewSubmissionItem"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/AppCustomProductPageVersion"; }, { readonly $ref: "#/components/schemas/AppEvent"; }, { readonly $ref: "#/components/schemas/AppStoreVersionExperiment"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/BackgroundAssetVersion"; }, { readonly $ref: "#/components/schemas/GameCenterAchievementVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterActivityVersion"; }, { readonly $ref: "#/components/schemas/GameCenterChallengeVersion"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; }, { readonly $ref: "#/components/schemas/GameCenterLeaderboardVersionV2"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly appEvents: "#/components/schemas/AppEvent"; readonly gameCenterAchievementVersions: "#/components/schemas/GameCenterAchievementVersionV2"; readonly gameCenterChallengeVersions: "#/components/schemas/GameCenterChallengeVersion"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly appStoreVersionExperiments: "#/components/schemas/AppStoreVersionExperiment"; readonly backgroundAssetVersions: "#/components/schemas/BackgroundAssetVersion"; readonly gameCenterActivityVersions: "#/components/schemas/GameCenterActivityVersion"; readonly gameCenterLeaderboardSetVersions: "#/components/schemas/GameCenterLeaderboardSetVersionV2"; readonly appCustomProductPageVersions: "#/components/schemas/AppCustomProductPageVersion"; readonly gameCenterLeaderboardVersions: "#/components/schemas/GameCenterLeaderboardVersionV2"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ReviewSubmissionItemCreateRequestSchema: { readonly type: "object"; readonly title: "ReviewSubmissionItemCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissionItems"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly reviewSubmission: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appCustomProductPageVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperiment: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appStoreVersionExperimentV2: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly appEvent: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly backgroundAssetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterAchievementVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterActivityVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterChallengeVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardSetVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gameCenterLeaderboardVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly required: readonly ["reviewSubmission"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const ReviewSubmissionItemUpdateRequestSchema: { readonly type: "object"; readonly title: "ReviewSubmissionItemUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissionItems"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly resolved: { readonly type: "boolean"; readonly nullable: true; }; readonly removed: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const ReviewSubmissionSchema: { readonly type: "object"; readonly title: "ReviewSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platform: { readonly $ref: "#/components/schemas/Platform"; }; readonly submittedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["READY_FOR_REVIEW", "WAITING_FOR_REVIEW", "IN_REVIEW", "UNRESOLVED_ISSUES", "CANCELING", "COMPLETING", "COMPLETE"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly items: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissionItems"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreVersionForReview: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly submittedByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly lastUpdatedByActor: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["actors"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ReviewSubmissionsResponseSchema: { readonly type: "object"; readonly title: "ReviewSubmissionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ReviewSubmission"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/Actor"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/ReviewSubmissionItem"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly actors: "#/components/schemas/Actor"; readonly reviewSubmissionItems: "#/components/schemas/ReviewSubmissionItem"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ReviewSubmissionResponseSchema: { readonly type: "object"; readonly title: "ReviewSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/ReviewSubmission"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/Actor"; }, { readonly $ref: "#/components/schemas/AppStoreVersion"; }, { readonly $ref: "#/components/schemas/App"; }, { readonly $ref: "#/components/schemas/ReviewSubmissionItem"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly actors: "#/components/schemas/Actor"; readonly reviewSubmissionItems: "#/components/schemas/ReviewSubmissionItem"; readonly appStoreVersions: "#/components/schemas/AppStoreVersion"; readonly apps: "#/components/schemas/App"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ReviewSubmissionCreateRequestSchema: { readonly type: "object"; readonly title: "ReviewSubmissionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissions"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platform: { readonly nullable: true; readonly $ref: "#/components/schemas/Platform"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const ReviewSubmissionUpdateRequestSchema: { readonly type: "object"; readonly title: "ReviewSubmissionUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly platform: { readonly nullable: true; readonly $ref: "#/components/schemas/Platform"; }; readonly submitted: { readonly type: "boolean"; readonly nullable: true; }; readonly canceled: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const RoutingAppCoverageSchema: { readonly type: "object"; readonly title: "RoutingAppCoverage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["routingAppCoverages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const RoutingAppCoverageResponseSchema: { readonly type: "object"; readonly title: "RoutingAppCoverageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/RoutingAppCoverage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppStoreVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const RoutingAppCoverageCreateRequestSchema: { readonly type: "object"; readonly title: "RoutingAppCoverageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["routingAppCoverages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly appStoreVersion: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["appStoreVersion"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const RoutingAppCoverageUpdateRequestSchema: { readonly type: "object"; readonly title: "RoutingAppCoverageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["routingAppCoverages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SandboxTesterV2Schema: { readonly type: "object"; readonly title: "SandboxTesterV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["sandboxTesters"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly firstName: { readonly type: "string"; }; readonly lastName: { readonly type: "string"; }; readonly acAccountName: { readonly type: "string"; }; readonly territory: { readonly $ref: "#/components/schemas/TerritoryCode"; }; readonly applePayCompatible: { readonly type: "boolean"; }; readonly interruptPurchases: { readonly type: "boolean"; }; readonly subscriptionRenewalRate: { readonly type: "string"; readonly enum: readonly ["MONTHLY_RENEWAL_EVERY_ONE_HOUR", "MONTHLY_RENEWAL_EVERY_THIRTY_MINUTES", "MONTHLY_RENEWAL_EVERY_FIFTEEN_MINUTES", "MONTHLY_RENEWAL_EVERY_FIVE_MINUTES", "MONTHLY_RENEWAL_EVERY_THREE_MINUTES"]; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SandboxTestersV2ResponseSchema: { readonly type: "object"; readonly title: "SandboxTestersV2Response"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SandboxTesterV2"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SandboxTesterV2ResponseSchema: { readonly type: "object"; readonly title: "SandboxTesterV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SandboxTesterV2"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SandboxTesterV2UpdateRequestSchema: { readonly type: "object"; readonly title: "SandboxTesterV2UpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["sandboxTesters"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly territory: { readonly nullable: true; readonly $ref: "#/components/schemas/TerritoryCode"; }; readonly interruptPurchases: { readonly type: "boolean"; readonly nullable: true; }; readonly subscriptionRenewalRate: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["MONTHLY_RENEWAL_EVERY_ONE_HOUR", "MONTHLY_RENEWAL_EVERY_THIRTY_MINUTES", "MONTHLY_RENEWAL_EVERY_FIFTEEN_MINUTES", "MONTHLY_RENEWAL_EVERY_FIVE_MINUTES", "MONTHLY_RENEWAL_EVERY_THREE_MINUTES"]; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SandboxTestersClearPurchaseHistoryRequestV2Schema: { readonly type: "object"; readonly title: "SandboxTestersClearPurchaseHistoryRequestV2"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["sandboxTestersClearPurchaseHistoryRequest"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SandboxTestersClearPurchaseHistoryRequestV2ResponseSchema: { readonly type: "object"; readonly title: "SandboxTestersClearPurchaseHistoryRequestV2Response"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SandboxTestersClearPurchaseHistoryRequestV2"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SandboxTestersClearPurchaseHistoryRequestV2CreateRequestSchema: { readonly type: "object"; readonly title: "SandboxTestersClearPurchaseHistoryRequestV2CreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["sandboxTestersClearPurchaseHistoryRequest"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly sandboxTesters: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["sandboxTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["sandboxTesters"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const ScmGitReferenceSchema: { readonly type: "object"; readonly title: "ScmGitReference"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmGitReferences"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly canonicalName: { readonly type: "string"; }; readonly isDeleted: { readonly type: "boolean"; }; readonly kind: { readonly $ref: "#/components/schemas/CiGitRefKind"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly repository: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ScmGitReferencesResponseSchema: { readonly type: "object"; readonly title: "ScmGitReferencesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmGitReference"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmRepository"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmGitReferenceResponseSchema: { readonly type: "object"; readonly title: "ScmGitReferenceResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/ScmGitReference"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmRepository"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmProviderSchema: { readonly type: "object"; readonly title: "ScmProvider"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmProviders"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly scmProviderType: { readonly $ref: "#/components/schemas/ScmProviderType"; }; readonly url: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly repositories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ScmProvidersResponseSchema: { readonly type: "object"; readonly title: "ScmProvidersResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmProvider"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmProviderResponseSchema: { readonly type: "object"; readonly title: "ScmProviderResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/ScmProvider"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmPullRequestSchema: { readonly type: "object"; readonly title: "ScmPullRequest"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmPullRequests"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly title: { readonly type: "string"; }; readonly number: { readonly type: "integer"; }; readonly webUrl: { readonly type: "string"; readonly format: "uri"; }; readonly sourceRepositoryOwner: { readonly type: "string"; }; readonly sourceRepositoryName: { readonly type: "string"; }; readonly sourceBranchName: { readonly type: "string"; }; readonly destinationRepositoryOwner: { readonly type: "string"; }; readonly destinationRepositoryName: { readonly type: "string"; }; readonly destinationBranchName: { readonly type: "string"; }; readonly isClosed: { readonly type: "boolean"; }; readonly isCrossRepository: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly repository: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ScmPullRequestsResponseSchema: { readonly type: "object"; readonly title: "ScmPullRequestsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmPullRequest"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmRepository"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmPullRequestResponseSchema: { readonly type: "object"; readonly title: "ScmPullRequestResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/ScmPullRequest"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmRepository"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmRepositorySchema: { readonly type: "object"; readonly title: "ScmRepository"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly lastAccessedDate: { readonly type: "string"; readonly format: "date-time"; }; readonly httpCloneUrl: { readonly type: "string"; readonly format: "uri"; }; readonly sshCloneUrl: { readonly type: "string"; readonly format: "uri"; }; readonly ownerName: { readonly type: "string"; }; readonly repositoryName: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly scmProvider: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmProviders"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly defaultBranch: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmGitReferences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly gitReferences: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly pullRequests: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const ScmRepositoriesResponseSchema: { readonly type: "object"; readonly title: "ScmRepositoriesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/ScmRepository"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/ScmGitReference"; }, { readonly $ref: "#/components/schemas/ScmProvider"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly scmProviders: "#/components/schemas/ScmProvider"; readonly scmGitReferences: "#/components/schemas/ScmGitReference"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmRepositoryResponseSchema: { readonly type: "object"; readonly title: "ScmRepositoryResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/ScmRepository"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/ScmGitReference"; }, { readonly $ref: "#/components/schemas/ScmProvider"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly scmProviders: "#/components/schemas/ScmProvider"; readonly scmGitReferences: "#/components/schemas/ScmGitReference"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionAppStoreReviewScreenshotSchema: { readonly type: "object"; readonly title: "SubscriptionAppStoreReviewScreenshot"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly assetToken: { readonly type: "string"; }; readonly assetType: { readonly type: "string"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly assetDeliveryState: { readonly $ref: "#/components/schemas/AppMediaAssetState"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionAppStoreReviewScreenshotResponseSchema: { readonly type: "object"; readonly title: "SubscriptionAppStoreReviewScreenshotResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionAppStoreReviewScreenshot"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Subscription"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionAppStoreReviewScreenshotCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionAppStoreReviewScreenshotCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAppStoreReviewScreenshots"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionAppStoreReviewScreenshotUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionAppStoreReviewScreenshotUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionAvailabilitySchema: { readonly type: "object"; readonly title: "SubscriptionAvailability"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAvailabilities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly availableInNewTerritories: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly availableTerritories: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionAvailabilityResponseSchema: { readonly type: "object"; readonly title: "SubscriptionAvailabilityResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionAvailability"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionAvailabilityCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionAvailabilityCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAvailabilities"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly availableInNewTerritories: { readonly type: "boolean"; }; }; readonly required: readonly ["availableInNewTerritories"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly availableTerritories: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription", "availableTerritories"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionGracePeriodSchema: { readonly type: "object"; readonly title: "SubscriptionGracePeriod"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGracePeriods"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly optIn: { readonly type: "boolean"; }; readonly sandboxOptIn: { readonly type: "boolean"; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionGracePeriodDuration"; }; readonly renewalType: { readonly type: "string"; readonly enum: readonly ["ALL_RENEWALS", "PAID_TO_PAID_ONLY"]; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionGracePeriodResponseSchema: { readonly type: "object"; readonly title: "SubscriptionGracePeriodResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionGracePeriod"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGracePeriodUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionGracePeriodUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGracePeriods"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly optIn: { readonly type: "boolean"; readonly nullable: true; }; readonly sandboxOptIn: { readonly type: "boolean"; readonly nullable: true; }; readonly duration: { readonly nullable: true; readonly $ref: "#/components/schemas/SubscriptionGracePeriodDuration"; }; readonly renewalType: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ALL_RENEWALS", "PAID_TO_PAID_ONLY"]; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionGroupLocalizationSchema: { readonly type: "object"; readonly title: "SubscriptionGroupLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroupLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly customAppName: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "WAITING_FOR_REVIEW", "APPROVED", "REJECTED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscriptionGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionGroupLocalizationsResponseSchema: { readonly type: "object"; readonly title: "SubscriptionGroupLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionGroupLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionGroup"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGroupLocalizationResponseSchema: { readonly type: "object"; readonly title: "SubscriptionGroupLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionGroupLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionGroup"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGroupLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionGroupLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroupLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly customAppName: { readonly type: "string"; readonly nullable: true; }; readonly locale: { readonly type: "string"; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscriptionGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscriptionGroup"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionGroupLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionGroupLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroupLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly customAppName: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionGroupSubmissionSchema: { readonly type: "object"; readonly title: "SubscriptionGroupSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroupSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionGroupSubmissionResponseSchema: { readonly type: "object"; readonly title: "SubscriptionGroupSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionGroupSubmission"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGroupSubmissionCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionGroupSubmissionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroupSubmissions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscriptionGroup: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscriptionGroup"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionGroupSchema: { readonly type: "object"; readonly title: "SubscriptionGroup"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscriptions: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly subscriptionGroupLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroupLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionGroupsResponseSchema: { readonly type: "object"; readonly title: "SubscriptionGroupsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionGroup"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionGroupLocalization"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly subscriptionGroupLocalizations: "#/components/schemas/SubscriptionGroupLocalization"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGroupResponseSchema: { readonly type: "object"; readonly title: "SubscriptionGroupResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionGroup"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionGroupLocalization"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly subscriptionGroupLocalizations: "#/components/schemas/SubscriptionGroupLocalization"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGroupCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionGroupCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; }; readonly required: readonly ["referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionGroupUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionGroupUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionImageSchema: { readonly type: "object"; readonly title: "SubscriptionImage"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; readonly sourceFileChecksum: { readonly type: "string"; }; readonly assetToken: { readonly type: "string"; }; readonly imageAsset: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly uploadOperations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UploadOperation"; }; }; readonly state: { readonly type: "string"; readonly enum: readonly ["AWAITING_UPLOAD", "UPLOAD_COMPLETE", "FAILED", "PREPARE_FOR_SUBMISSION", "WAITING_FOR_REVIEW", "APPROVED", "REJECTED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionImagesResponseSchema: { readonly type: "object"; readonly title: "SubscriptionImagesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionImage"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Subscription"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionImageResponseSchema: { readonly type: "object"; readonly title: "SubscriptionImageResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionImage"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Subscription"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionImageCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionImageCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionImages"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly fileSize: { readonly type: "integer"; }; readonly fileName: { readonly type: "string"; }; }; readonly required: readonly ["fileName", "fileSize"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionImageUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionImageUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionImages"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly sourceFileChecksum: { readonly type: "string"; readonly nullable: true; }; readonly uploaded: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionIntroductoryOfferSchema: { readonly type: "object"; readonly title: "SubscriptionIntroductoryOffer"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; }; readonly endDate: { readonly type: "string"; readonly format: "date"; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; readonly numberOfPeriods: { readonly type: "integer"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionIntroductoryOfferInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly endDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; readonly numberOfPeriods: { readonly type: "integer"; }; }; readonly required: readonly ["duration", "numberOfPeriods", "offerMode"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; export declare const SubscriptionIntroductoryOffersResponseSchema: { readonly type: "object"; readonly title: "SubscriptionIntroductoryOffersResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionIntroductoryOffer"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }, { readonly $ref: "#/components/schemas/Subscription"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly territories: "#/components/schemas/Territory"; readonly subscriptionPricePoints: "#/components/schemas/SubscriptionPricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionIntroductoryOfferResponseSchema: { readonly type: "object"; readonly title: "SubscriptionIntroductoryOfferResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionIntroductoryOffer"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }, { readonly $ref: "#/components/schemas/Subscription"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly territories: "#/components/schemas/Territory"; readonly subscriptionPricePoints: "#/components/schemas/SubscriptionPricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionIntroductoryOfferCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionIntroductoryOfferCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly endDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; readonly numberOfPeriods: { readonly type: "integer"; }; }; readonly required: readonly ["duration", "numberOfPeriods", "offerMode"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly required: readonly ["subscription"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionPricePointInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionIntroductoryOfferUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionIntroductoryOfferUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly endDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionLocalizationSchema: { readonly type: "object"; readonly title: "SubscriptionLocalization"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "WAITING_FOR_REVIEW", "APPROVED", "REJECTED"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionLocalizationsResponseSchema: { readonly type: "object"; readonly title: "SubscriptionLocalizationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionLocalization"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Subscription"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionLocalizationResponseSchema: { readonly type: "object"; readonly title: "SubscriptionLocalizationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionLocalization"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Subscription"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionLocalizationCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionLocalizationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionLocalizations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly locale: { readonly type: "string"; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; readonly required: readonly ["name", "locale"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionLocalizationUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionLocalizationUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionLocalizations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly description: { readonly type: "string"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionOfferCodeCustomCodeSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeCustomCode"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customCode: { readonly type: "string"; }; readonly numberOfCodes: { readonly type: "integer"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; }; readonly active: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly offerCode: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionOfferCodeCustomCodesResponseSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeCustomCodesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCodeCustomCode"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeCustomCodeResponseSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeCustomCodeResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionOfferCodeCustomCode"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeCustomCodeCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeCustomCodeCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeCustomCodes"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customCode: { readonly type: "string"; }; readonly numberOfCodes: { readonly type: "integer"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; }; readonly required: readonly ["numberOfCodes", "customCode"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly offerCode: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["offerCode"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionOfferCodeCustomCodeUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeCustomCodeUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly active: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodeValueSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeOneTimeUseCodeValue"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeOneTimeUseCodeValues"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodeSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeOneTimeUseCode"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly numberOfCodes: { readonly type: "integer"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; }; readonly active: { readonly type: "boolean"; }; readonly environment: { readonly $ref: "#/components/schemas/OfferCodeEnvironment"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly offerCode: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly values: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodesResponseSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeOneTimeUseCodesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodeResponseSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeOneTimeUseCodeResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodeCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeOneTimeUseCodeCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeOneTimeUseCodes"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly numberOfCodes: { readonly type: "integer"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date"; }; readonly environment: { readonly nullable: true; readonly $ref: "#/components/schemas/OfferCodeEnvironment"; }; }; readonly required: readonly ["numberOfCodes", "expirationDate"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly offerCode: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["offerCode"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodeUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeOneTimeUseCodeUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly active: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionOfferCodePriceSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodePrice"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodePrices"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionOfferCodePriceInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodePrices"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const SubscriptionOfferCodePricesResponseSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodePricesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCodePrice"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly subscriptionPricePoints: "#/components/schemas/SubscriptionPricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCode"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly customerEligibilities: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionCustomerEligibility"; }; }; readonly offerEligibility: { readonly $ref: "#/components/schemas/SubscriptionOfferEligibility"; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; readonly numberOfPeriods: { readonly type: "integer"; }; readonly totalNumberOfCodes: { readonly type: "integer"; }; readonly productionCodeCount: { readonly type: "integer"; }; readonly sandboxCodeCount: { readonly type: "integer"; }; readonly active: { readonly type: "boolean"; }; readonly autoRenewEnabled: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly oneTimeUseCodes: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly customCodes: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly prices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionOfferCodesResponseSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionOfferCodeCustomCode"; }, { readonly $ref: "#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"; }, { readonly $ref: "#/components/schemas/SubscriptionOfferCodePrice"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptionOfferCodePrices: "#/components/schemas/SubscriptionOfferCodePrice"; readonly subscriptions: "#/components/schemas/Subscription"; readonly subscriptionOfferCodeOneTimeUseCodes: "#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"; readonly subscriptionOfferCodeCustomCodes: "#/components/schemas/SubscriptionOfferCodeCustomCode"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeResponseSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionOfferCodeCustomCode"; }, { readonly $ref: "#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"; }, { readonly $ref: "#/components/schemas/SubscriptionOfferCodePrice"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptionOfferCodePrices: "#/components/schemas/SubscriptionOfferCodePrice"; readonly subscriptions: "#/components/schemas/Subscription"; readonly subscriptionOfferCodeOneTimeUseCodes: "#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"; readonly subscriptionOfferCodeCustomCodes: "#/components/schemas/SubscriptionOfferCodeCustomCode"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly customerEligibilities: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionCustomerEligibility"; }; }; readonly offerEligibility: { readonly $ref: "#/components/schemas/SubscriptionOfferEligibility"; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; readonly numberOfPeriods: { readonly type: "integer"; }; readonly autoRenewEnabled: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["duration", "offerEligibility", "name", "numberOfPeriods", "offerMode", "customerEligibilities"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly prices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription", "prices"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionOfferCodePriceInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionOfferCodeUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionOfferCodeUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly active: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionPricePointSchema: { readonly type: "object"; readonly title: "SubscriptionPricePoint"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customerPrice: { readonly type: "string"; }; readonly proceeds: { readonly type: "string"; }; readonly proceedsYear2: { readonly type: "string"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly equalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionPricePointInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["type"]; }; export declare const SubscriptionPricePointsResponseSchema: { readonly type: "object"; readonly title: "SubscriptionPricePointsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPricePointResponseSchema: { readonly type: "object"; readonly title: "SubscriptionPricePointResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPriceSchema: { readonly type: "object"; readonly title: "SubscriptionPrice"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPrices"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; }; readonly preserved: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionPriceInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPrices"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly preserveCurrentPrice: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const SubscriptionPricesResponseSchema: { readonly type: "object"; readonly title: "SubscriptionPricesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionPrice"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly subscriptionPricePoints: "#/components/schemas/SubscriptionPricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPriceResponseSchema: { readonly type: "object"; readonly title: "SubscriptionPriceResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionPrice"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly subscriptionPricePoints: "#/components/schemas/SubscriptionPricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPriceCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionPriceCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPrices"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly startDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly preserveCurrentPrice: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription", "subscriptionPricePoint"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionPromotionalOfferPriceSchema: { readonly type: "object"; readonly title: "SubscriptionPromotionalOfferPrice"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOfferPrices"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionPromotionalOfferPriceInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOfferPrices"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly required: readonly ["type"]; }; export declare const SubscriptionPromotionalOfferPricesResponseSchema: { readonly type: "object"; readonly title: "SubscriptionPromotionalOfferPricesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionPromotionalOfferPrice"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly subscriptionPricePoints: "#/components/schemas/SubscriptionPricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPromotionalOfferSchema: { readonly type: "object"; readonly title: "SubscriptionPromotionalOffer"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOffers"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly name: { readonly type: "string"; }; readonly numberOfPeriods: { readonly type: "integer"; }; readonly offerCode: { readonly type: "string"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly prices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionPromotionalOfferInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOffers"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly name: { readonly type: "string"; }; readonly numberOfPeriods: { readonly type: "integer"; }; readonly offerCode: { readonly type: "string"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; }; readonly required: readonly ["duration", "offerCode", "name", "numberOfPeriods", "offerMode"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly prices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; export declare const SubscriptionPromotionalOffersResponseSchema: { readonly type: "object"; readonly title: "SubscriptionPromotionalOffersResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionPromotionalOffer"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPromotionalOfferPrice"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly subscriptionPromotionalOfferPrices: "#/components/schemas/SubscriptionPromotionalOfferPrice"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPromotionalOfferResponseSchema: { readonly type: "object"; readonly title: "SubscriptionPromotionalOfferResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionPromotionalOffer"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPromotionalOfferPrice"; }, { readonly $ref: "#/components/schemas/Subscription"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptions: "#/components/schemas/Subscription"; readonly subscriptionPromotionalOfferPrices: "#/components/schemas/SubscriptionPromotionalOfferPrice"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPromotionalOfferCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionPromotionalOfferCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOffers"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly name: { readonly type: "string"; }; readonly numberOfPeriods: { readonly type: "integer"; }; readonly offerCode: { readonly type: "string"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; }; readonly required: readonly ["duration", "offerCode", "name", "numberOfPeriods", "offerMode"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly prices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription", "prices"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionPromotionalOfferPriceInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionPromotionalOfferUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionPromotionalOfferUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOffers"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly prices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/SubscriptionPromotionalOfferPriceInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionSubmissionSchema: { readonly type: "object"; readonly title: "SubscriptionSubmission"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionSubmissions"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionSubmissionResponseSchema: { readonly type: "object"; readonly title: "SubscriptionSubmissionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/SubscriptionSubmission"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Subscription"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionSubmissionCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionSubmissionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionSubmissions"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionSchema: { readonly type: "object"; readonly title: "Subscription"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly productId: { readonly type: "string"; }; readonly familySharable: { readonly type: "boolean"; }; readonly state: { readonly type: "string"; readonly enum: readonly ["MISSING_METADATA", "READY_TO_SUBMIT", "WAITING_FOR_REVIEW", "IN_REVIEW", "DEVELOPER_ACTION_NEEDED", "PENDING_BINARY_APPROVAL", "APPROVED", "DEVELOPER_REMOVED_FROM_SALE", "REMOVED_FROM_SALE", "REJECTED"]; }; readonly subscriptionPeriod: { readonly type: "string"; readonly enum: readonly ["ONE_WEEK", "ONE_MONTH", "TWO_MONTHS", "THREE_MONTHS", "SIX_MONTHS", "ONE_YEAR"]; }; readonly reviewNote: { readonly type: "string"; }; readonly groupLevel: { readonly type: "integer"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscriptionLocalizations: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly appStoreReviewScreenshot: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly group: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly introductoryOffers: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly promotionalOffers: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly offerCodes: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly prices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly pricePoints: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; readonly promotedPurchase: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionAvailability: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly winBackOffers: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly images: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const SubscriptionsResponseSchema: { readonly type: "object"; readonly title: "SubscriptionsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Subscription"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/PromotedPurchase"; }, { readonly $ref: "#/components/schemas/SubscriptionAppStoreReviewScreenshot"; }, { readonly $ref: "#/components/schemas/SubscriptionAvailability"; }, { readonly $ref: "#/components/schemas/SubscriptionGroup"; }, { readonly $ref: "#/components/schemas/SubscriptionImage"; }, { readonly $ref: "#/components/schemas/SubscriptionIntroductoryOffer"; }, { readonly $ref: "#/components/schemas/SubscriptionLocalization"; }, { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }, { readonly $ref: "#/components/schemas/SubscriptionPrice"; }, { readonly $ref: "#/components/schemas/SubscriptionPromotionalOffer"; }, { readonly $ref: "#/components/schemas/WinBackOffer"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptionAppStoreReviewScreenshots: "#/components/schemas/SubscriptionAppStoreReviewScreenshot"; readonly promotedPurchases: "#/components/schemas/PromotedPurchase"; readonly subscriptionGroups: "#/components/schemas/SubscriptionGroup"; readonly subscriptionImages: "#/components/schemas/SubscriptionImage"; readonly subscriptionPrices: "#/components/schemas/SubscriptionPrice"; readonly winBackOffers: "#/components/schemas/WinBackOffer"; readonly subscriptionIntroductoryOffers: "#/components/schemas/SubscriptionIntroductoryOffer"; readonly subscriptionOfferCodes: "#/components/schemas/SubscriptionOfferCode"; readonly subscriptionPromotionalOffers: "#/components/schemas/SubscriptionPromotionalOffer"; readonly subscriptionLocalizations: "#/components/schemas/SubscriptionLocalization"; readonly subscriptionAvailabilities: "#/components/schemas/SubscriptionAvailability"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionResponseSchema: { readonly type: "object"; readonly title: "SubscriptionResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Subscription"; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/PromotedPurchase"; }, { readonly $ref: "#/components/schemas/SubscriptionAppStoreReviewScreenshot"; }, { readonly $ref: "#/components/schemas/SubscriptionAvailability"; }, { readonly $ref: "#/components/schemas/SubscriptionGroup"; }, { readonly $ref: "#/components/schemas/SubscriptionImage"; }, { readonly $ref: "#/components/schemas/SubscriptionIntroductoryOffer"; }, { readonly $ref: "#/components/schemas/SubscriptionLocalization"; }, { readonly $ref: "#/components/schemas/SubscriptionOfferCode"; }, { readonly $ref: "#/components/schemas/SubscriptionPrice"; }, { readonly $ref: "#/components/schemas/SubscriptionPromotionalOffer"; }, { readonly $ref: "#/components/schemas/WinBackOffer"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly subscriptionAppStoreReviewScreenshots: "#/components/schemas/SubscriptionAppStoreReviewScreenshot"; readonly promotedPurchases: "#/components/schemas/PromotedPurchase"; readonly subscriptionGroups: "#/components/schemas/SubscriptionGroup"; readonly subscriptionImages: "#/components/schemas/SubscriptionImage"; readonly subscriptionPrices: "#/components/schemas/SubscriptionPrice"; readonly winBackOffers: "#/components/schemas/WinBackOffer"; readonly subscriptionIntroductoryOffers: "#/components/schemas/SubscriptionIntroductoryOffer"; readonly subscriptionOfferCodes: "#/components/schemas/SubscriptionOfferCode"; readonly subscriptionPromotionalOffers: "#/components/schemas/SubscriptionPromotionalOffer"; readonly subscriptionLocalizations: "#/components/schemas/SubscriptionLocalization"; readonly subscriptionAvailabilities: "#/components/schemas/SubscriptionAvailability"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionCreateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly productId: { readonly type: "string"; }; readonly familySharable: { readonly type: "boolean"; readonly nullable: true; }; readonly subscriptionPeriod: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ONE_WEEK", "ONE_MONTH", "TWO_MONTHS", "THREE_MONTHS", "SIX_MONTHS", "ONE_YEAR"]; }; readonly reviewNote: { readonly type: "string"; readonly nullable: true; }; readonly groupLevel: { readonly type: "integer"; readonly nullable: true; }; }; readonly required: readonly ["productId", "name"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly group: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["group"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionUpdateRequestSchema: { readonly type: "object"; readonly title: "SubscriptionUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: true; }; readonly familySharable: { readonly type: "boolean"; readonly nullable: true; }; readonly subscriptionPeriod: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["ONE_WEEK", "ONE_MONTH", "TWO_MONTHS", "THREE_MONTHS", "SIX_MONTHS", "ONE_YEAR"]; }; readonly reviewNote: { readonly type: "string"; readonly nullable: true; }; readonly groupLevel: { readonly type: "integer"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly introductoryOffers: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly promotionalOffers: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; readonly prices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPromotionalOfferInlineCreate"; }, { readonly $ref: "#/components/schemas/SubscriptionPriceInlineCreate"; }, { readonly $ref: "#/components/schemas/SubscriptionIntroductoryOfferInlineCreate"; }]; }; }; }; readonly required: readonly ["data"]; }; export declare const TerritorySchema: { readonly type: "object"; readonly title: "Territory"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly currency: { readonly type: "string"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const TerritoryInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["type"]; }; export declare const TerritoriesResponseSchema: { readonly type: "object"; readonly title: "TerritoriesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const TerritoryResponseSchema: { readonly type: "object"; readonly title: "TerritoryResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Territory"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const TerritoryAgeRatingSchema: { readonly type: "object"; readonly title: "TerritoryAgeRating"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAgeRatings"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly appStoreAgeRating: { readonly $ref: "#/components/schemas/AppStoreAgeRating"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const TerritoryAgeRatingsResponseSchema: { readonly type: "object"; readonly title: "TerritoryAgeRatingsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/TerritoryAgeRating"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const TerritoryAvailabilitySchema: { readonly type: "object"; readonly title: "TerritoryAvailability"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAvailabilities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly available: { readonly type: "boolean"; }; readonly releaseDate: { readonly type: "string"; readonly format: "date"; }; readonly preOrderEnabled: { readonly type: "boolean"; }; readonly preOrderPublishDate: { readonly type: "string"; readonly format: "date"; }; readonly contentStatuses: { readonly type: "array"; readonly items: { readonly type: "string"; readonly enum: readonly ["AVAILABLE", "AVAILABLE_FOR_PREORDER_ON_DATE", "PROCESSING_TO_NOT_AVAILABLE", "PROCESSING_TO_AVAILABLE", "PROCESSING_TO_PRE_ORDER", "AVAILABLE_FOR_SALE_UNRELEASED_APP", "PREORDER_ON_UNRELEASED_APP", "AVAILABLE_FOR_PREORDER", "MISSING_RATING", "CANNOT_SELL_RESTRICTED_RATING", "BRAZIL_REQUIRED_TAX_ID", "MISSING_GRN", "UNVERIFIED_GRN", "ICP_NUMBER_INVALID", "ICP_NUMBER_MISSING", "TRADER_STATUS_NOT_PROVIDED", "TRADER_STATUS_VERIFICATION_FAILED", "TRADER_STATUS_VERIFICATION_STATUS_MISSING", "CANNOT_SELL_SEVENTEEN_PLUS_APPS", "CANNOT_SELL_SEXUALLY_EXPLICIT", "CANNOT_SELL_NON_IOS_GAMES", "CANNOT_SELL_SEVENTEEN_PLUS_GAMES", "CANNOT_SELL_CASINO", "CANNOT_SELL_CASINO_WITHOUT_GRAC", "CANNOT_SELL_CASINO_WITHOUT_AGE_VERIFICATION", "CANNOT_SELL_ADULT_ONLY", "CANNOT_SELL_GAMBLING_CONTESTS", "CANNOT_SELL_GAMBLING", "CANNOT_SELL_CONTESTS", "CANNOT_SELL_NINETEEN_PLUS_WITHOUT_GRAC", "CANNOT_SELL", "CANNOT_SELL_FREQUENT_INTENSE_GAMBLING", "CANNOT_SELL_FREQUENT_INTENSE_ALCOHOL_TOBACCO_DRUGS", "CANNOT_SELL_FREQUENT_INTENSE_VIOLENCE", "CANNOT_SELL_FREQUENT_INTENSE_SEXUAL_CONTENT_NUDITY", "CANNOT_SELL_INFREQUENT_MILD_ALCOHOL_TOBACCO_DRUGS", "CANNOT_SELL_INFREQUENT_MILD_SEXUAL_CONTENT_NUDITY", "CANNOT_SELL_FREQUENT_INTENSE", "CANNOT_SELL_FREQUENT_INTENSE_WITHOUT_GRAC", "CANNOT_SELL_FREQUENT_GAMBLING", "CANNOT_SELL_FREQUENT_ALCOHOL_TOBACCO_DRUGS", "CANNOT_SELL_FREQUENT_VIOLENCE", "CANNOT_SELL_FREQUENT_SEXUAL_CONTENT_NUDITY", "CANNOT_SELL_INFREQUENT_ALCOHOL_TOBACCO_DRUGS", "CANNOT_SELL_INFREQUENT_SEXUAL_CONTENT_NUDITY", "CANNOT_SELL_FREQUENT", "CANNOT_SELL_FREQUENT_WITHOUT_GRAC"]; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const TerritoryAvailabilityInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["type"]; }; export declare const TerritoryAvailabilitiesResponseSchema: { readonly type: "object"; readonly title: "TerritoryAvailabilitiesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/TerritoryAvailability"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const TerritoryAvailabilityResponseSchema: { readonly type: "object"; readonly title: "TerritoryAvailabilityResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/TerritoryAvailability"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const TerritoryAvailabilityUpdateRequestSchema: { readonly type: "object"; readonly title: "TerritoryAvailabilityUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAvailabilities"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly available: { readonly type: "boolean"; readonly nullable: true; }; readonly releaseDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly preOrderEnabled: { readonly type: "boolean"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const UserInvitationSchema: { readonly type: "object"; readonly title: "UserInvitation"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["userInvitations"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly email: { readonly type: "string"; readonly format: "email"; }; readonly firstName: { readonly type: "string"; }; readonly lastName: { readonly type: "string"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date-time"; }; readonly roles: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UserRole"; }; }; readonly allAppsVisible: { readonly type: "boolean"; }; readonly provisioningAllowed: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly visibleApps: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const UserInvitationsResponseSchema: { readonly type: "object"; readonly title: "UserInvitationsResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UserInvitation"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const UserInvitationResponseSchema: { readonly type: "object"; readonly title: "UserInvitationResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/UserInvitation"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const UserInvitationCreateRequestSchema: { readonly type: "object"; readonly title: "UserInvitationCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["userInvitations"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly email: { readonly type: "string"; readonly format: "email"; }; readonly firstName: { readonly type: "string"; }; readonly lastName: { readonly type: "string"; }; readonly roles: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UserRole"; }; }; readonly allAppsVisible: { readonly type: "boolean"; readonly nullable: true; }; readonly provisioningAllowed: { readonly type: "boolean"; readonly nullable: true; }; }; readonly required: readonly ["firstName", "lastName", "roles", "email"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly visibleApps: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const UserSchema: { readonly type: "object"; readonly title: "User"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["users"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly username: { readonly type: "string"; }; readonly firstName: { readonly type: "string"; }; readonly lastName: { readonly type: "string"; }; readonly roles: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UserRole"; }; }; readonly allAppsVisible: { readonly type: "boolean"; }; readonly provisioningAllowed: { readonly type: "boolean"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly visibleApps: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const UsersResponseSchema: { readonly type: "object"; readonly title: "UsersResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/User"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const UserResponseSchema: { readonly type: "object"; readonly title: "UserResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/User"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const UserUpdateRequestSchema: { readonly type: "object"; readonly title: "UserUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["users"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly roles: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/UserRole"; }; readonly nullable: true; }; readonly allAppsVisible: { readonly type: "boolean"; readonly nullable: true; }; readonly provisioningAllowed: { readonly type: "boolean"; readonly nullable: true; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly visibleApps: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const WebhookDeliverySchema: { readonly type: "object"; readonly title: "WebhookDelivery"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookDeliveries"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; readonly deliveryState: { readonly type: "string"; readonly enum: readonly ["SUCCEEDED", "FAILED", "PENDING"]; }; readonly errorMessage: { readonly type: "string"; }; readonly redelivery: { readonly type: "boolean"; }; readonly sentDate: { readonly type: "string"; readonly format: "date-time"; }; readonly request: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly response: { readonly type: "object"; readonly properties: { readonly httpStatusCode: { readonly type: "integer"; }; readonly body: { readonly type: "string"; }; }; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly event: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const WebhookDeliveriesResponseSchema: { readonly type: "object"; readonly title: "WebhookDeliveriesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WebhookDelivery"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WebhookEvent"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WebhookDeliveryResponseSchema: { readonly type: "object"; readonly title: "WebhookDeliveryResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/WebhookDelivery"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WebhookEvent"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WebhookDeliveryCreateRequestSchema: { readonly type: "object"; readonly title: "WebhookDeliveryCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookDeliveries"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly template: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookDeliveries"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["template"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const WebhookEventSchema: { readonly type: "object"; readonly title: "WebhookEvent"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookEvents"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly eventType: { readonly $ref: "#/components/schemas/WebhookEventType"; }; readonly payload: { readonly type: "string"; }; readonly ping: { readonly type: "boolean"; }; readonly createdDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const WebhookPingSchema: { readonly type: "object"; readonly title: "WebhookPing"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookPings"]; }; readonly id: { readonly type: "string"; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const WebhookPingResponseSchema: { readonly type: "object"; readonly title: "WebhookPingResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/WebhookPing"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WebhookPingCreateRequestSchema: { readonly type: "object"; readonly title: "WebhookPingCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookPings"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly webhook: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhooks"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["webhook"]; }; }; readonly required: readonly ["relationships", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const WebhookSchema: { readonly type: "object"; readonly title: "Webhook"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhooks"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly enabled: { readonly type: "boolean"; }; readonly eventTypes: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WebhookEventType"; }; }; readonly name: { readonly type: "string"; }; readonly url: { readonly type: "string"; readonly format: "uri"; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly deliveries: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const WebhooksResponseSchema: { readonly type: "object"; readonly title: "WebhooksResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Webhook"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WebhookResponseSchema: { readonly type: "object"; readonly title: "WebhookResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Webhook"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WebhookCreateRequestSchema: { readonly type: "object"; readonly title: "WebhookCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhooks"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly enabled: { readonly type: "boolean"; }; readonly eventTypes: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WebhookEventType"; }; }; readonly name: { readonly type: "string"; }; readonly secret: { readonly type: "string"; }; readonly url: { readonly type: "string"; readonly format: "uri"; }; }; readonly required: readonly ["name", "secret", "eventTypes", "url", "enabled"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly app: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["app"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const WebhookUpdateRequestSchema: { readonly type: "object"; readonly title: "WebhookUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhooks"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly enabled: { readonly type: "boolean"; readonly nullable: true; }; readonly eventTypes: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WebhookEventType"; }; readonly nullable: true; }; readonly name: { readonly type: "string"; readonly nullable: true; }; readonly secret: { readonly type: "string"; readonly nullable: true; }; readonly url: { readonly type: "string"; readonly format: "uri"; readonly nullable: true; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const WinBackOfferPriceSchema: { readonly type: "object"; readonly title: "WinBackOfferPrice"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOfferPrices"]; }; readonly id: { readonly type: "string"; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly territory: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly subscriptionPricePoint: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const WinBackOfferPriceInlineCreateSchema: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["type"]; }; export declare const WinBackOfferPricesResponseSchema: { readonly type: "object"; readonly title: "WinBackOfferPricesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WinBackOfferPrice"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/SubscriptionPricePoint"; }, { readonly $ref: "#/components/schemas/Territory"; }]; readonly discriminator: { readonly propertyName: "type"; readonly mapping: { readonly territories: "#/components/schemas/Territory"; readonly subscriptionPricePoints: "#/components/schemas/SubscriptionPricePoint"; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WinBackOfferSchema: { readonly type: "object"; readonly title: "WinBackOffer"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOffers"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly offerId: { readonly type: "string"; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; readonly periodCount: { readonly type: "integer"; }; readonly customerEligibilityPaidSubscriptionDurationInMonths: { readonly type: "integer"; }; readonly customerEligibilityTimeSinceLastSubscribedInMonths: { readonly $ref: "#/components/schemas/IntegerRange"; }; readonly customerEligibilityWaitBetweenOffersInMonths: { readonly type: "integer"; }; readonly startDate: { readonly type: "string"; readonly format: "date"; }; readonly endDate: { readonly type: "string"; readonly format: "date"; }; readonly priority: { readonly type: "string"; readonly enum: readonly ["HIGH", "NORMAL"]; }; readonly promotionIntent: { readonly type: "string"; readonly enum: readonly ["NOT_PROMOTED", "USE_AUTO_GENERATED_ASSETS"]; }; }; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly prices: { readonly type: "object"; readonly properties: { readonly links: { readonly $ref: "#/components/schemas/RelationshipLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/ResourceLinks"; }; }; readonly required: readonly ["id", "type"]; }; export declare const WinBackOffersResponseSchema: { readonly type: "object"; readonly title: "WinBackOffersResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WinBackOffer"; }; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WinBackOfferPrice"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WinBackOfferResponseSchema: { readonly type: "object"; readonly title: "WinBackOfferResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/WinBackOffer"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WinBackOfferPrice"; }; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WinBackOfferCreateRequestSchema: { readonly type: "object"; readonly title: "WinBackOfferCreateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOffers"]; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly referenceName: { readonly type: "string"; }; readonly offerId: { readonly type: "string"; }; readonly duration: { readonly $ref: "#/components/schemas/SubscriptionOfferDuration"; }; readonly offerMode: { readonly $ref: "#/components/schemas/SubscriptionOfferMode"; }; readonly periodCount: { readonly type: "integer"; }; readonly customerEligibilityPaidSubscriptionDurationInMonths: { readonly type: "integer"; }; readonly customerEligibilityTimeSinceLastSubscribedInMonths: { readonly $ref: "#/components/schemas/IntegerRange"; }; readonly customerEligibilityWaitBetweenOffersInMonths: { readonly type: "integer"; readonly nullable: true; }; readonly startDate: { readonly type: "string"; readonly format: "date"; }; readonly endDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly priority: { readonly type: "string"; readonly enum: readonly ["HIGH", "NORMAL"]; }; readonly promotionIntent: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NOT_PROMOTED", "USE_AUTO_GENERATED_ASSETS"]; }; }; readonly required: readonly ["duration", "customerEligibilityTimeSinceLastSubscribedInMonths", "periodCount", "offerId", "offerMode", "priority", "customerEligibilityPaidSubscriptionDurationInMonths", "startDate", "referenceName"]; }; readonly relationships: { readonly type: "object"; readonly properties: { readonly subscription: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; readonly prices: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; }; readonly required: readonly ["subscription", "prices"]; }; }; readonly required: readonly ["relationships", "attributes", "type"]; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/WinBackOfferPriceInlineCreate"; }; }; }; readonly required: readonly ["data"]; }; export declare const WinBackOfferUpdateRequestSchema: { readonly type: "object"; readonly title: "WinBackOfferUpdateRequest"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOffers"]; }; readonly id: { readonly type: "string"; }; readonly attributes: { readonly type: "object"; readonly properties: { readonly customerEligibilityPaidSubscriptionDurationInMonths: { readonly type: "integer"; readonly nullable: true; }; readonly customerEligibilityTimeSinceLastSubscribedInMonths: { readonly nullable: true; readonly $ref: "#/components/schemas/IntegerRange"; }; readonly customerEligibilityWaitBetweenOffersInMonths: { readonly type: "integer"; readonly nullable: true; }; readonly startDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly endDate: { readonly type: "string"; readonly format: "date"; readonly nullable: true; }; readonly priority: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["HIGH", "NORMAL"]; }; readonly promotionIntent: { readonly type: "string"; readonly nullable: true; readonly enum: readonly ["NOT_PROMOTED", "USE_AUTO_GENERATED_ASSETS"]; }; }; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AlternativeDistributionPackageVersionDeltasLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageDeltas"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageVersionVariantsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageVariants"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AlternativeDistributionPackageVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportInstanceSegmentsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReportSegments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportRequestReportsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReports"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AnalyticsReportInstancesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReportInstances"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAvailabilityV2TerritoryAvailabilitiesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCategoryWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "AppCategoryWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppCategory"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCategoryParentLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCategoriesWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "AppCategoriesWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppCategory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCategorySubcategoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceLocalizationAppClipHeaderImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipHeaderImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceAppClipAppStoreReviewDetailLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAppStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceAppClipDefaultExperienceLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperienceLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppClipAppClipAdvancedExperiencesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipAdvancedExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppClipAppClipDefaultExperiencesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageLocalizationAppPreviewSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageLocalizationAppScreenshotSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageLocalizationSearchKeywordsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageLocalizationSearchKeywordsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const AppCustomProductPageVersionAppCustomProductPageLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomProductPageAppCustomProductPageVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPageVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "AppWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/App"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEncryptionDeclarationAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppEncryptionDeclarationAppEncryptionDeclarationDocumentLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarationDocuments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEncryptionDeclarationBuildsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const AppEventLocalizationAppEventScreenshotsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventLocalizationAppEventVideoClipsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventVideoClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEventLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEventLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoAgeRatingDeclarationLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ageRatingDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoAppInfoLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfoLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoPrimaryCategoryLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoPrimarySubcategoryOneLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoPrimarySubcategoryTwoLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoSecondaryCategoryLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoSecondarySubcategoryOneLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoSecondarySubcategoryTwoLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCategories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppInfoTerritoryAgeRatingsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territoryAgeRatings"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreviewSetAppPreviewsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviews"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreviewSetAppPreviewsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviews"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const AppPricePointV3EqualizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPriceScheduleAutomaticPricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPriceScheduleBaseTerritoryLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPriceScheduleManualPricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppScreenshotSetAppScreenshotsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppScreenshotSetAppScreenshotsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreReviewDetailAppStoreReviewAttachmentsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewAttachments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentTreatmentLocalizationAppPreviewSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentTreatmentLocalizationAppScreenshotSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentTreatmentAppStoreVersionExperimentTreatmentLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatmentLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentV2AppStoreVersionExperimentTreatmentsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionExperimentAppStoreVersionExperimentTreatmentsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperimentTreatments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppStoreVersionLocalizationAppPreviewSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPreviewSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionLocalizationAppScreenshotSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appScreenshotSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionLocalizationSearchKeywordsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionLocalizationSearchKeywordsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const AgeRatingDeclarationWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "AgeRatingDeclarationWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AgeRatingDeclaration"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionAgeRatingDeclarationLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ageRatingDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppStoreVersionAlternativeDistributionPackageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionPackages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionAppClipDefaultExperienceLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionAppClipDefaultExperienceLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDefaultExperiences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionAppStoreReviewDetailLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionAppStoreVersionExperimentsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppStoreVersionAppStoreVersionExperimentsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionAppStoreVersionLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionPhasedReleaseWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "AppStoreVersionPhasedReleaseWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppStoreVersionPhasedRelease"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionAppStoreVersionPhasedReleaseLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionPhasedReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionAppStoreVersionSubmissionLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const BuildWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BuildWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/Build"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionBuildLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionBuildLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const AppStoreVersionCustomerReviewsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviews"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionGameCenterAppVersionLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppStoreVersionRoutingAppCoverageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["routingAppCoverages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppTagTerritoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAccessibilityDeclarationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["accessibilityDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAlternativeDistributionKeyLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["alternativeDistributionKeys"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAnalyticsReportRequestsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["analyticsReportRequests"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAndroidToIosAppMappingDetailsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["androidToIosAppMappingDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppAvailabilityV2LinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppClipsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClips"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppCustomProductPagesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appCustomProductPages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppEncryptionDeclarationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppEventsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEvents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppInfosLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appInfos"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppPricePointsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppPriceScheduleLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appPriceSchedules"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppStoreVersionExperimentsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersionExperiments"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppStoreVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppAppTagsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appTags"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBackgroundAssetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppLocalizationsWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BetaAppLocalizationsWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaAppLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBetaAppLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewDetailWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BetaAppReviewDetailWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaAppReviewDetail"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBetaAppReviewDetailLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBetaFeedbackCrashSubmissionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaFeedbackCrashSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBetaFeedbackScreenshotSubmissionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaFeedbackScreenshotSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupsWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BetaGroupsWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaGroup"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBetaGroupsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaLicenseAgreementWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BetaLicenseAgreementWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaLicenseAgreement"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBetaLicenseAgreementLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBetaTestersLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const AppBuildUploadsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploads"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildsWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BuildsWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Build"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppBuildsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCiProductLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciProducts"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppCustomerReviewsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviews"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const EndUserLicenseAgreementWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "EndUserLicenseAgreementWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/EndUserLicenseAgreement"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEndUserLicenseAgreementLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["endUserLicenseAgreements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppGameCenterDetailLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppGameCenterEnabledVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterEnabledVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppInAppPurchasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const AppInAppPurchasesV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppMarketplaceSearchDetailLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["marketplaceSearchDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPerfPowerMetricsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["perfPowerMetrics"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PreReleaseVersionsWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "PreReleaseVersionsWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/PrereleaseVersion"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPreReleaseVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["preReleaseVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPromotedPurchasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppPromotedPurchasesLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const AppReviewSubmissionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppSearchKeywordsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appKeywords"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppSubscriptionGracePeriodLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGracePeriods"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppSubscriptionGroupsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppWebhooksLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhooks"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetVersionBackgroundAssetUploadFilesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetUploadFiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BackgroundAssetVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["backgroundAssetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppLocalizationAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewDetailAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewSubmissionBuildLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaBuildLocalizationBuildLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaFeedbackCrashSubmissionCrashLogLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaCrashLogs"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupBetaRecruitmentCriteriaLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriteria"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupBetaRecruitmentCriterionCompatibleBuildCheckLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaRecruitmentCriterionCompatibleBuildChecks"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTestersWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BetaTestersWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaTester"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupBetaTestersLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupBetaTestersLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const BetaGroupBuildsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaGroupBuildsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const BetaLicenseAgreementAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppsWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "AppsWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/App"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterAppsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterAppsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const BetaTesterBetaGroupsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterBetaGroupsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const BetaTesterBuildsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterBuildsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const BuildBetaDetailBuildLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBundleAppClipDomainCacheStatusLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDomainStatuses"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBundleAppClipDomainDebugStatusLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appClipDomainStatuses"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBundleBetaAppClipInvocationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppClipInvocations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBundleBuildBundleFileSizesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBundleFileSizes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildUploadBuildUploadFilesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildUploadFiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppEncryptionDeclarationWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "AppEncryptionDeclarationWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/AppEncryptionDeclaration"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildAppEncryptionDeclarationLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildAppEncryptionDeclarationLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appEncryptionDeclarations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const BuildAppStoreVersionLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaAppReviewSubmissionWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BetaAppReviewSubmissionWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BetaAppReviewSubmission"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBetaAppReviewSubmissionLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaAppReviewSubmissions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaBuildLocalizationsWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BetaBuildLocalizationsWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaBuildLocalization"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBetaBuildLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaBuildLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildBetaGroupsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const BuildBuildBetaDetailLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildBetaDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildDiagnosticSignaturesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["diagnosticSignatures"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildIconsWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BuildIconsWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BuildIcon"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildIconsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["buildIcons"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildIndividualTestersLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildIndividualTestersLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["betaTesters"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const BuildPerfPowerMetricsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["perfPowerMetrics"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PrereleaseVersionWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "PrereleaseVersionWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/PrereleaseVersion"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BuildPreReleaseVersionLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["preReleaseVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdCapabilitiesWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BundleIdCapabilitiesWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BundleIdCapability"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdBundleIdCapabilitiesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIdCapabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ProfilesWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "ProfilesWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Profile"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdProfilesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["profiles"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CertificatePassTypeIdLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["passTypeIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildActionArtifactsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciArtifacts"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildActionBuildRunLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildRuns"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildActionIssuesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciIssues"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildActionTestResultsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciTestResults"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildRunActionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildActions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiBuildRunBuildsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiMacOsVersionXcodeVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciXcodeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiProductAdditionalRepositoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiProductAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiProductBuildRunsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildRuns"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiProductPrimaryRepositoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiProductWorkflowsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciWorkflows"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiWorkflowBuildRunsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciBuildRuns"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiWorkflowRepositoryLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CiXcodeVersionMacOsVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["ciMacOsVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CustomerReviewResponseLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["customerReviewResponses"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const DiagnosticSignatureLogsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["diagnosticLogs"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const TerritoriesWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "TerritoriesWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Territory"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const EndUserLicenseAgreementTerritoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementLocalizationV2ImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementLocalizationGameCenterAchievementLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementLocalizationGameCenterAchievementImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementVersionV2LocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementV2ActivityLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementV2VersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementActivityLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterAchievementGroupAchievementLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const GameCenterAchievementGroupAchievementLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const GameCenterAchievementLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAchievementReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityAchievementsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityAchievementsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityLeaderboardsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityLeaderboardsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterActivityVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityLocalizationImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityVersionDefaultImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterActivityVersionLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAppVersionAppStoreVersionLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAppVersionCompatibilityVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterAppVersionCompatibilityVersionsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeLocalizationImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeVersionDefaultImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeVersionLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterChallengeLeaderboardLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeLeaderboardV2LinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterChallengeVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailAchievementReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievementReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailActivityReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivityVersionReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailChallengeReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallengeVersionReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailChallengesMinimumPlatformVersionsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["appStoreVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailGameCenterAchievementsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterAchievementsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailGameCenterAchievementsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterAchievementsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailGameCenterActivitiesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterAppVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAppVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterChallengesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterGroupLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterGroups"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterLeaderboardSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterLeaderboardSetsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailGameCenterLeaderboardSetsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterLeaderboardSetsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailGameCenterLeaderboardsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterLeaderboardsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailGameCenterLeaderboardsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailGameCenterLeaderboardsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterDetailLeaderboardReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterDetailLeaderboardSetReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterEnabledVersionCompatibleVersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterEnabledVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const GameCenterEnabledVersionCompatibleVersionsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterEnabledVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const GameCenterGroupGameCenterAchievementsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterAchievementsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterGroupGameCenterAchievementsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterAchievementsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterAchievements"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterGroupGameCenterActivitiesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterChallengesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterDetailsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterDetails"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterLeaderboardSetsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterLeaderboardSetsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterGroupGameCenterLeaderboardSetsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterLeaderboardSetsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterGroupGameCenterLeaderboardsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterLeaderboardsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterGroupGameCenterLeaderboardsV2LinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterGroupGameCenterLeaderboardsV2LinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardLocalizationGameCenterLeaderboardImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardLocalizationV2ImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetLocalizationGameCenterLeaderboardSetImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetLocalizationV2ImageLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardSetLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetVersionV2LocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetV2VersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardSetGroupLeaderboardSetLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const GameCenterLeaderboardSetGroupLeaderboardSetLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSets"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const GameCenterLeaderboardSetLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardSetReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardSetReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardVersionV2LocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardActivityLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardChallengeLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardGroupLeaderboardLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; readonly deprecated: true; }; export declare const GameCenterLeaderboardGroupLeaderboardLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboards"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; readonly deprecated: true; }; export declare const GameCenterLeaderboardLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardReleasesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardReleases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterLeaderboardV2ActivityLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterActivities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardV2ChallengeLinkageRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterChallenges"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly required: readonly ["data"]; }; export declare const GameCenterLeaderboardV2VersionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterLeaderboardVersions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleSetMatchmakingQueuesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingQueues"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleSetRulesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingRules"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleSetTeamsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["gameCenterMatchmakingTeams"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseAvailabilityAvailableTerritoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodeValuesLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeOneTimeUseCodeValues"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeCustomCodesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodeOneTimeUseCodesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseOfferCodePricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchasePricePointEqualizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchasePriceScheduleAutomaticPricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchasePriceScheduleBaseTerritoryLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchasePriceScheduleManualPricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2AppStoreReviewScreenshotLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2ContentLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseContents"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2IapPriceScheduleLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePriceSchedules"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2ImagesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2InAppPurchaseAvailabilityLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2InAppPurchaseLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2OfferCodesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchaseOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2PricePointsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["inAppPurchasePricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const InAppPurchaseV2PromotedPurchaseLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const MerchantIdCertificatesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PassTypeIdCertificatesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PrereleaseVersionAppLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const PrereleaseVersionBuildsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["builds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BundleIdWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "BundleIdWithoutIncludesResponse"; readonly properties: { readonly data: { readonly $ref: "#/components/schemas/BundleId"; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ProfileBundleIdLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["bundleIds"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const CertificatesWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "CertificatesWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Certificate"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ProfileCertificatesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["certificates"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const DevicesWithoutIncludesResponseSchema: { readonly type: "object"; readonly title: "DevicesWithoutIncludesResponse"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/Device"; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ProfileDevicesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["devices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ReviewSubmissionItemsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["reviewSubmissionItems"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmProviderRepositoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmRepositories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmRepositoryGitReferencesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmGitReferences"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ScmRepositoryPullRequestsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["scmPullRequests"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionAvailabilityAvailableTerritoriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["territories"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGroupSubscriptionGroupLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionGroupLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionGroupSubscriptionsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptions"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodeValuesLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeOneTimeUseCodeValues"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeCustomCodesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeCustomCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodeOneTimeUseCodesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodeOneTimeUseCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionOfferCodePricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodePrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPricePointEqualizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPromotionalOfferPricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionAppStoreReviewScreenshotLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAppStoreReviewScreenshots"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionImagesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionImages"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionIntroductoryOffersLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionIntroductoryOffersLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionIntroductoryOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionOfferCodesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionOfferCodes"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPricePointsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPricePoints"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPricesLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const SubscriptionPromotedPurchaseLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["promotedPurchases"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionPromotionalOffersLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionPromotionalOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionSubscriptionAvailabilityLinkageResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionAvailabilities"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; readonly links: { readonly $ref: "#/components/schemas/DocumentLinks"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionSubscriptionLocalizationsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["subscriptionLocalizations"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const SubscriptionWinBackOffersLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOffers"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const UserInvitationVisibleAppsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const UserVisibleAppsLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const UserVisibleAppsLinkagesRequestSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["apps"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; }; readonly required: readonly ["data"]; }; export declare const WebhookDeliveriesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["webhookDeliveries"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const WinBackOfferPricesLinkagesResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly type: { readonly type: "string"; readonly enum: readonly ["winBackOfferPrices"]; }; readonly id: { readonly type: "string"; }; }; readonly required: readonly ["id", "type"]; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const AppsBetaTesterUsagesV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly crashCount: { readonly type: "integer"; }; readonly sessionCount: { readonly type: "integer"; }; readonly feedbackCount: { readonly type: "integer"; }; }; }; }; }; readonly dimensions: { readonly type: "object"; readonly properties: { readonly betaTesters: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; readonly related: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; }; }; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; readonly included: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/BetaTester"; }; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaPublicLinkUsagesV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly viewCount: { readonly type: "integer"; }; readonly acceptedCount: { readonly type: "integer"; }; readonly didNotAcceptCount: { readonly type: "integer"; }; readonly didNotMeetCriteriaCount: { readonly type: "integer"; }; readonly notRelevantRatio: { readonly type: "number"; }; readonly notClearRatio: { readonly type: "number"; }; readonly notInterestingRatio: { readonly type: "number"; }; }; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaTesterUsagesV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly crashCount: { readonly type: "integer"; }; readonly sessionCount: { readonly type: "integer"; }; readonly feedbackCount: { readonly type: "integer"; }; }; }; }; }; readonly dimensions: { readonly type: "object"; readonly properties: { readonly apps: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; readonly related: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; }; }; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const BetaBuildUsagesV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly crashCount: { readonly type: "integer"; }; readonly installCount: { readonly type: "integer"; }; readonly sessionCount: { readonly type: "integer"; }; readonly feedbackCount: { readonly type: "integer"; }; readonly inviteCount: { readonly type: "integer"; }; }; }; }; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingAppRequestsV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly count: { readonly type: "integer"; }; readonly averageSecondsInQueue: { readonly type: "number"; }; readonly p50SecondsInQueue: { readonly type: "number"; }; readonly p95SecondsInQueue: { readonly type: "number"; }; }; }; }; }; readonly dimensions: { readonly type: "object"; readonly properties: { readonly result: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; readonly enum: readonly ["MATCHED", "CANCELED", "EXPIRED"]; }; }; }; }; }; readonly granularity: { readonly type: "string"; readonly enum: readonly ["P1D", "PT1H", "PT15M"]; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingQueueSizesV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly count: { readonly type: "integer"; }; readonly averageNumberOfRequests: { readonly type: "number"; }; readonly p50NumberOfRequests: { readonly type: "number"; }; readonly p95NumberOfRequests: { readonly type: "number"; }; }; }; }; }; readonly granularity: { readonly type: "string"; readonly enum: readonly ["P1D", "PT1H", "PT15M"]; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingQueueRequestsV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly count: { readonly type: "integer"; }; readonly averageSecondsInQueue: { readonly type: "number"; }; readonly p50SecondsInQueue: { readonly type: "number"; }; readonly p95SecondsInQueue: { readonly type: "number"; }; }; }; }; }; readonly dimensions: { readonly type: "object"; readonly properties: { readonly result: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; readonly enum: readonly ["MATCHED", "CANCELED", "EXPIRED"]; }; }; }; readonly gameCenterDetail: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; readonly related: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; }; }; }; }; }; readonly granularity: { readonly type: "string"; readonly enum: readonly ["P1D", "PT1H", "PT15M"]; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingSessionsV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly count: { readonly type: "integer"; }; readonly averagePlayerCount: { readonly type: "number"; }; readonly p50PlayerCount: { readonly type: "number"; }; readonly p95PlayerCount: { readonly type: "number"; }; }; }; }; }; readonly granularity: { readonly type: "string"; readonly enum: readonly ["P1D", "PT1H", "PT15M"]; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingBooleanRuleResultsV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly count: { readonly type: "integer"; }; }; }; }; }; readonly dimensions: { readonly type: "object"; readonly properties: { readonly result: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; }; }; }; readonly gameCenterMatchmakingQueue: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; readonly related: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; }; }; }; }; }; readonly granularity: { readonly type: "string"; readonly enum: readonly ["P1D", "PT1H", "PT15M"]; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingNumberRuleResultsV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly count: { readonly type: "integer"; }; readonly averageResult: { readonly type: "number"; }; readonly p50Result: { readonly type: "number"; }; readonly p95Result: { readonly type: "number"; }; }; }; }; }; readonly dimensions: { readonly type: "object"; readonly properties: { readonly gameCenterMatchmakingQueue: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; readonly related: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; }; }; }; }; }; readonly granularity: { readonly type: "string"; readonly enum: readonly ["P1D", "PT1H", "PT15M"]; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const GameCenterMatchmakingRuleErrorsV1MetricResponseSchema: { readonly type: "object"; readonly properties: { readonly data: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly dataPoints: { readonly type: "object"; readonly properties: { readonly start: { readonly type: "string"; readonly format: "date-time"; }; readonly end: { readonly type: "string"; readonly format: "date-time"; }; readonly values: { readonly type: "object"; readonly properties: { readonly count: { readonly type: "integer"; }; }; }; }; }; readonly dimensions: { readonly type: "object"; readonly properties: { readonly gameCenterMatchmakingQueue: { readonly type: "object"; readonly properties: { readonly links: { readonly type: "object"; readonly properties: { readonly groupBy: { readonly type: "string"; readonly format: "uri-reference"; }; readonly related: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; readonly data: { readonly type: "string"; }; }; }; }; }; readonly granularity: { readonly type: "string"; readonly enum: readonly ["P1D", "PT1H", "PT15M"]; }; }; }; }; readonly links: { readonly $ref: "#/components/schemas/PagedDocumentLinks"; }; readonly meta: { readonly $ref: "#/components/schemas/PagingInformation"; }; }; readonly required: readonly ["data", "links"]; }; export declare const ErrorResponseSchema: { readonly type: "object"; readonly properties: { readonly errors: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly id: { readonly type: "string"; }; readonly status: { readonly type: "string"; }; readonly code: { readonly type: "string"; }; readonly title: { readonly type: "string"; }; readonly detail: { readonly type: "string"; }; readonly source: { readonly oneOf: readonly [{ readonly $ref: "#/components/schemas/ErrorSourcePointer"; }, { readonly $ref: "#/components/schemas/ErrorSourceParameter"; }]; }; readonly links: { readonly $ref: "#/components/schemas/ErrorLinks"; }; readonly meta: { readonly type: "object"; readonly additionalProperties: {}; }; }; readonly required: readonly ["code", "detail", "status", "title"]; }; }; }; }; export declare const ErrorSourceParameterSchema: { readonly type: "object"; readonly title: "Parameter"; readonly properties: { readonly parameter: { readonly type: "string"; }; }; readonly required: readonly ["parameter"]; }; export declare const ErrorSourcePointerSchema: { readonly type: "object"; readonly title: "JsonPointer"; readonly properties: { readonly pointer: { readonly type: "string"; }; }; readonly required: readonly ["pointer"]; }; export declare const ErrorLinksSchema: { readonly type: "object"; readonly properties: { readonly about: { readonly type: "string"; readonly format: "uri-reference"; }; readonly associated: { readonly oneOf: readonly [{ readonly type: "string"; readonly format: "uri-reference"; }, { readonly type: "object"; readonly properties: { readonly href: { readonly type: "string"; readonly format: "uri-reference"; }; readonly meta: { readonly type: "object"; readonly properties: { readonly source: { readonly type: "string"; }; }; }; }; }]; }; }; }; export declare const PagedDocumentLinksSchema: { readonly type: "object"; readonly properties: { readonly self: { readonly type: "string"; readonly format: "uri-reference"; }; readonly first: { readonly type: "string"; readonly format: "uri-reference"; }; readonly next: { readonly type: "string"; readonly format: "uri-reference"; }; }; readonly required: readonly ["self"]; }; export declare const PagingInformationSchema: { readonly type: "object"; readonly properties: { readonly paging: { readonly type: "object"; readonly properties: { readonly total: { readonly type: "integer"; }; readonly limit: { readonly type: "integer"; }; readonly nextCursor: { readonly type: "string"; }; }; readonly required: readonly ["limit"]; }; }; readonly required: readonly ["paging"]; }; export declare const DocumentLinksSchema: { readonly type: "object"; readonly properties: { readonly self: { readonly type: "string"; readonly format: "uri-reference"; }; }; readonly required: readonly ["self"]; }; export declare const ResourceLinksSchema: { readonly type: "object"; readonly properties: { readonly self: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; export declare const RelationshipLinksSchema: { readonly type: "object"; readonly properties: { readonly self: { readonly type: "string"; readonly format: "uri-reference"; }; readonly related: { readonly type: "string"; readonly format: "uri-reference"; }; }; }; export declare const AppClipActionSchema: { readonly type: "string"; readonly enum: readonly ["OPEN", "VIEW", "PLAY"]; }; export declare const AppClipAdvancedExperienceLanguageSchema: { readonly type: "string"; readonly enum: readonly ["AR", "CA", "CS", "DA", "DE", "EL", "EN", "ES", "FI", "FR", "HE", "HI", "HR", "HU", "ID", "IT", "JA", "KO", "MS", "NL", "NO", "PL", "PT", "RO", "RU", "SK", "SV", "TH", "TR", "UK", "VI", "ZH"]; }; export declare const AppEncryptionDeclarationStateSchema: { readonly type: "string"; readonly enum: readonly ["CREATED", "IN_REVIEW", "APPROVED", "REJECTED", "INVALID", "EXPIRED"]; }; export declare const AppEventAssetTypeSchema: { readonly type: "string"; readonly enum: readonly ["EVENT_CARD", "EVENT_DETAILS_PAGE"]; }; export declare const AppMediaAssetStateSchema: { readonly type: "object"; readonly properties: { readonly errors: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppMediaStateError"; }; }; readonly warnings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppMediaStateError"; }; }; readonly state: { readonly type: "string"; readonly enum: readonly ["AWAITING_UPLOAD", "UPLOAD_COMPLETE", "COMPLETE", "FAILED"]; }; }; }; export declare const AppMediaPreviewFrameImageStateSchema: { readonly type: "object"; readonly properties: { readonly errors: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppMediaStateError"; }; }; readonly warnings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppMediaStateError"; }; }; readonly state: { readonly type: "string"; readonly enum: readonly ["PROCESSING", "COMPLETE", "FAILED"]; }; }; }; export declare const AppMediaStateErrorSchema: { readonly type: "object"; readonly properties: { readonly code: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; }; }; export declare const AppMediaVideoStateSchema: { readonly type: "object"; readonly properties: { readonly errors: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppMediaStateError"; }; }; readonly warnings: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/AppMediaStateError"; }; }; readonly state: { readonly type: "string"; readonly enum: readonly ["AWAITING_UPLOAD", "UPLOAD_COMPLETE", "PROCESSING", "COMPLETE", "FAILED"]; }; }; }; export declare const AppStoreAgeRatingSchema: { readonly type: "string"; readonly enum: readonly ["L", "ALL", "ONE_PLUS", "TWO_PLUS", "THREE_PLUS", "FOUR_PLUS", "FIVE_PLUS", "SIX_PLUS", "SEVEN_PLUS", "EIGHT_PLUS", "NINE_PLUS", "TEN_PLUS", "ELEVEN_PLUS", "TWELVE_PLUS", "THIRTEEN_PLUS", "FOURTEEN_PLUS", "FIFTEEN_PLUS", "SIXTEEN_PLUS", "SEVENTEEN_PLUS", "EIGHTEEN_PLUS", "NINETEEN_PLUS", "TWENTY_PLUS", "TWENTY_ONE_PLUS", "UNRATED"]; }; export declare const AppStoreVersionStateSchema: { readonly type: "string"; readonly enum: readonly ["ACCEPTED", "DEVELOPER_REMOVED_FROM_SALE", "DEVELOPER_REJECTED", "IN_REVIEW", "INVALID_BINARY", "METADATA_REJECTED", "PENDING_APPLE_RELEASE", "PENDING_CONTRACT", "PENDING_DEVELOPER_RELEASE", "PREPARE_FOR_SUBMISSION", "PREORDER_READY_FOR_SALE", "PROCESSING_FOR_APP_STORE", "READY_FOR_REVIEW", "READY_FOR_SALE", "REJECTED", "REMOVED_FROM_SALE", "WAITING_FOR_EXPORT_COMPLIANCE", "WAITING_FOR_REVIEW", "REPLACED_WITH_NEW_VERSION", "NOT_APPLICABLE"]; }; export declare const AppVersionStateSchema: { readonly type: "string"; readonly enum: readonly ["ACCEPTED", "DEVELOPER_REJECTED", "IN_REVIEW", "INVALID_BINARY", "METADATA_REJECTED", "PENDING_APPLE_RELEASE", "PENDING_DEVELOPER_RELEASE", "PREPARE_FOR_SUBMISSION", "PROCESSING_FOR_DISTRIBUTION", "READY_FOR_DISTRIBUTION", "READY_FOR_REVIEW", "REJECTED", "REPLACED_WITH_NEW_VERSION", "WAITING_FOR_EXPORT_COMPLIANCE", "WAITING_FOR_REVIEW"]; }; export declare const BackgroundAssetVersionAppStoreReleaseStateSchema: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "READY_FOR_REVIEW", "WAITING_FOR_REVIEW", "IN_REVIEW", "ACCEPTED", "REJECTED", "PROCESSING_FOR_DISTRIBUTION", "READY_FOR_DISTRIBUTION", "SUPERSEDED"]; }; export declare const BackgroundAssetVersionExternalBetaReleaseStateSchema: { readonly type: "string"; readonly enum: readonly ["READY_FOR_BETA_SUBMISSION", "WAITING_FOR_REVIEW", "IN_REVIEW", "REJECTED", "PROCESSING_FOR_TESTING", "READY_FOR_TESTING", "SUPERSEDED"]; }; export declare const BackgroundAssetVersionStateSchema: { readonly type: "string"; readonly enum: readonly ["AWAITING_UPLOAD", "PROCESSING", "FAILED", "COMPLETE"]; }; export declare const BetaFeedbackScreenshotImageSchema: { readonly type: "object"; readonly properties: { readonly url: { readonly type: "string"; }; readonly width: { readonly type: "integer"; }; readonly height: { readonly type: "integer"; }; readonly expirationDate: { readonly type: "string"; readonly format: "date-time"; }; }; }; export declare const BetaInviteTypeSchema: { readonly type: "string"; readonly enum: readonly ["EMAIL", "PUBLIC_LINK"]; }; export declare const BetaReviewStateSchema: { readonly type: "string"; readonly enum: readonly ["WAITING_FOR_REVIEW", "IN_REVIEW", "REJECTED", "APPROVED"]; }; export declare const BetaTesterStateSchema: { readonly type: "string"; readonly enum: readonly ["NOT_INVITED", "INVITED", "ACCEPTED", "INSTALLED", "REVOKED"]; }; export declare const BrazilAgeRatingSchema: { readonly type: "string"; readonly enum: readonly ["L", "TEN", "TWELVE", "FOURTEEN", "SIXTEEN", "EIGHTEEN"]; }; export declare const BuildAudienceTypeSchema: { readonly type: "string"; readonly enum: readonly ["INTERNAL_ONLY", "APP_STORE_ELIGIBLE"]; }; export declare const BuildBundleTypeSchema: { readonly type: "string"; readonly enum: readonly ["APP", "APP_CLIP"]; }; export declare const BuildUploadStateSchema: { readonly type: "string"; readonly enum: readonly ["AWAITING_UPLOAD", "PROCESSING", "FAILED", "COMPLETE"]; }; export declare const BundleIdPlatformSchema: { readonly type: "string"; readonly enum: readonly ["IOS", "MAC_OS", "UNIVERSAL"]; }; export declare const CapabilityOptionSchema: { readonly type: "object"; readonly properties: { readonly key: { readonly type: "string"; readonly enum: readonly ["XCODE_5", "XCODE_6", "COMPLETE_PROTECTION", "PROTECTED_UNLESS_OPEN", "PROTECTED_UNTIL_FIRST_USER_AUTH", "PRIMARY_APP_CONSENT"]; }; readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly enabledByDefault: { readonly type: "boolean"; }; readonly enabled: { readonly type: "boolean"; }; readonly supportsWildcard: { readonly type: "boolean"; }; }; }; export declare const CapabilitySettingSchema: { readonly type: "object"; readonly properties: { readonly key: { readonly type: "string"; readonly enum: readonly ["ICLOUD_VERSION", "DATA_PROTECTION_PERMISSION_LEVEL", "APPLE_ID_AUTH_APP_CONSENT"]; }; readonly name: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; readonly enabledByDefault: { readonly type: "boolean"; }; readonly visible: { readonly type: "boolean"; }; readonly allowedInstances: { readonly type: "string"; readonly enum: readonly ["ENTRY", "SINGLE", "MULTIPLE"]; }; readonly minInstances: { readonly type: "integer"; }; readonly options: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CapabilityOption"; }; }; }; }; export declare const CapabilityTypeSchema: { readonly type: "string"; readonly enum: readonly ["ICLOUD", "IN_APP_PURCHASE", "GAME_CENTER", "PUSH_NOTIFICATIONS", "WALLET", "INTER_APP_AUDIO", "MAPS", "ASSOCIATED_DOMAINS", "PERSONAL_VPN", "APP_GROUPS", "HEALTHKIT", "HOMEKIT", "WIRELESS_ACCESSORY_CONFIGURATION", "APPLE_PAY", "DATA_PROTECTION", "SIRIKIT", "NETWORK_EXTENSIONS", "MULTIPATH", "HOT_SPOT", "NFC_TAG_READING", "CLASSKIT", "AUTOFILL_CREDENTIAL_PROVIDER", "ACCESS_WIFI_INFORMATION", "NETWORK_CUSTOM_PROTOCOL", "COREMEDIA_HLS_LOW_LATENCY", "SYSTEM_EXTENSION_INSTALL", "USER_MANAGEMENT", "APPLE_ID_AUTH"]; }; export declare const CertificateTypeSchema: { readonly type: "string"; readonly enum: readonly ["APPLE_PAY", "APPLE_PAY_MERCHANT_IDENTITY", "APPLE_PAY_PSP_IDENTITY", "APPLE_PAY_RSA", "DEVELOPER_ID_KEXT", "DEVELOPER_ID_KEXT_G2", "DEVELOPER_ID_APPLICATION", "DEVELOPER_ID_APPLICATION_G2", "DEVELOPMENT", "DISTRIBUTION", "IDENTITY_ACCESS", "IOS_DEVELOPMENT", "IOS_DISTRIBUTION", "MAC_APP_DISTRIBUTION", "MAC_INSTALLER_DISTRIBUTION", "MAC_APP_DEVELOPMENT", "PASS_TYPE_ID", "PASS_TYPE_ID_WITH_NFC"]; }; export declare const ChecksumAlgorithmSchema: { readonly type: "string"; readonly enum: readonly ["MD5", "SHA_256"]; }; export declare const ChecksumsSchema: { readonly type: "object"; readonly properties: { readonly file: { readonly type: "object"; readonly properties: { readonly hash: { readonly type: "string"; }; readonly algorithm: { readonly $ref: "#/components/schemas/ChecksumAlgorithm"; }; }; }; readonly composite: { readonly type: "object"; readonly properties: { readonly hash: { readonly type: "string"; }; readonly algorithm: { readonly type: "string"; readonly enum: readonly ["MD5"]; }; }; }; }; }; export declare const CiActionSchema: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly actionType: { readonly $ref: "#/components/schemas/CiActionType"; }; readonly destination: { readonly type: "string"; readonly enum: readonly ["ANY_IOS_DEVICE", "ANY_IOS_SIMULATOR", "ANY_TVOS_DEVICE", "ANY_TVOS_SIMULATOR", "ANY_WATCHOS_DEVICE", "ANY_WATCHOS_SIMULATOR", "ANY_MAC", "ANY_MAC_CATALYST", "ANY_VISIONOS_DEVICE", "ANY_VISIONOS_SIMULATOR"]; }; readonly buildDistributionAudience: { readonly $ref: "#/components/schemas/BuildAudienceType"; }; readonly testConfiguration: { readonly type: "object"; readonly properties: { readonly kind: { readonly type: "string"; readonly enum: readonly ["USE_SCHEME_SETTINGS", "SPECIFIC_TEST_PLANS"]; }; readonly testPlanName: { readonly type: "string"; }; readonly testDestinations: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiTestDestination"; }; }; }; }; readonly scheme: { readonly type: "string"; }; readonly platform: { readonly type: "string"; readonly enum: readonly ["MACOS", "IOS", "TVOS", "WATCHOS", "VISIONOS"]; }; readonly isRequiredToPass: { readonly type: "boolean"; }; }; }; export declare const CiActionTypeSchema: { readonly type: "string"; readonly enum: readonly ["BUILD", "ANALYZE", "TEST", "ARCHIVE"]; }; export declare const CiBranchPatternsSchema: { readonly type: "object"; readonly properties: { readonly isAllMatch: { readonly type: "boolean"; }; readonly patterns: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly pattern: { readonly type: "string"; }; readonly isPrefix: { readonly type: "boolean"; }; }; }; }; }; }; export declare const CiBranchStartConditionSchema: { readonly type: "object"; readonly properties: { readonly source: { readonly $ref: "#/components/schemas/CiBranchPatterns"; }; readonly filesAndFoldersRule: { readonly $ref: "#/components/schemas/CiFilesAndFoldersRule"; }; readonly autoCancel: { readonly type: "boolean"; }; }; }; export declare const CiCompletionStatusSchema: { readonly type: "string"; readonly enum: readonly ["SUCCEEDED", "FAILED", "ERRORED", "CANCELED", "SKIPPED"]; }; export declare const CiExecutionProgressSchema: { readonly type: "string"; readonly enum: readonly ["PENDING", "RUNNING", "COMPLETE"]; }; export declare const CiFilesAndFoldersRuleSchema: { readonly type: "object"; readonly properties: { readonly mode: { readonly type: "string"; readonly enum: readonly ["START_IF_ANY_FILE_MATCHES", "DO_NOT_START_IF_ALL_FILES_MATCH"]; }; readonly matchers: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/CiStartConditionFileMatcher"; }; }; }; }; export declare const CiGitRefKindSchema: { readonly type: "string"; readonly enum: readonly ["BRANCH", "TAG"]; }; export declare const CiGitUserSchema: { readonly type: "object"; readonly properties: { readonly displayName: { readonly type: "string"; }; readonly avatarUrl: { readonly type: "string"; readonly format: "uri"; }; }; }; export declare const CiIssueCountsSchema: { readonly type: "object"; readonly properties: { readonly analyzerWarnings: { readonly type: "integer"; }; readonly errors: { readonly type: "integer"; }; readonly testFailures: { readonly type: "integer"; }; readonly warnings: { readonly type: "integer"; }; }; }; export declare const CiManualBranchStartConditionSchema: { readonly type: "object"; readonly properties: { readonly source: { readonly $ref: "#/components/schemas/CiBranchPatterns"; }; }; }; export declare const CiManualPullRequestStartConditionSchema: { readonly type: "object"; readonly properties: { readonly source: { readonly $ref: "#/components/schemas/CiBranchPatterns"; }; readonly destination: { readonly $ref: "#/components/schemas/CiBranchPatterns"; }; }; }; export declare const CiManualTagStartConditionSchema: { readonly type: "object"; readonly properties: { readonly source: { readonly $ref: "#/components/schemas/CiTagPatterns"; }; }; }; export declare const CiPullRequestStartConditionSchema: { readonly type: "object"; readonly properties: { readonly source: { readonly $ref: "#/components/schemas/CiBranchPatterns"; }; readonly destination: { readonly $ref: "#/components/schemas/CiBranchPatterns"; }; readonly filesAndFoldersRule: { readonly $ref: "#/components/schemas/CiFilesAndFoldersRule"; }; readonly autoCancel: { readonly type: "boolean"; }; }; }; export declare const CiScheduledStartConditionSchema: { readonly type: "object"; readonly properties: { readonly source: { readonly $ref: "#/components/schemas/CiBranchPatterns"; }; readonly schedule: { readonly type: "object"; readonly properties: { readonly frequency: { readonly type: "string"; readonly enum: readonly ["WEEKLY", "DAILY", "HOURLY"]; }; readonly days: { readonly type: "array"; readonly items: { readonly type: "string"; readonly enum: readonly ["SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"]; }; }; readonly hour: { readonly type: "integer"; }; readonly minute: { readonly type: "integer"; }; readonly timezone: { readonly type: "string"; }; }; }; }; }; export declare const CiStartConditionFileMatcherSchema: { readonly type: "object"; readonly properties: { readonly directory: { readonly type: "string"; }; readonly fileExtension: { readonly type: "string"; }; readonly fileName: { readonly type: "string"; }; }; }; export declare const CiTagPatternsSchema: { readonly type: "object"; readonly properties: { readonly isAllMatch: { readonly type: "boolean"; }; readonly patterns: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly pattern: { readonly type: "string"; }; readonly isPrefix: { readonly type: "boolean"; }; }; }; }; }; }; export declare const CiTagStartConditionSchema: { readonly type: "object"; readonly properties: { readonly source: { readonly $ref: "#/components/schemas/CiTagPatterns"; }; readonly filesAndFoldersRule: { readonly $ref: "#/components/schemas/CiFilesAndFoldersRule"; }; readonly autoCancel: { readonly type: "boolean"; }; }; }; export declare const CiTestDestinationSchema: { readonly type: "object"; readonly properties: { readonly deviceTypeName: { readonly type: "string"; }; readonly deviceTypeIdentifier: { readonly type: "string"; }; readonly runtimeName: { readonly type: "string"; }; readonly runtimeIdentifier: { readonly type: "string"; }; readonly kind: { readonly $ref: "#/components/schemas/CiTestDestinationKind"; }; }; }; export declare const CiTestDestinationKindSchema: { readonly type: "string"; readonly enum: readonly ["SIMULATOR", "MAC"]; }; export declare const CiTestStatusSchema: { readonly type: "string"; readonly enum: readonly ["SUCCESS", "FAILURE", "MIXED", "SKIPPED", "EXPECTED_FAILURE"]; }; export declare const DeliveryFileUploadOperationSchema: { readonly type: "object"; readonly properties: { readonly method: { readonly type: "string"; }; readonly url: { readonly type: "string"; }; readonly length: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 1; }; readonly offset: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 0; }; readonly requestHeaders: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/HttpHeader"; }; }; readonly expiration: { readonly type: "string"; readonly format: "date-time"; }; readonly partNumber: { readonly type: "integer"; readonly format: "int64"; readonly maximum: 9007199254740991; readonly minimum: 1; }; readonly entityTag: { readonly type: "string"; }; }; }; export declare const DeviceConnectionTypeSchema: { readonly type: "string"; readonly enum: readonly ["WIFI", "MOBILE_DATA", "WIRE", "UNKNOWN", "NONE"]; }; export declare const DeviceFamilySchema: { readonly type: "string"; readonly enum: readonly ["IPHONE", "IPAD", "APPLE_TV", "APPLE_WATCH", "MAC", "VISION"]; }; export declare const DeviceFamilyOsVersionFilterSchema: { readonly type: "object"; readonly properties: { readonly deviceFamily: { readonly $ref: "#/components/schemas/DeviceFamily"; }; readonly minimumOsInclusive: { readonly type: "string"; }; readonly maximumOsInclusive: { readonly type: "string"; }; }; }; export declare const DiagnosticInsightSchema: { readonly type: "object"; readonly properties: { readonly insightType: { readonly $ref: "#/components/schemas/DiagnosticInsightType"; }; readonly direction: { readonly $ref: "#/components/schemas/DiagnosticInsightDirection"; }; readonly referenceVersions: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly value: { readonly type: "number"; }; }; }; }; }; }; export declare const DiagnosticInsightDirectionSchema: { readonly type: "string"; readonly enum: readonly ["UP", "DOWN", "UNDEFINED"]; }; export declare const DiagnosticInsightTypeSchema: { readonly type: "string"; readonly enum: readonly ["TREND"]; }; export declare const DiagnosticLogCallStackNodeSchema: { readonly type: "object"; readonly properties: { readonly sampleCount: { readonly type: "integer"; }; readonly isBlameFrame: { readonly type: "boolean"; }; readonly symbolName: { readonly type: "string"; }; readonly insightsCategory: { readonly type: "string"; }; readonly offsetIntoSymbol: { readonly type: "string"; }; readonly binaryName: { readonly type: "string"; }; readonly fileName: { readonly type: "string"; }; readonly binaryUUID: { readonly type: "string"; }; readonly lineNumber: { readonly type: "string"; }; readonly address: { readonly type: "string"; }; readonly offsetIntoBinaryTextSegment: { readonly type: "string"; }; readonly rawFrame: { readonly type: "string"; }; readonly subFrames: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DiagnosticLogCallStackNode"; }; }; }; }; export declare const ExternalBetaStateSchema: { readonly type: "string"; readonly enum: readonly ["PROCESSING", "PROCESSING_EXCEPTION", "MISSING_EXPORT_COMPLIANCE", "READY_FOR_BETA_TESTING", "IN_BETA_TESTING", "EXPIRED", "READY_FOR_BETA_SUBMISSION", "IN_EXPORT_COMPLIANCE_REVIEW", "WAITING_FOR_BETA_REVIEW", "IN_BETA_REVIEW", "BETA_REJECTED", "BETA_APPROVED", "NOT_APPLICABLE"]; }; export declare const FileLocationSchema: { readonly type: "object"; readonly properties: { readonly path: { readonly type: "string"; }; readonly lineNumber: { readonly type: "integer"; }; }; }; export declare const GameCenterLeaderboardFormatterSchema: { readonly type: "string"; readonly enum: readonly ["INTEGER", "DECIMAL_POINT_1_PLACE", "DECIMAL_POINT_2_PLACE", "DECIMAL_POINT_3_PLACE", "ELAPSED_TIME_CENTISECOND", "ELAPSED_TIME_MINUTE", "ELAPSED_TIME_SECOND", "MONEY_POUND_DECIMAL", "MONEY_POUND", "MONEY_DOLLAR_DECIMAL", "MONEY_DOLLAR", "MONEY_EURO_DECIMAL", "MONEY_EURO", "MONEY_FRANC_DECIMAL", "MONEY_FRANC", "MONEY_KRONER_DECIMAL", "MONEY_KRONER", "MONEY_YEN"]; }; export declare const GameCenterMatchmakingTeamAssignmentSchema: { readonly type: "object"; readonly properties: { readonly playerId: { readonly type: "string"; }; readonly team: { readonly type: "string"; }; }; }; export declare const GameCenterVersionStateSchema: { readonly type: "string"; readonly enum: readonly ["PREPARE_FOR_SUBMISSION", "READY_FOR_REVIEW", "WAITING_FOR_REVIEW", "IN_REVIEW", "DEVELOPER_REJECTED", "REJECTED", "ACCEPTED", "PENDING_RELEASE", "LIVE", "REPLACED_WITH_NEW_VERSION"]; }; export declare const HttpHeaderSchema: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; }; readonly value: { readonly type: "string"; }; }; }; export declare const IconAssetTypeSchema: { readonly type: "string"; readonly enum: readonly ["APP_STORE", "MESSAGES_APP_STORE", "WATCH_APP_STORE", "TV_OS_HOME_SCREEN", "TV_OS_TOP_SHELF", "ALTERNATE_EXPERIMENT"]; }; export declare const ImageAssetSchema: { readonly type: "object"; readonly properties: { readonly templateUrl: { readonly type: "string"; }; readonly width: { readonly type: "integer"; }; readonly height: { readonly type: "integer"; }; }; }; export declare const InAppPurchaseStateSchema: { readonly type: "string"; readonly enum: readonly ["MISSING_METADATA", "WAITING_FOR_UPLOAD", "PROCESSING_CONTENT", "READY_TO_SUBMIT", "WAITING_FOR_REVIEW", "IN_REVIEW", "DEVELOPER_ACTION_NEEDED", "PENDING_BINARY_APPROVAL", "APPROVED", "DEVELOPER_REMOVED_FROM_SALE", "REMOVED_FROM_SALE", "REJECTED"]; }; export declare const InAppPurchaseTypeSchema: { readonly type: "string"; readonly enum: readonly ["CONSUMABLE", "NON_CONSUMABLE", "NON_RENEWING_SUBSCRIPTION"]; }; export declare const IntegerRangeSchema: { readonly type: "object"; readonly properties: { readonly minimum: { readonly type: "integer"; }; readonly maximum: { readonly type: "integer"; }; }; }; export declare const InternalBetaStateSchema: { readonly type: "string"; readonly enum: readonly ["PROCESSING", "PROCESSING_EXCEPTION", "MISSING_EXPORT_COMPLIANCE", "READY_FOR_BETA_TESTING", "IN_BETA_TESTING", "EXPIRED", "IN_EXPORT_COMPLIANCE_REVIEW"]; }; export declare const KidsAgeBandSchema: { readonly type: "string"; readonly enum: readonly ["FIVE_AND_UNDER", "SIX_TO_EIGHT", "NINE_TO_ELEVEN"]; }; export declare const LocationSchema: { readonly type: "object"; readonly properties: { readonly latitude: { readonly type: "number"; }; readonly longitude: { readonly type: "number"; }; }; }; export declare const MetricCategorySchema: { readonly type: "string"; readonly enum: readonly ["HANG", "LAUNCH", "MEMORY", "DISK", "BATTERY", "TERMINATION", "ANIMATION"]; }; export declare const MetricsInsightSchema: { readonly type: "object"; readonly properties: { readonly metricCategory: { readonly $ref: "#/components/schemas/MetricCategory"; }; readonly latestVersion: { readonly type: "string"; }; readonly metric: { readonly type: "string"; }; readonly summaryString: { readonly type: "string"; }; readonly referenceVersions: { readonly type: "string"; }; readonly maxLatestVersionValue: { readonly type: "number"; }; readonly subSystemLabel: { readonly type: "string"; }; readonly highImpact: { readonly type: "boolean"; }; readonly populations: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly deltaPercentage: { readonly type: "number"; }; readonly percentile: { readonly type: "string"; }; readonly summaryString: { readonly type: "string"; }; readonly referenceAverageValue: { readonly type: "number"; }; readonly latestVersionValue: { readonly type: "number"; }; readonly device: { readonly type: "string"; }; }; }; }; }; }; export declare const OfferCodeEnvironmentSchema: { readonly type: "string"; readonly enum: readonly ["PRODUCTION", "SANDBOX"]; }; export declare const PhasedReleaseStateSchema: { readonly type: "string"; readonly enum: readonly ["INACTIVE", "ACTIVE", "PAUSED", "COMPLETE"]; }; export declare const PlatformSchema: { readonly type: "string"; readonly enum: readonly ["IOS", "MAC_OS", "TV_OS", "VISION_OS"]; }; export declare const PreviewFrameImageSchema: { readonly type: "object"; readonly properties: { readonly image: { readonly $ref: "#/components/schemas/ImageAsset"; }; readonly state: { readonly $ref: "#/components/schemas/AppMediaPreviewFrameImageState"; }; }; }; export declare const PreviewTypeSchema: { readonly type: "string"; readonly enum: readonly ["IPHONE_67", "IPHONE_61", "IPHONE_65", "IPHONE_58", "IPHONE_55", "IPHONE_47", "IPHONE_40", "IPHONE_35", "IPAD_PRO_3GEN_129", "IPAD_PRO_3GEN_11", "IPAD_PRO_129", "IPAD_105", "IPAD_97", "DESKTOP", "APPLE_TV", "APPLE_VISION_PRO"]; }; export declare const PropertySchema: { readonly type: "object"; readonly properties: { readonly key: { readonly type: "string"; }; readonly value: { readonly type: "string"; }; }; }; export declare const ScmProviderTypeSchema: { readonly type: "object"; readonly properties: { readonly kind: { readonly type: "string"; readonly enum: readonly ["BITBUCKET_CLOUD", "BITBUCKET_SERVER", "GITHUB_CLOUD", "GITHUB_ENTERPRISE", "GITLAB_CLOUD", "GITLAB_SELF_MANAGED"]; }; readonly displayName: { readonly type: "string"; }; readonly isOnPremise: { readonly type: "boolean"; }; }; }; export declare const ScreenshotDisplayTypeSchema: { readonly type: "string"; readonly enum: readonly ["APP_IPHONE_67", "APP_IPHONE_61", "APP_IPHONE_65", "APP_IPHONE_58", "APP_IPHONE_55", "APP_IPHONE_47", "APP_IPHONE_40", "APP_IPHONE_35", "APP_IPAD_PRO_3GEN_129", "APP_IPAD_PRO_3GEN_11", "APP_IPAD_PRO_129", "APP_IPAD_105", "APP_IPAD_97", "APP_DESKTOP", "APP_WATCH_ULTRA", "APP_WATCH_SERIES_10", "APP_WATCH_SERIES_7", "APP_WATCH_SERIES_4", "APP_WATCH_SERIES_3", "APP_APPLE_TV", "APP_APPLE_VISION_PRO", "IMESSAGE_APP_IPHONE_67", "IMESSAGE_APP_IPHONE_61", "IMESSAGE_APP_IPHONE_65", "IMESSAGE_APP_IPHONE_58", "IMESSAGE_APP_IPHONE_55", "IMESSAGE_APP_IPHONE_47", "IMESSAGE_APP_IPHONE_40", "IMESSAGE_APP_IPAD_PRO_3GEN_129", "IMESSAGE_APP_IPAD_PRO_3GEN_11", "IMESSAGE_APP_IPAD_PRO_129", "IMESSAGE_APP_IPAD_105", "IMESSAGE_APP_IPAD_97"]; }; export declare const StateDetailSchema: { readonly type: "object"; readonly properties: { readonly code: { readonly type: "string"; }; readonly description: { readonly type: "string"; }; }; }; export declare const StringToStringMapSchema: { readonly type: "object"; readonly additionalProperties: { readonly type: "string"; }; }; export declare const SubscriptionCustomerEligibilitySchema: { readonly type: "string"; readonly enum: readonly ["NEW", "EXISTING", "EXPIRED"]; }; export declare const SubscriptionGracePeriodDurationSchema: { readonly type: "string"; readonly enum: readonly ["THREE_DAYS", "SIXTEEN_DAYS", "TWENTY_EIGHT_DAYS"]; }; export declare const SubscriptionOfferDurationSchema: { readonly type: "string"; readonly enum: readonly ["THREE_DAYS", "ONE_WEEK", "TWO_WEEKS", "ONE_MONTH", "TWO_MONTHS", "THREE_MONTHS", "SIX_MONTHS", "ONE_YEAR"]; }; export declare const SubscriptionOfferEligibilitySchema: { readonly type: "string"; readonly enum: readonly ["STACK_WITH_INTRO_OFFERS", "REPLACE_INTRO_OFFERS"]; }; export declare const SubscriptionOfferModeSchema: { readonly type: "string"; readonly enum: readonly ["PAY_AS_YOU_GO", "PAY_UP_FRONT", "FREE_TRIAL"]; }; export declare const SubscriptionStatusUrlVersionSchema: { readonly type: "string"; readonly enum: readonly ["V1", "V2"]; }; export declare const TerritoryCodeSchema: { readonly type: "string"; readonly enum: readonly ["ABW", "AFG", "AGO", "AIA", "ALB", "AND", "ANT", "ARE", "ARG", "ARM", "ASM", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BWA", "CAF", "CAN", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IRL", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "JPN", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SEN", "SGP", "SHN", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "TCA", "TCD", "TGO", "THA", "TJK", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "XKS", "YEM", "ZAF", "ZMB", "ZWE"]; }; export declare const UploadOperationSchema: { readonly type: "object"; readonly properties: { readonly method: { readonly type: "string"; }; readonly url: { readonly type: "string"; }; readonly length: { readonly type: "integer"; }; readonly offset: { readonly type: "integer"; }; readonly requestHeaders: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/HttpHeader"; }; }; }; }; export declare const UserRoleSchema: { readonly type: "string"; readonly enum: readonly ["ADMIN", "FINANCE", "ACCOUNT_HOLDER", "SALES", "MARKETING", "APP_MANAGER", "DEVELOPER", "ACCESS_TO_REPORTS", "CUSTOMER_SUPPORT", "CREATE_APPS", "CLOUD_MANAGED_DEVELOPER_ID", "CLOUD_MANAGED_APP_DISTRIBUTION", "GENERATE_INDIVIDUAL_KEYS"]; }; export declare const WebhookEventTypeSchema: { readonly type: "string"; readonly enum: readonly ["ALTERNATIVE_DISTRIBUTION_PACKAGE_AVAILABLE_UPDATED", "ALTERNATIVE_DISTRIBUTION_PACKAGE_VERSION_CREATED", "ALTERNATIVE_DISTRIBUTION_TERRITORY_AVAILABILITY_UPDATED", "APP_STORE_VERSION_APP_VERSION_STATE_UPDATED", "BACKGROUND_ASSET_VERSION_APP_STORE_RELEASE_STATE_UPDATED", "BACKGROUND_ASSET_VERSION_EXTERNAL_BETA_RELEASE_STATE_UPDATED", "BACKGROUND_ASSET_VERSION_INTERNAL_BETA_RELEASE_CREATED", "BACKGROUND_ASSET_VERSION_STATE_UPDATED", "BETA_FEEDBACK_CRASH_SUBMISSION_CREATED", "BETA_FEEDBACK_SCREENSHOT_SUBMISSION_CREATED", "BUILD_BETA_DETAIL_EXTERNAL_BUILD_STATE_UPDATED", "BUILD_UPLOAD_STATE_UPDATED"]; }; export declare const csvSchema: { readonly type: "string"; }; export declare const diagnosticLogsSchema: { readonly type: "object"; readonly properties: { readonly productData: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly signatureId: { readonly type: "string"; }; readonly diagnosticInsights: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly insightsURL: { readonly type: "string"; }; readonly insightsCategory: { readonly type: "string"; }; readonly insightsString: { readonly type: "string"; }; }; }; }; readonly diagnosticLogs: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly callStackTree: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly callStackPerThread: { readonly type: "boolean"; }; readonly callStacks: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly callStackRootFrames: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/DiagnosticLogCallStackNode"; }; }; }; }; }; }; }; }; readonly diagnosticMetaData: { readonly type: "object"; readonly properties: { readonly bundleId: { readonly type: "string"; }; readonly event: { readonly type: "string"; }; readonly osVersion: { readonly type: "string"; }; readonly appVersion: { readonly type: "string"; }; readonly writesCaused: { readonly type: "string"; }; readonly deviceType: { readonly type: "string"; }; readonly platformArchitecture: { readonly type: "string"; }; readonly eventDetail: { readonly type: "string"; }; readonly buildVersion: { readonly type: "string"; }; }; }; }; }; }; }; }; }; readonly version: { readonly type: "string"; }; }; }; export declare const gzipSchema: { readonly type: "string"; readonly format: "binary"; }; export declare const xcodeMetricsSchema: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly insights: { readonly type: "object"; readonly properties: { readonly trendingUp: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/MetricsInsight"; }; }; readonly regressions: { readonly type: "array"; readonly items: { readonly $ref: "#/components/schemas/MetricsInsight"; }; }; }; }; readonly productData: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly platform: { readonly type: "string"; }; readonly metricCategories: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly identifier: { readonly $ref: "#/components/schemas/MetricCategory"; }; readonly metrics: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly identifier: { readonly type: "string"; }; readonly goalKeys: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly goalKey: { readonly type: "string"; }; readonly lowerBound: { readonly type: "integer"; }; readonly upperBound: { readonly type: "integer"; }; }; }; }; readonly unit: { readonly type: "object"; readonly properties: { readonly identifier: { readonly type: "string"; }; readonly displayName: { readonly type: "string"; }; }; }; readonly datasets: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly filterCriteria: { readonly type: "object"; readonly properties: { readonly percentile: { readonly type: "string"; }; readonly device: { readonly type: "string"; }; readonly deviceMarketingName: { readonly type: "string"; }; }; }; readonly points: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly version: { readonly type: "string"; }; readonly value: { readonly type: "number"; }; readonly errorMargin: { readonly type: "number"; }; readonly percentageBreakdown: { readonly type: "object"; readonly properties: { readonly value: { readonly type: "number"; }; readonly subSystemLabel: { readonly type: "string"; }; }; }; readonly goal: { readonly type: "string"; }; }; }; }; readonly recommendedMetricGoal: { readonly type: "object"; readonly properties: { readonly value: { readonly type: "number"; }; readonly detail: { readonly type: "string"; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; };